File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
14
### 2.2.15 (6/30/2016)
4
15
5
16
* 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 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.15 " ,
3
+ "version" : " 2.2.16 " ,
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