Skip to content

Commit

Permalink
Release v3.3.0 (#1383)
Browse files Browse the repository at this point in the history
* Release v3.3.0

* Bump version in package.json
  • Loading branch information
davimacedo committed Jul 12, 2021
1 parent 720b954 commit 2e7a406
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 415 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,22 @@
# Parse-SDK-JS

### master
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.2.0...master)
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.0...master)

## 3.3.0
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.2.0...3.3.0)

**Improvements**
- Improve support for nested keys ([#1364](https://github.com/parse-community/Parse-SDK-JS/pull/1364))
- Doc improvement ([#1349](https://github.com/parse-community/Parse-SDK-JS/pull/1349))
- Add npm version ci check ([#1345](https://github.com/parse-community/Parse-SDK-JS/pull/1345))
- Added an error code for geospatial index failures ([#1342](https://github.com/parse-community/Parse-SDK-JS/pull/1342))
- Added date support to OfflineQuery class ([#1344](https://github.com/parse-community/Parse-SDK-JS/pull/1344))

**Fixes**
- Fix react native build ([#1381](https://github.com/parse-community/Parse-SDK-JS/pull/1381))
- Fix weapp uuid error ([#1356](https://github.com/parse-community/Parse-SDK-JS/pull/1356))
- Fix EventEmitter undefined on React Native 0.64 ([#1351](https://github.com/parse-community/Parse-SDK-JS/pull/1351))

## 3.2.0
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.1.0...3.2.0)
Expand Down

0 comments on commit 2e7a406

Please sign in to comment.