File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments