2016-03-16 20:15:22 +00:00
|
|
|
0.11.0 Release notes (2016-3-16)
|
2016-03-11 00:15:54 +00:00
|
|
|
=============================================================
|
|
|
|
### API breaking changes
|
|
|
|
* None.
|
2016-03-11 00:24:12 +00:00
|
|
|
|
2016-03-11 00:15:54 +00:00
|
|
|
### Enhancements
|
2016-03-11 00:24:12 +00:00
|
|
|
* Support for encryption
|
|
|
|
* Add common Array methods to List and Results
|
|
|
|
* Accept constructor in create() and objects() methods
|
|
|
|
* Support relative paths when opening realms
|
2016-03-18 22:27:10 +00:00
|
|
|
* Support case insensitive queries
|
|
|
|
* Support for indexed bool, string, and int properties
|
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-11 00:24:12 +00:00
|
|
|
* Automatically forward port 8082 for Android
|
|
|
|
* Fix broken iterator methods on Android
|
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
|