Updating to 2.1.1
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
|
### 2.1.1 (2/18/2016)
|
||||||
|
|
||||||
|
* Experimental: Schemas API support for DELETE operations
|
||||||
|
* Fix: Session token issue fetching Users
|
||||||
|
* Fix: Facebook auth validation
|
||||||
|
* Fix: Invalid error when deleting missing session
|
||||||
|
|
||||||
### 2.1.0 (2/17/2016)
|
### 2.1.0 (2/17/2016)
|
||||||
|
|
||||||
* Feature: Support for additional OAuth providers
|
* Feature: Support for additional OAuth providers
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user