Skip to content

Commit 03d1317

Browse files
committed
fixed version links
1 parent b74b732 commit 03d1317

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
14301430
* Perf: Use native bcrypt implementation if available, thanks to [Florent Vilmart](https://github.com/flovilmart)
14311431

14321432

1433-
### [2.2.17](https://github.com/ParsePlatform/parse-server/tree/2.2.17) (07/23/2016)
1433+
### 2.2.17
14341434
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.2.16...2.2.17)
14351435

14361436
* Cloud code logs [\#2370](https://github.com/ParsePlatform/parse-server/pull/2370) ([flovilmart](https://github.com/flovilmart))
@@ -1465,7 +1465,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
14651465
* Adds support for multiple twitter auths options [\#2256](https://github.com/ParsePlatform/parse-server/pull/2256) ([flovilmart](https://github.com/flovilmart))
14661466
* validate\_purchase fix for SANDBOX requests [\#2253](https://github.com/ParsePlatform/parse-server/pull/2253) ([valeryvaskabovich](https://github.com/valeryvaskabovich))
14671467

1468-
### 2.2.16 (7/10/2016)
1468+
### 2.2.16
14691469

14701470
* New: Expose InMemoryCacheAdapter publicly, thanks to [Steven Shipton](https://github.com/steven-supersolid)
14711471
* 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)
14761476
* Fix: Issues with email adapter validation, thanks to [Tyler Brock](https://github.com/TylerBrock)
14771477
* Fix: Issues with nested $or queries, thanks to [Florent Vilmart](https://github.com/flovilmart)
14781478

1479-
### 2.2.15 (6/30/2016)
1479+
### 2.2.15
14801480

14811481
* Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](https://github.com/AndrewLane)
14821482
* 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)
14881488
* Fix: make http response serializable, thanks to [Florent Vilmart](https://github.com/flovilmart)
14891489
* New: Add postmark email adapter alternative [Glenn Reyes](https://github.com/glennreyes)
14901490

1491-
### 2.2.14 (6/25/2016)
1491+
### 2.2.14
14921492

14931493
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
14941494

1495-
### 2.2.13 (6/12/2016)
1495+
### 2.2.13
14961496

14971497
* Hotfix: Pin version of deepcopy
14981498

1499-
### 2.2.12 (6/9/2016)
1499+
### 2.2.12
15001500

15011501
* New: Custom error codes in cloud code response.error, thanks to [Jeremy Pease](https://github.com/JeremyPlease)
15021502
* 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)
15051505
* Fix: Fix nested date parsing in Cloud Code, thanks to [Marco Cheung](https://github.com/Marco129)
15061506
* Fix: Support very old file formats from Parse.com
15071507

1508-
### 2.2.11 (5/31/2016)
1508+
### 2.2.11
15091509

15101510
* Security: Censor user password in logs, thanks to [Marco Cheung](https://github.com/Marco129)
15111511
* 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)
15341534
* Fix: Issues with pointed getting un-fetched due to changes in beforeSave
15351535
* Fix: Fixed crash when deleting classes that have CLPs
15361536

1537-
### 2.2.10 (5/15/2016)
1537+
### 2.2.10
15381538

15391539
* 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)
15401540
* Fix: Querying installations with limit = 0 and count = 1 now works, thanks to [ssk7833](https://github.com/ssk7833)
15411541
* Fix: Return correct error when violating unique index, thanks to [Marco Cheung](https://github.com/Marco129)
15421542
* Fix: Allow unsetting user's email, thanks to [Marco Cheung](https://github.com/Marco129)
15431543
* New: Support for Node 6.1
15441544

1545-
### 2.2.9 (5/9/2016)
1545+
### 2.2.9
15461546

15471547
* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function
15481548

1549-
### 2.2.8 (5/8/2016)
1549+
### 2.2.8
15501550

15511551
* New: Support for Pointer Permissions
15521552
* New: Expose logger in Cloud Code
@@ -1563,7 +1563,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
15631563
* Fix: Properly encode "Date" parameters to cloud code functions
15641564

15651565

1566-
### 2.2.7 (4/15/2016)
1566+
### 2.2.7
15671567

15681568
* Adds support for --verbose and verbose option when running ParseServer [\#1414](https://github.com/ParsePlatform/parse-server/pull/1414) ([flovilmart](https://github.com/flovilmart))
15691569
* 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)
16011601
* Spotify authentication [\#1226](https://github.com/ParsePlatform/parse-server/pull/1226) ([1nput0utput](https://github.com/1nput0utput))
16021602
* Expose DatabaseAdapter to simplify application tests [\#1121](https://github.com/ParsePlatform/parse-server/pull/1121) ([steven-supersolid](https://github.com/steven-supersolid))
16031603

1604-
### 2.2.6 (4/5/2016)
1604+
### 2.2.6
16051605

16061606
* Important Fix: Disables find on installation from clients [\#1374](https://github.com/ParsePlatform/parse-server/pull/1374) ([flovilmart](https://github.com/flovilmart))
16071607
* Adds missing options to the CLI [\#1368](https://github.com/ParsePlatform/parse-server/pull/1368) ([flovilmart](https://github.com/flovilmart))
16081608
* Removes only master on travis [\#1367](https://github.com/ParsePlatform/parse-server/pull/1367) ([flovilmart](https://github.com/flovilmart))
16091609
* Auth.\_loadRoles should not query the same role twice. [\#1366](https://github.com/ParsePlatform/parse-server/pull/1366) ([blacha](https://github.com/blacha))
16101610

1611-
### 2.2.5 (4/4/2016)
1611+
### 2.2.5
16121612

16131613
* Improves config loading and tests [\#1363](https://github.com/ParsePlatform/parse-server/pull/1363) ([flovilmart](https://github.com/flovilmart))
16141614
* 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)
16361636
* Fixes bug related to include in queries [\#1312](https://github.com/ParsePlatform/parse-server/pull/1312) ([flovilmart](https://github.com/flovilmart))
16371637

16381638

1639-
### 2.2.4 (3/29/2016)
1639+
### 2.2.4
16401640

16411641
* Hotfix: fixed imports issue for S3Adapter, GCSAdapter, FileSystemAdapter [\#1263](https://github.com/ParsePlatform/parse-server/pull/1263) ([drew-gross](https://github.com/drew-gross)
16421642
* Fix: Clean null authData values on _User update [\#1199](https://github.com/ParsePlatform/parse-server/pull/1199) ([yuzeh](https://github.com/yuzeh))
16431643

1644-
### 2.2.3 (3/29/2016)
1644+
### 2.2.3
16451645

16461646
* Fixed bug with invalid email verification link on email update. [\#1253](https://github.com/ParsePlatform/parse-server/pull/1253) ([kzielonka](https://github.com/kzielonka))
16471647
* 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)
16571657
* Document email adapter [\#1144](https://github.com/ParsePlatform/parse-server/pull/1144) ([drew-gross](https://github.com/drew-gross))
16581658
* Reset password fix [\#1133](https://github.com/ParsePlatform/parse-server/pull/1133) ([carmenlau](https://github.com/carmenlau))
16591659

1660-
### 2.2.2 (3/23/2016)
1660+
### 2.2.2
16611661

16621662
* Important Fix: Mounts createLiveQueryServer, fix babel induced problem [\#1153](https://github.com/ParsePlatform/parse-server/pull/1153) (flovilmart)
16631663
* Move ParseServer to it's own file [\#1166](https://github.com/ParsePlatform/parse-server/pull/1166) (flovilmart)
@@ -1666,7 +1666,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
16661666
* Fix: Do not override username [\#1142](https://github.com/ParsePlatform/parse-server/pull/1142) (flovilmart)
16671667
* Fix: Add pushId back to GCM payload [\#1168](https://github.com/ParsePlatform/parse-server/pull/1168) (wangmengyan95)
16681668

1669-
### 2.2.1 (3/22/2016)
1669+
### 2.2.1
16701670

16711671
* New: Add FileSystemAdapter file adapter [\#1098](https://github.com/ParsePlatform/parse-server/pull/1098) (dtsolis)
16721672
* New: Enabled CLP editing [\#1128](https://github.com/ParsePlatform/parse-server/pull/1128) (drew-gross)
@@ -1676,7 +1676,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
16761676
* Fix: Generates default CLP, freezes objects [\#1132](https://github.com/ParsePlatform/parse-server/pull/1132) (flovilmart)
16771677
* Fix: Properly sets installationId on creating session with 3rd party auth [\#1110](https://github.com/ParsePlatform/parse-server/pull/1110) (flovilmart)
16781678

1679-
### 2.2.0 (3/18/2016)
1679+
### 2.2.0
16801680

16811681
* New Feature: Real-time functionality with Live Queries! [\#1092](https://github.com/ParsePlatform/parse-server/pull/1092) (wangmengyan95)
16821682
* 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)
16931693
* Fix: Better sanitization/decoding of object data for afterSave triggers [\#992](https://github.com/ParsePlatform/parse-server/pull/992) (flovilmart)
16941694
* Fix: Changes default encoding for httpRequest [\#892](https://github.com/ParsePlatform/parse-server/pull/892) (flovilmart)
16951695

1696-
### 2.1.6 (3/11/2016)
1696+
### 2.1.6
16971697

16981698
* Improvement: Full query support for badge Increment \(\#931\) [\#983](https://github.com/ParsePlatform/parse-server/pull/983) (flovilmart)
16991699
* 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)
17071707
* Fix: re-add shebang [\#944](https://github.com/ParsePlatform/parse-server/pull/944) (flovilmart)
17081708
* Fix: Added test command for Windows support [\#886](https://github.com/ParsePlatform/parse-server/pull/886) (aneeshd16)
17091709

1710-
### 2.1.5 (3/9/2016)
1710+
### 2.1.5
17111711

17121712
* New: FileAdapter for Google Cloud Storage [\#708](https://github.com/ParsePlatform/parse-server/pull/708) (mcdonamp)
17131713
* Improvement: Minimize extra schema queries in some scenarios. [\#919](https://github.com/ParsePlatform/parse-server/pull/919) (Marco129)
@@ -1743,7 +1743,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
17431743
* Fix: Improves loading of Push Adapter, fix loading of S3Adapter [\#833](https://github.com/ParsePlatform/parse-server/pull/833) (flovilmart)
17441744
* Fix: Add field to system schema [\#828](https://github.com/ParsePlatform/parse-server/pull/828) (Marco129)
17451745

1746-
### 2.1.4 (3/3/2016)
1746+
### 2.1.4
17471747

17481748
* New: serverInfo endpoint that returns server version and info about the server's features
17491749
* Improvement: Add support for badges on iOS
@@ -1779,7 +1779,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
17791779
* Fix: allow both objectId or installationId when modifying installation
17801780
* Fix: Command line works better when not given options
17811781

1782-
### 2.1.3 (2/24/2016)
1782+
### 2.1.3
17831783

17841784
* Feature: Add initial support for in-app purchases
17851785
* Feature: Better error messages when attempting to run the server on a port that is already in use or without a server URL
@@ -1797,21 +1797,21 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
17971797
* Fix: Allow nested keys in objects to begin with underscores
17981798
* Fix: Allow correct headers for CORS
17991799

1800-
### 2.1.2 (2/19/2016)
1800+
### 2.1.2
18011801

18021802
* Change: The S3 file adapter constructor requires a bucket name
18031803
* Fix: Parse Query should throw if improperly encoded
18041804
* Fix: Issue where roles were not used in some requests
18051805
* Fix: serverURL will no longer default to api.parse.com/1
18061806

1807-
### 2.1.1 (2/18/2016)
1807+
### 2.1.1
18081808

18091809
* Experimental: Schemas API support for DELETE operations
18101810
* Fix: Session token issue fetching Users
18111811
* Fix: Facebook auth validation
18121812
* Fix: Invalid error when deleting missing session
18131813

1814-
### 2.1.0 (2/17/2016)
1814+
### 2.1.0
18151815

18161816
* Feature: Support for additional OAuth providers
18171817
* Feature: Ability to implement custom OAuth providers
@@ -1834,7 +1834,7 @@ Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw)
18341834
* Fix: Issues during install process
18351835
* Fix: Issue with Unity SDK sending _noBody
18361836

1837-
### 2.0.8 (2/11/2016)
1837+
### 2.0.8
18381838

18391839
* Add: support for Android and iOS push notifications
18401840
* Experimental: cloud code validation hooks (can mark as non-experimental after we have docs)

0 commit comments

Comments
 (0)