2016-07-11 20:18:40 +00:00
|
|
|
0.14.2 Release notes (2016-7-11)
|
2016-06-22 18:34:58 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* Please use `rnpm 1.9.0` or later to link your project. Older versions are no longer supported.
|
2016-07-11 20:18:40 +00:00
|
|
|
* ReactNative versions older than v0.14.0 are no longer supported
|
2016-06-22 18:34:58 +00:00
|
|
|
|
|
|
|
### Enhancements
|
2016-07-11 20:18:40 +00:00
|
|
|
* Support for ReactNative versions v0.28.0+
|
2016-04-28 23:08:38 +00:00
|
|
|
* Added support for debugging in Visual Studio Code.
|
2016-06-22 18:34:58 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
2016-06-27 19:16:35 +00:00
|
|
|
* Fix linker error when building for minimum target version of iOS 7.
|
2016-06-22 18:34:58 +00:00
|
|
|
|
2016-06-28 19:15:36 +00:00
|
|
|
0.14.1 Release notes (2016-6-28)
|
2016-06-27 19:16:35 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
* Fix linker error when building for minimum target version of iOS 7.
|
2016-06-28 19:12:56 +00:00
|
|
|
* Fix for failure in `strip` command when building an archive.
|
2016-06-27 19:16:35 +00:00
|
|
|
|
2016-06-22 15:42:27 +00:00
|
|
|
0.14.0 Release notes (2016-6-22)
|
2016-05-19 21:10:20 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Enhancements
|
2016-06-17 00:52:57 +00:00
|
|
|
* Added `isValid()` method to `List` and `Results` to check for deleted or invalidated objects
|
2016-06-03 23:59:50 +00:00
|
|
|
* Added `objectForPrimaryKey(type, key)` method to `Realm`
|
2016-05-19 21:10:20 +00:00
|
|
|
|
2016-05-24 19:38:32 +00:00
|
|
|
### Bugfixes
|
2016-06-08 18:22:12 +00:00
|
|
|
* Fix for crash when setting object properties to objects from other Realms
|
2016-06-17 00:52:57 +00:00
|
|
|
* Fix for exception sometimes thrown when reloading in Chrome debug mode
|
2016-05-24 19:38:32 +00:00
|
|
|
|
2016-05-26 20:31:39 +00:00
|
|
|
0.13.2 Release notes (2016-5-26)
|
2016-05-26 20:17:19 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
* Fix for crash when updating Realms with optional date properties to the new file format
|
|
|
|
|
2016-05-24 18:53:10 +00:00
|
|
|
0.13.1 Release notes (2016-5-24)
|
2016-05-24 15:23:21 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* None
|
|
|
|
|
2016-05-19 21:10:20 +00:00
|
|
|
### Bugfixes
|
2016-05-24 15:24:18 +00:00
|
|
|
* Fix for crash when inserting dates from before the epoch
|
2016-05-20 20:42:17 +00:00
|
|
|
* Fix for crash when using collection snapshot after realm.deleteAll()
|
2016-05-19 21:10:20 +00:00
|
|
|
|
2016-05-19 20:33:50 +00:00
|
|
|
0.13.0 Release notes (2016-5-19)
|
2016-05-16 20:56:59 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* With this release we have switched over to a new cross platform compatible date format.
|
|
|
|
This change will only require action from users who are using both the JS and Cocoa or Android
|
|
|
|
bindings simultaneously and accessing Realm files from both bindings. In these cases you need to
|
|
|
|
open the Realm file with the latest version of the iOS or Android bindings before accessing the
|
|
|
|
Realm from JS to prevent an unnecessary conversion.
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
* Date properties are now stored in a format compatible with the Realm Browser and other bindings.
|
2016-05-16 21:42:21 +00:00
|
|
|
* Fix for using `class MyObject extends Realm.Object` in a React Native project.
|
|
|
|
* Fix a memory leak caused by constructing a Realm instance of an already opened Realm.
|
|
|
|
* Fix for better supporting hot module reloading.
|
|
|
|
* Fix for some warnings when using `ListView` with React Native 0.25+
|
2016-05-19 19:40:16 +00:00
|
|
|
* Fix for queries that use a keypath starting with "not".
|
2016-05-16 20:56:59 +00:00
|
|
|
|
2016-05-04 20:48:19 +00:00
|
|
|
0.12.0 Release notes (2016-5-4)
|
2016-04-12 15:13:29 +00:00
|
|
|
=============================================================
|
|
|
|
### Breaking changes
|
|
|
|
* None
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* Support for queries comparing optional properties to `null`
|
2016-04-27 00:14:15 +00:00
|
|
|
* `object.isValid()` has been added to enable checking if an object has been deleted
|
2016-05-03 01:38:43 +00:00
|
|
|
- **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
|
2016-04-12 15:13:29 +00:00
|
|
|
|
|
|
|
### Bugfixes
|
2016-04-19 23:09:10 +00:00
|
|
|
* When accessing an empty Results `undefined` is returned rather than throwing an exception
|
2016-04-28 19:52:15 +00:00
|
|
|
* Accessing a deleted object throws a JS exception rather than crashing
|
|
|
|
* Accessing an invalidated Results snapshot throws a JS exception rather than crashing
|
2016-05-02 19:46:34 +00:00
|
|
|
* Fix for error message when specifying properties with invalid object types
|
2016-05-03 01:38:43 +00:00
|
|
|
* Fix memory leak when reloading an app in debug mode
|
2016-05-03 20:06:41 +00:00
|
|
|
* Setting non-persisted properties now works as expected
|
2016-04-12 15:13:29 +00:00
|
|
|
|
2016-03-29 22:30:15 +00:00
|
|
|
0.11.1 Release notes (2016-3-29)
|
|
|
|
=============================================================
|
|
|
|
### Bugfixes
|
|
|
|
* Fix for using Android Studio to build app using Realm
|
|
|
|
* Fix for sharing Realm between JS and Objective-C/Swift
|
|
|
|
|
2016-03-24 19:14:14 +00:00
|
|
|
0.11.0 Release notes (2016-3-24)
|
2016-03-11 00:15:54 +00:00
|
|
|
=============================================================
|
2016-03-24 19:14:14 +00:00
|
|
|
### Breaking changes
|
|
|
|
* Realm for React Native is now packaged as a static library for iOS
|
|
|
|
- Remove the reference to `RealmJS.xcodeproj` from your Xcode project
|
|
|
|
(under the `Libraries` group)
|
|
|
|
- Make sure `rnpm` is installed and up-to-date: `npm install -g rnpm`
|
|
|
|
- Run `rnpm link realm` from your app's root directory
|
2016-03-11 00:24:12 +00:00
|
|
|
|
2016-03-11 00:15:54 +00:00
|
|
|
### Enhancements
|
2016-03-24 19:14:14 +00:00
|
|
|
* Support for encrypted Realms
|
2016-03-09 07:47:08 +00:00
|
|
|
* List and Results now inherit from Realm.Collection
|
2016-03-24 19:14:14 +00:00
|
|
|
* List and Results is now iterable (e.g. supports `for...of` loops)
|
2016-03-11 00:24:12 +00:00
|
|
|
* Add common Array methods to List and Results
|
|
|
|
* Accept constructor in create() and objects() methods
|
2016-03-24 19:14:14 +00:00
|
|
|
* Support relative paths when opening Realms
|
|
|
|
* Support case insensitive queries by adding `[c]` after operators
|
|
|
|
* Support for indexed `bool`, `string`, and `int` properties
|
|
|
|
* Added `Realm.schemaVersion` method, which supports unopened Realms
|
2016-03-11 00:24:12 +00:00
|
|
|
|
2016-03-11 00:15:54 +00:00
|
|
|
### Bugfixes
|
2016-03-15 20:56:51 +00:00
|
|
|
* Fix for crash on Android when initializing the Realm module
|
2016-03-16 19:54:39 +00:00
|
|
|
* Fix for using Chrome debug mode from a device
|
2016-03-17 21:56:07 +00:00
|
|
|
* Fix for List splice method not accepting a single argument
|
2016-03-11 00:24:12 +00:00
|
|
|
* Don't download or unpack core libraries unnecessarily
|
2016-03-11 00:15:54 +00:00
|
|
|
|
|
|
|
|
2016-03-11 00:24:12 +00:00
|
|
|
0.10.0 Release notes (2016-2-22)
|
|
|
|
=============================================================
|
|
|
|
### Enhancements
|
2016-03-16 19:54:39 +00:00
|
|
|
* Initial Release
|