You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1465,7 +1465,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1465
1465
* Adds support for multiple twitter auths options [\#2256](https://github.com/ParsePlatform/parse-server/pull/2256) ([flovilmart](https://github.com/flovilmart))
1466
1466
* validate\_purchase fix for SANDBOX requests [\#2253](https://github.com/ParsePlatform/parse-server/pull/2253) ([valeryvaskabovich](https://github.com/valeryvaskabovich))
1467
1467
1468
-
### 2.2.16 (7/10/2016)
1468
+
### 2.2.16
1469
1469
1470
1470
* New: Expose InMemoryCacheAdapter publicly, thanks to [Steven Shipton](https://github.com/steven-supersolid)
1471
1471
* New: Add ability to prevent login with unverified email, thanks to [Diwakar Cherukumilli](https://github.com/cherukumilli)
@@ -1476,7 +1476,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1476
1476
* Fix: Issues with email adapter validation, thanks to [Tyler Brock](https://github.com/TylerBrock)
1477
1477
* Fix: Issues with nested $or queries, thanks to [Florent Vilmart](https://github.com/flovilmart)
1478
1478
1479
-
### 2.2.15 (6/30/2016)
1479
+
### 2.2.15
1480
1480
1481
1481
* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](https://github.com/AndrewLane)
1482
1482
* Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to [Tyler Brock](https://github.com/TylerBrock)
@@ -1488,15 +1488,15 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1488
1488
* Fix: make http response serializable, thanks to [Florent Vilmart](https://github.com/flovilmart)
1489
1489
* New: Add postmark email adapter alternative [Glenn Reyes](https://github.com/glennreyes)
* New: Custom error codes in cloud code response.error, thanks to [Jeremy Pease](https://github.com/JeremyPlease)
1502
1502
* Fix: Crash in beforeSave when response is not an object, thanks to [Tyler Brock](https://github.com/TylerBrock)
@@ -1505,7 +1505,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1505
1505
* Fix: Fix nested date parsing in Cloud Code, thanks to [Marco Cheung](https://github.com/Marco129)
1506
1506
* Fix: Support very old file formats from Parse.com
1507
1507
1508
-
### 2.2.11 (5/31/2016)
1508
+
### 2.2.11
1509
1509
1510
1510
* Security: Censor user password in logs, thanks to [Marco Cheung](https://github.com/Marco129)
1511
1511
* New: Add PARSE_SERVER_LOGS_FOLDER env var for setting log folder, thanks to [KartikeyaRokde](https://github.com/KartikeyaRokde)
@@ -1534,19 +1534,19 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1534
1534
* Fix: Issues with pointed getting un-fetched due to changes in beforeSave
1535
1535
* Fix: Fixed crash when deleting classes that have CLPs
1536
1536
1537
-
### 2.2.10 (5/15/2016)
1537
+
### 2.2.10
1538
1538
1539
1539
* Fix: Write legacy ACLs to Mongo so that clients that still go through Parse.com can read them, thanks to [Tyler Brock](https://github.com/TylerBrock) and [carmenlau](https://github.com/carmenlau)
1540
1540
* Fix: Querying installations with limit = 0 and count = 1 now works, thanks to [ssk7833](https://github.com/ssk7833)
1541
1541
* Fix: Return correct error when violating unique index, thanks to [Marco Cheung](https://github.com/Marco129)
1542
1542
* Fix: Allow unsetting user's email, thanks to [Marco Cheung](https://github.com/Marco129)
1543
1543
* New: Support for Node 6.1
1544
1544
1545
-
### 2.2.9 (5/9/2016)
1545
+
### 2.2.9
1546
1546
1547
1547
* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function
1548
1548
1549
-
### 2.2.8 (5/8/2016)
1549
+
### 2.2.8
1550
1550
1551
1551
* New: Support for Pointer Permissions
1552
1552
* New: Expose logger in Cloud Code
@@ -1563,7 +1563,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1563
1563
* Fix: Properly encode "Date" parameters to cloud code functions
1564
1564
1565
1565
1566
-
### 2.2.7 (4/15/2016)
1566
+
### 2.2.7
1567
1567
1568
1568
* Adds support for --verbose and verbose option when running ParseServer [\#1414](https://github.com/ParsePlatform/parse-server/pull/1414) ([flovilmart](https://github.com/flovilmart))
1569
1569
* Adds limit = 0 as a valid parameter for queries [\#1493](https://github.com/ParsePlatform/parse-server/pull/1493) ([seijiakiyama](https://github.com/seijiakiyama))
@@ -1601,14 +1601,14 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
* Expose DatabaseAdapter to simplify application tests [\#1121](https://github.com/ParsePlatform/parse-server/pull/1121) ([steven-supersolid](https://github.com/steven-supersolid))
1603
1603
1604
-
### 2.2.6 (4/5/2016)
1604
+
### 2.2.6
1605
1605
1606
1606
* Important Fix: Disables find on installation from clients [\#1374](https://github.com/ParsePlatform/parse-server/pull/1374) ([flovilmart](https://github.com/flovilmart))
1607
1607
* Adds missing options to the CLI [\#1368](https://github.com/ParsePlatform/parse-server/pull/1368) ([flovilmart](https://github.com/flovilmart))
1608
1608
* Removes only master on travis [\#1367](https://github.com/ParsePlatform/parse-server/pull/1367) ([flovilmart](https://github.com/flovilmart))
1609
1609
* Auth.\_loadRoles should not query the same role twice. [\#1366](https://github.com/ParsePlatform/parse-server/pull/1366) ([blacha](https://github.com/blacha))
1610
1610
1611
-
### 2.2.5 (4/4/2016)
1611
+
### 2.2.5
1612
1612
1613
1613
* Improves config loading and tests [\#1363](https://github.com/ParsePlatform/parse-server/pull/1363) ([flovilmart](https://github.com/flovilmart))
1614
1614
* Adds travis configuration to deploy NPM on new version tags [\#1361](https://github.com/ParsePlatform/parse-server/pull/1361) ([gfosco](https://github.com/gfosco))
@@ -1636,12 +1636,12 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1636
1636
* Fixes bug related to include in queries [\#1312](https://github.com/ParsePlatform/parse-server/pull/1312) ([flovilmart](https://github.com/flovilmart))
* Fixed bug with invalid email verification link on email update. [\#1253](https://github.com/ParsePlatform/parse-server/pull/1253) ([kzielonka](https://github.com/kzielonka))
1647
1647
* Badge update supports increment as well as Increment [\#1248](https://github.com/ParsePlatform/parse-server/pull/1248) ([flovilmart](https://github.com/flovilmart))
@@ -1657,7 +1657,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
* Fix: Properly sets installationId on creating session with 3rd party auth [\#1110](https://github.com/ParsePlatform/parse-server/pull/1110) (flovilmart)
1678
1678
1679
-
### 2.2.0 (3/18/2016)
1679
+
### 2.2.0
1680
1680
1681
1681
* New Feature: Real-time functionality with Live Queries! [\#1092](https://github.com/ParsePlatform/parse-server/pull/1092) (wangmengyan95)
1682
1682
* Improvement: Push Status API [\#1004](https://github.com/ParsePlatform/parse-server/pull/1004) (flovilmart)
@@ -1693,7 +1693,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
1693
1693
* Fix: Better sanitization/decoding of object data for afterSave triggers [\#992](https://github.com/ParsePlatform/parse-server/pull/992) (flovilmart)
1694
1694
* Fix: Changes default encoding for httpRequest [\#892](https://github.com/ParsePlatform/parse-server/pull/892) (flovilmart)
1695
1695
1696
-
### 2.1.6 (3/11/2016)
1696
+
### 2.1.6
1697
1697
1698
1698
* Improvement: Full query support for badge Increment \(\#931\)[\#983](https://github.com/ParsePlatform/parse-server/pull/983) (flovilmart)
1699
1699
* Improvement: Shutdown standalone parse server gracefully [\#958](https://github.com/ParsePlatform/parse-server/pull/958) (raulr)
@@ -1707,7 +1707,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
0 commit comments