Merge branch 'master' of github.com:realm/realm-js into 2.3.x

This commit is contained in:
Kenneth Geisshirt 2018-03-06 09:53:53 +01:00
commit 3a444aae5b
3 changed files with 49 additions and 2 deletions

View File

@ -23,6 +23,51 @@
* Tested against Realm Object Server 3.0.0-alpha.8.
2.2.14 Release notes (2018-3-5)
=============================================================
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* [Sync] Fixed race condition in handling of session bootstrapping in client.
### Internal
* Updated to Realm Sync 2.2.15.
2.2.13 Release notes (2018-3-2)
=============================================================
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* [Sync] Fixed handling of SSL certificates for the sync client.
### Internal
* Updated to Realm Sync 2.2.14.
2.2.12 Release notes (2018-2-23)
=============================================================
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* Validate that a given type appears at most once in the schema.
### Internal
* None.
2.2.10 Release notes (2018-2-20)
=============================================================
### Breaking changes

View File

@ -37,8 +37,8 @@
"react-native",
"scripts",
"src",
"tests",
"vendor",
"tests",
"binding.gyp",
"realm.gypi",
"target_defaults.gypi",
@ -82,7 +82,7 @@
"decompress": "^4.2.0",
"fs-extra": "^4.0.2",
"ini": "^1.3.4",
"nan": "^2.3.3",
"nan": "2.8.0",
"node-fetch": "^1.6.3",
"node-pre-gyp": "^0.6.36",
"progress": "^2.0.0",

2
vendor/.npmignore vendored
View File

@ -12,3 +12,5 @@ GCDWebServer/iOS
GCDWebServer/Mac
GCDWebServer/Tests
GCDWebServer/tvOS
realm-*