Skip to content

Latest commit

 

History

History
347 lines (131 loc) · 14 KB

CHANGELOG.md

File metadata and controls

347 lines (131 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

18.0.1 (2024-10-15)

Bug Fixes

  • store: handle entities synchronization when remove (cac359b)

18.0.0 (2024-08-21)

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()

18.0.0-next.1 (2024-08-20)

Features

  • update getters (entities, entity, activeId, activeEntity) to signals #TINFR-417 (ec38717), closes #TINFR-417

18.0.0-next.0 (2024-08-19)

Features

  • add entityWithRefs and entitiesWithRefs signals, mark entities, entity, activeId and activeEntity as deprecated #TINFR-401 (d94bf31), closes #TINFR-401

17.2.0 (2024-07-03)

17.2.0-next.0 (2024-05-22)

Features

17.1.0 (2024-05-15)

Features

17.0.0 (2024-03-15)

Features

17.0.0-next.0 (2024-03-05)

Features

16.1.0 (2024-03-04)

Bug Fixes

  • store: optimize dispatch actions example (7e69087)

Features

  • simplify the loop count for detecting identical store registrations (ebf0a35)

16.1.0-next.2 (2023-12-20)

16.1.0-next.1 (2023-12-06)

Bug Fixes

  • dispatcher: find actionMethInfo from prototype (#137) (f51e251)

Features

16.1.0-next.0 (2023-12-05)

Features

16.0.0 (2023-08-24)

16.0.0-next.1 (2023-08-17)

Features

  • update @tethys/cdk of dependencies to 16.0.0-next.0 (16eea81)

16.0.0-next.0 (2023-08-15)

Features

15.1.0 (2023-07-08)

Bug Fixes

Features

15.0.0 (2023-03-09)

Features

15.0.0-next.0 (2023-02-02)

Features

14.2.0 (2023-02-01)

Features

  • add update to Store instead of setState, mark setState as deprecated (#101) (d9bf41f)
  • use json prase and json stringfy to deep clone an initialState, to avoid object reference (be6efe2)

14.1.1 (2023-01-17)

Features

  • store: add options with strategy param for mergeReferences (#95) (06aedee)

14.1.0 (2022-12-30)

14.1.0-next.3 (2022-12-08)

14.1.0-next.2 (2022-12-05)

Features

  • add compatible for entity-store use mutable data for snapshot (f0e641d)

14.1.0-next.1 (2022-11-29)

Bug Fixes

  • rename StoreFactoryService to StoreFactory (626c193)

14.1.0-next.0 (2022-11-29)

Features

  • add plugin and refactor ReduxDevtoolsPlugin (3192f46)
  • entityStore support active (#77) (6ecd967)
  • public storeFactory and add getStores (#79) (fb2bb0b)

14.0.4 (2022-11-03)

Bug Fixes

  • entityStore initialState type change to TState (c700d00)

14.0.3 (2022-09-22)

Bug Fixes

  • directly return value when invoke action without observable (#54) (b78a865)

Features

  • add instanceMaxCount to StoreOptions for custom max instance count (#55) (9f8040a)
  • set store custom name via constructor options (#52) (e48b0c5)

14.0.2 (2022-09-21)

Bug Fixes

  • throw error when store instance count > 20 only in devMode (9062eb5)

14.0.1 (2022-09-15)

Features

  • support add entity by current page size (#48) (a7555b0)

14.0.0 (2022-08-23)

14.0.0-next.0 (2022-08-16)

Features

13.0.4 (2022-05-23)

13.0.3 (2022-05-20)

13.0.2 (2022-05-20)

13.0.1 (2022-05-20)

13.0.0 (2022-05-17)

Features

12.0.0 (2022-05-17)

11.0.0 (2021-10-28)

Bug Fixes

Features

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

0.0.1 (2021-07-06)

Features

  • initial mini-store to @tethys/store (0cc98de)