Skip to content

Releases: asd-xiv/state-list

v1.0.1

15 Sep 21:52
Compare
Choose a tag to compare

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

10 Jul 20:08
Compare
Choose a tag to compare

Change

  • Update packages

v0.6 - 12 June 2019

12 Jun 21:50
Compare
Choose a tag to compare

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

12 Jun 21:44
Compare
Choose a tag to compare

Remove

  • .add() builtin method

Chage

  • .create() and .update() has a isDraft 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

29 Dec 18:27
Compare
Choose a tag to compare

Change

  • Fix isLoaded selector not checking corect date property

v0.2.0 - 8 December 2018

09 Dec 10:59
Compare
Choose a tag to compare

Add

v0.1.0 - 26 November 2018

08 Dec 22:39
Compare
Choose a tag to compare

[0.1.0] - 26 November 2018

First