Skip to content

Commit e15f9dc

Browse files
committed
Changelog and package.json for 2.1.3
1 parent 5fae411 commit e15f9dc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Parse Server Changelog
22

3+
### 2.1.3 (2/24/2016)
4+
5+
* Feature: Add initial support for in-app purchases
6+
* Feature: Better error messages when attempting to run the server on a port that is already in use or without a server URL
7+
* Feature: Allow customization of max file size
8+
* Performance: Faster saves if not using beforeSave triggers
9+
* Fix: Remove triggers for _Session collection
10+
* Fix: Improve compatability of Cloud Code beforeSave hook for newly created object
11+
* Fix: ACL creation for master key only objects
12+
* Fix: Allow uploading files without Content-Type
13+
* Fix: Add features to http requrest to match Parse.com
14+
* Fix: Bugs in development script when running from locations other than project root
15+
* Fix: Can pass query constraints in URL
16+
* Fix: Objects with legacy "_tombstone" key now don't cause issues.
17+
* Fix: Allow nested keys in objects to begin with underscores
18+
* Fix: Allow correct headers for CORS
19+
320
### 2.1.2 (2/19/2016)
421

522
* Change: The S3 file adapter constructor requires a bucket name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)