mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-03 18:24:04 +00:00
Update CHANGELOG with missing items
This commit is contained in:
parent
77a55ee024
commit
4ceafd182d
@ -6,12 +6,18 @@ x.x.x Release notes (yyyy-MM-dd)
|
||||
### Enhancements
|
||||
* Support for queries comparing optional properties to `null`
|
||||
* `object.isValid()` has been added to enable checking if an object has been deleted
|
||||
- **Note:** Custom object classes can extend `Realm.Object` to inherit this method
|
||||
* Support opening a Realm as read-only with the `readOnly` configuration option
|
||||
* Support for providing a custom migration function (please see the docs for details)
|
||||
* Added `path`, `readOnly`, `schema`, and `schemaVersion` properties to `Realm` instances
|
||||
* Optional and list properties are no longer required when creating objects
|
||||
|
||||
### Bugfixes
|
||||
* When accessing an empty Results `undefined` is returned rather than throwing an exception
|
||||
* Accessing a deleted object throws a JS exception rather than crashing
|
||||
* Accessing an invalidated Results snapshot throws a JS exception rather than crashing
|
||||
* Fix for error message when specifying properties with invalid object types
|
||||
* Fix memory leak when reloading an app in debug mode
|
||||
|
||||
0.11.1 Release notes (2016-3-29)
|
||||
=============================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user