Skip to content

Commit a00d795

Browse files
authored
Changelog 2.2.12 (#2019)
* Changelog 2.2.12 * Update CHANGELOG.md
1 parent 2e50416 commit a00d795

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Parse Server Changelog
22

3+
### 2.2.12 (6/9/2016)
4+
5+
* New: Custom error codes in cloud code response.error, thanks to [Jeremy Pease](https://github.com/JeremyPlease)
6+
* Fix: Crash in beforeSave when response is not an object, thanks to [Tyler Brock](https://github.com/TylerBrock)
7+
* Fix: Allow "get" on installations
8+
* Fix: Fix overly restrictive Class Level Permissions, thanks to [Florent Vilmart](https://github.com/flovilmart)
9+
* Fix: Fix nested date parsing in Cloud Code, thanks to [Marco Cheung](https://github.com/Marco129)
10+
* Fix: Support very old file formats from Parse.com
11+
312
### 2.2.11 (5/31/2016)
413

514
* Security: Censor user password in logs, thanks to [Marco Cheung](https://github.com/Marco129)

package.json

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

0 commit comments

Comments
 (0)