Skip to content

Releases: tdmnco/model-js

0.7.0

30 Jun 09:56
Compare
Choose a tag to compare

News

  • Update of dependencies for building the project.

0.5.0

22 Apr 12:09
Compare
Choose a tag to compare

News

  • Code cleanup.
  • Documentation updates.

0.4.0

17 Jan 15:04
Compare
Choose a tag to compare

News

  • Retires thaw(), frozen() and freeze() from the API.
  • Documentation updates.

0.3.0

15 Jan 13:48
Compare
Choose a tag to compare

News

  • Adds support for multiple model caches.
  • Adds a deleteCache() function for deleting a model cache.
  • Improves the get() function by splitting its responsibilities into separate functions depending on the query.
  • Improves test coverage.

0.1.0

28 Jul 16:54
Compare
Choose a tag to compare

News

  • Adds a first() function for getting the first instance of a query.
  • Improves test coverage.