Merge branch 'master' of github.com:realm/realm-js into 2.3.x
This commit is contained in:
commit
3a444aae5b
45
CHANGELOG.md
45
CHANGELOG.md
|
@ -23,6 +23,51 @@
|
||||||
* Tested against Realm Object Server 3.0.0-alpha.8.
|
* 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)
|
2.2.10 Release notes (2018-2-20)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
"react-native",
|
"react-native",
|
||||||
"scripts",
|
"scripts",
|
||||||
"src",
|
"src",
|
||||||
"tests",
|
|
||||||
"vendor",
|
"vendor",
|
||||||
|
"tests",
|
||||||
"binding.gyp",
|
"binding.gyp",
|
||||||
"realm.gypi",
|
"realm.gypi",
|
||||||
"target_defaults.gypi",
|
"target_defaults.gypi",
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
"decompress": "^4.2.0",
|
"decompress": "^4.2.0",
|
||||||
"fs-extra": "^4.0.2",
|
"fs-extra": "^4.0.2",
|
||||||
"ini": "^1.3.4",
|
"ini": "^1.3.4",
|
||||||
"nan": "^2.3.3",
|
"nan": "2.8.0",
|
||||||
"node-fetch": "^1.6.3",
|
"node-fetch": "^1.6.3",
|
||||||
"node-pre-gyp": "^0.6.36",
|
"node-pre-gyp": "^0.6.36",
|
||||||
"progress": "^2.0.0",
|
"progress": "^2.0.0",
|
||||||
|
|
|
@ -12,3 +12,5 @@ GCDWebServer/iOS
|
||||||
GCDWebServer/Mac
|
GCDWebServer/Mac
|
||||||
GCDWebServer/Tests
|
GCDWebServer/Tests
|
||||||
GCDWebServer/tvOS
|
GCDWebServer/tvOS
|
||||||
|
|
||||||
|
realm-*
|
||||||
|
|
Loading…
Reference in New Issue