realm-js/CHANGELOG.md

27 lines
840 B
Markdown
Raw Normal View History

2016-03-16 13:15:22 -07:00
0.11.0 Release notes (2016-3-16)
2016-03-10 16:15:54 -08:00
=============================================================
### API breaking changes
* None.
2016-03-10 16:24:12 -08:00
2016-03-10 16:15:54 -08:00
### Enhancements
2016-03-10 16:24:12 -08: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 16:50:55 -07:00
* Support for indexed bool, string, date, and int properties
2016-03-10 16:24:12 -08:00
2016-03-10 16:15:54 -08:00
### Bugfixes
2016-03-15 13:56:51 -07:00
* Fix for crash on Android when initializing the Realm module
2016-03-16 12:54:39 -07:00
* Fix for using Chrome debug mode from a device
2016-03-10 16:24:12 -08:00
* Automatically forward port 8082 for Android
* Fix broken iterator methods on Android
* Fix for List splice method not accepting a single argument
2016-03-10 16:24:12 -08:00
* Don't download or unpack core libraries unnecessarily
2016-03-10 16:15:54 -08:00
2016-03-10 16:24:12 -08:00
0.10.0 Release notes (2016-2-22)
=============================================================
### Enhancements
2016-03-16 12:54:39 -07:00
* Initial Release