Changelog and update to 2.2.1

This commit is contained in:
Fosco Marotto
2016-03-22 15:37:38 -07:00
parent e506784741
commit 4e39975239
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
## Parse Server Changelog
### 2.2.1 (3/22/2016)
* New: Add FileSystemAdapter file adapter [\#1098](https://github.com/ParsePlatform/parse-server/pull/1098) (dtsolis)
* New: Enabled CLP editing [\#1128](https://github.com/ParsePlatform/parse-server/pull/1128) (drew-gross)
* Improvement: Reduces the number of connections to mongo created [\#1111](https://github.com/ParsePlatform/parse-server/pull/1111) (flovilmart)
* Improvement: Make ParseServer a class [\#980](https://github.com/ParsePlatform/parse-server/pull/980) (flovilmart)
* Fix: Adds support for plain object in $add, $addUnique, $remove [\#1114](https://github.com/ParsePlatform/parse-server/pull/1114) (flovilmart)
* Fix: Generates default CLP, freezes objects [\#1132](https://github.com/ParsePlatform/parse-server/pull/1132) (flovilmart)
* Fix: Properly sets installationId on creating session with 3rd party auth [\#1110](https://github.com/ParsePlatform/parse-server/pull/1110) (flovilmart)
### 2.2.0 (3/18/2016)
* New Feature: Real-time functionality with Live Queries! [\#1092](https://github.com/ParsePlatform/parse-server/pull/1092) (wangmengyan95)

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.2.0",
"version": "2.2.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
@@ -35,7 +35,7 @@
"mongodb": "~2.1.0",
"multer": "^1.1.0",
"node-gcm": "^0.14.0",
"parse": "^1.7.0",
"parse": "^1.8.0",
"redis": "^2.5.0-1",
"request": "^2.65.0",
"tv4": "^1.2.7",