Changelog
3.0.8 (April 20, 2017)
Bugfixes:
findOne().$
did not have limit:1
findOne(string).$
streams all documents when _id
as primaryChangelog
3.0.5 (March 21, 2017)
Bugfixes:
RxQuery.sort()
Other:
Changelog
3.0.3 (March 6, 2017)
Features:
Bugfixes:
Changelog
3.0.0 (February 27, 2017) BREAKING
Features:
RxQuery.sort()
now works on non-top-level-indexesBugfixes:
RxDocument().save()
twice did not workBreaking:
^[a-z][a-z0-9]*$
Fixes #45^[a-zA-Z][[a-zA-Z0-9_]*]?[a-zA-Z0-9]$
RxDatabase.collection()
only to create collection, use myDatabase.heroes
to get existing oneRxDB.create()
multiInstance is now true by defaultrxjs
and babel-polyfill
are now peerDependencies