Releases: asd-xiv/state-list
Releases · asd-xiv/state-list
v1.0.1
1.0.1 (2019-09-15)
Features
- Remove cache support. It is now the user's responsibility.
- No longer limited to method specific params. Method specific params are still required but any extra param will get passed to the CRUD method.
Bug Fixes
- ci: Add missing "dist/" and "package-lock.json" to cache between jobs (29f9271)
BREAKING CHANGES
.find
is now.read
. It's "Create, Read, Update, Delete" not "Create, Find, Update, Delete".
v0.7.0 - 10 July 2019
Change
- Update packages
v0.6 - 12 June 2019
Change
.delete()
and.update()
uses "id" parameter to identify element. If method returns "id" field, it will take precedence.
v0.5.1 - 18 April 2019
Remove
.add()
builtin method
Chage
.create()
and.update()
has aisDraft
option that when true only creates/updates the local state without running the respective methods. Methods still need to be defined
v0.2.2 - 9 December 2018
Change
- Fix
isLoaded
selector not checking corect date property
v0.2.0 - 8 December 2018
v0.1.0 - 26 November 2018
[0.1.0] - 26 November 2018
First