File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11## Parse Server Changelog
22
3+ ### 2.2.16 (7/10/2016)
4+
5+ * New: Expose InMemoryCacheAdapter publicly, thanks to [ Steven Shipton] ( https://github.com/steven-supersolid )
6+ * New: Add ability to prevent login with unverified email, thanks to [ Diwakar Cherukumilli] ( https://github.com/cherukumilli )
7+ * Improved: Better error message for incorrect type, thanks to [ Andrew Lane] ( https://github.com/AndrewLane )
8+ * Improved: Better error message for permission denied, thanks to [ Blayne Chard] ( https://github.com/blacha )
9+ * Improved: Update authData on login, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
10+ * Improved: Ability to not check for old files on Parse.com, thanks to [ OzgeAkin] ( https://github.com/OzgeAkin )
11+ * Fix: Issues with email adapter validation, thanks to [ Tyler Brock] ( https://github.com/TylerBrock )
12+ * Fix: Issues with nested $or queries, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
13+
314### 2.2.15 (6/30/2016)
415
516* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [ Andrew Lane] ( https://github.com/AndrewLane )
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.2.15 " ,
3+ "version" : " 2.2.16 " ,
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