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 peerDependenciesChangelog
2.0.5 (February 25, 2017)
Features:
pouchSettings
when creating a collectionnoImplicitAny
Typescript projectsChangelog
2.0.1 (January 26, 2017)
Refactor:
Bugfixes: