Skip to content

Releases: worktile/store

Release 18.0.0

21 Aug 06:27
Compare
Choose a tag to compare

Features

  • update getters (entities, entity, activeId, activeEntity) of EntityStore to signals #TINFR-417 (ec38717), closes #TINFR-417
  • add entityWithRefs and entitiesWithRefs signals, mark entities, entity, activeId and activeEntity as deprecated #TINFR-401 (d94bf31), closes #TINFR-401
  • upgrade @angular/* to 18.x

BREAKING CHANGES:
update getters (entities, entity, activeId, activeEntity) of EntityStore to signals

  • entityStore.entities => entityStore.entities() or entityStore.snapshot.entities
  • entityStore.entity => entityStore.entity() or entityStore.snapshot.entity
  • entityStore.activeId => entityStore.activeId() or entityStore.snapshot.activeId
  • entityStore.activeEntity => entityStore.activeEntity()

Release 14.2.0

04 Feb 03:09
Compare
Choose a tag to compare

Release 14.2.0

Release 12.0.0

17 May 08:46
Compare
Choose a tag to compare

Upgrade Angular to 12

11.0.0

28 Oct 07:43
29e6884
Compare
Choose a tag to compare

Bug Fixes

Features

  • add docs for store (0e89eef)
  • entity-store: add and addWithReferences support afterId (938397a)

0.0.1

07 Jul 01:45
Compare
Choose a tag to compare
docs: update ci badage