realm-js/CHANGELOG.md

27 lines
840 B
Markdown
Raw Normal View History

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 23:50:55 +00:00
* Support for indexed bool, string, date, 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
* 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