|
1 | 1 | # Parse-SDK-JS
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.19.0...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.0.0...master) |
| 5 | + |
| 6 | +## 3.0.0 |
| 7 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.19.0...3.0.0) |
| 8 | + |
| 9 | +**Breaking Changes** |
| 10 | +For security purposes, logIn will default to `POST` instead of `GET` method. ([#1284](https://github.com/parse-community/Parse-SDK-JS/pull/1284)) |
| 11 | + |
| 12 | +If you need to use `GET` set the `usePost` option to false. |
| 13 | + |
| 14 | +`Parse.User.logIn('username', 'password', { usePost: false })` |
| 15 | + |
| 16 | +**Features** |
| 17 | +- Add EventuallyQueue API, object.saveEventually, object.destroyEventually ([#1291](https://github.com/parse-community/Parse-SDK-JS/pull/1291)) |
| 18 | +- Add Parse.CLP Object to control ClassLevelPermissions ([#1145](https://github.com/parse-community/Parse-SDK-JS/pull/1145)) |
| 19 | +- Add option `{ json: true }` on queries ([#1294](https://github.com/parse-community/Parse-SDK-JS/pull/1294)) |
| 20 | +- Add IndexedDB Storage Controller ([#1297](https://github.com/parse-community/Parse-SDK-JS/pull/1297)) |
| 21 | +- Parse.User.isCurrentAsync() for async storage ([#1298](https://github.com/parse-community/Parse-SDK-JS/pull/1298)) |
| 22 | + |
| 23 | +**Improvements** |
| 24 | +- Add useMasterKey option to Parse.File.destroy() ([#1285](https://github.com/parse-community/Parse-SDK-JS/pull/1285)) |
| 25 | +- User management on React-Native ([#1298](https://github.com/parse-community/Parse-SDK-JS/pull/1298)) |
| 26 | + |
| 27 | +**Fixes** |
| 28 | +- Allow connect to LiveQuery with null fields ([#1282](https://github.com/parse-community/Parse-SDK-JS/pull/1282)) |
| 29 | +- fromJSON: Return date if value is type `Date` ([#1293](https://github.com/parse-community/Parse-SDK-JS/pull/1293)) |
| 30 | +- fromJSON: Allow keys to dirty, allows save fromJSON ([#1295](https://github.com/parse-community/Parse-SDK-JS/pull/1295)) |
| 31 | +- Parse.Schema.addField accepts Pointer and Relation types ([#1281](https://github.com/parse-community/Parse-SDK-JS/pull/1281)) |
5 | 32 |
|
6 | 33 | ## 2.19.0
|
7 | 34 | [Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.18.0...2.19.0)
|
|
0 commit comments