mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
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.
|
||||
|
||||
|
||||
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
|
||||
|
@ -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
2
vendor/.npmignore
vendored
@ -12,3 +12,5 @@ GCDWebServer/iOS
|
||||
GCDWebServer/Mac
|
||||
GCDWebServer/Tests
|
||||
GCDWebServer/tvOS
|
||||
|
||||
realm-*
|
||||
|
Loading…
x
Reference in New Issue
Block a user