File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
12
### 2.2.11 (5/31/2016)
4
13
5
14
* Security: Censor user password in logs, thanks to [ Marco Cheung] ( https://github.com/Marco129 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.11 " ,
3
+ "version" : " 2.2.12 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments