Releases: TarikHuber/firekit
Releases · TarikHuber/firekit
First release with v1
Added unit tests over 90 %
NO breaking changes 😄
Separation from fireform and firekit-provider
Firekit
is now a pure redux project. It can now be used in every JavaScript project that uses redux. Because it consists only of pure JavaScript code we have no dependencies.
Fireform
is published under a separate project name fireform
Also the react
provider is published under the project firekit-provider
Implementation of aliases
- implemented aliases on watchers
- added more unit tests
- changed README
Implementation of auth features
- implemented auth features 😄
- complete refactor of firekit usage in the demo code
Lists changed from Objects to Arrays
Breaking Change!!!
The lists have changed from objects to Arrays of objects with key
and val
properties containing the child key and value.
Implementation of messaging
Implementation of Firebase messaging with new API call "initMessaging"
Bugfix
Fixed bug with FireForm
Feature improvement
- Integration of query watchers
- Combined reducers to a single export
Initial Release
Initial release.
WARNING: API names can change in new versions