Skip to content

Releases: AutoScheduleJS/userstate-manager

v3.1.1

27 Jun 08:56
Compare
Choose a tag to compare

3.1.1 (2018-06-27)

Bug Fixes

  • package.json point to correct file (be2bf83)

v3.1.0

26 Jun 09:56
eb57134
Compare
Choose a tag to compare

3.1.0 (2018-06-26)

Features

  • export es6 module + update from monorepo (#24) (eb57134)

v3.0.2

26 Mar 09:25
Compare
Choose a tag to compare

3.0.2 (2018-03-26)

Bug Fixes

  • use queries fn quantity on insert obj (1855e41)

v3.0.1

15 Mar 10:37
Compare
Choose a tag to compare

3.0.1 (2018-03-15)

Bug Fixes

  • will not try to satisfy its own needs (84c1f62)

v3.0.0

12 Mar 12:27
40803a4
Compare
Choose a tag to compare

3.0.0 (2018-03-12)

Bug Fixes

BREAKING CHANGES

  • When error is thrown, range become ranges

v2.0.2

09 Mar 09:50
Compare
Choose a tag to compare

2.0.2 (2018-03-09)

Bug Fixes

  • crash when trying to delete virtual docs (86c53a0)

v2.0.1

12 Feb 12:55
Compare
Choose a tag to compare

2.0.1 (2018-02-12)

Bug Fixes

  • insert doc duplicata due to loki mutations (efd0b77)

v2.0.0

02 Feb 13:26
Compare
Choose a tag to compare

2.0.0 (2018-02-02)

Features

  • use neutral DB obj instead of Loki's serialized format (ad2de4d)

BREAKING CHANGES

  • must use the new format IUserstateCollection[] for baseState input

v1.0.1

24 Jan 09:42
Compare
Choose a tag to compare

1.0.1 (2018-01-24)

Bug Fixes

  • remove dependecy to queries-scheduler (df859e2)

v1.0.0

23 Jan 20:12
Compare
Choose a tag to compare

1.0.0 (2018-01-23)

Bug Fixes

  • handle updates with greater quantity than docs retrieved (84c08e6)
  • output satisfaction (2fb9094)
  • query with multiple places consuming many times (d1a4942)
  • throw non-empty needsSatisfaction (8dcbc55)
  • transfo to ranges satisfaction (f8e49c7)
  • tslint error in test file (b4831e5)
  • update from nil and delete update (b12658a)
  • use max start when multiple places for output (ae59104)
  • webpack build error with fs module used by loki (6dfc621)

Code Refactoring

  • returns value instead of promise (684cf26)

Features

BREAKING CHANGES

  • queryToStatePotentials take a string as baseState instead of a promise