Package detail
@ngneat/elf-entities
Entities management for elf store
readme
changelog
Changelog
This file was generated using @jscutlery/semver.
5.0.2 (2024-04-16)
Bug Fixes
5.0.1 (2024-02-10)
Bug Fixes
5.0.0 (2024-01-19)
Features
- entities: 🔥 add events (e05d8ff)
BREAKING CHANGES
- entities: 🧨 the store peer dependency is now v2.5.0
4.6.0 (2023-10-03)
Features
- added function getManyByPredicate (c92beb1)
4.5.0 (2023-08-06)
Features
4.4.4 (2023-02-25)
Bug Fixes
- entities: make updateEntities skip updating by ids that do not present in the store (#438) (1579b06)
4.4.3 (2022-11-29)
Bug Fixes
4.4.2 (2022-08-22)
Bug Fixes
- entities: 🐞 add support for cjs (f478dc1)
4.4.1 (2022-08-15)
Bug Fixes
4.4.0 (2022-08-15)
Features
4.3.1 (2022-05-07)
Bug Fixes
4.3.0 (2022-04-17)
Features
4.2.1 (2022-03-22)
Bug Fixes
4.2.0 (2022-03-17)
Features
4.1.1 (2022-03-17)
Bug Fixes
- entities: 🐞 getAllEntitiesApply mapped return type (da5ce29)
4.1.0 (2022-03-12)
Features
4.0.1 (2022-03-09)
Bug Fixes
- entities: 🐞 export getAllEntitiesApply (5356f00)
4.0.0 (2022-03-09)
Features
- entities: 🔥 change getEntities to getAllEntities (f20cb19)
- entities: 🔥 change selectAll to selectAllEntities (e30b6d1)
- entities: 🔥 change selectAllApply to selectAllEntitiesApp (b5a6566)
BREAKING CHANGES
- entities: 🧨 change getEntities to getAllEntities
- entities: 🧨 change selectAllApply to selectAllEntitiesApp
- entities: 🧨 change selectAll to selectAllEntities
3.4.0 (2022-03-09)
Features
Features
3.2.1 (2022-02-12)
Bug Fixes
- entities: 🐞 export update by ids (8a3de8d)
3.2.0 (2022-02-12)
Features
- entities: 🔥 support id update (#147) (af201e2)
- mutation: add support for key-value structure (#148) (163fabd)
3.1.1 (2022-02-08)
Bug Fixes
3.1.0 (2022-02-06)
Features
3.0.0 (2022-01-24)
Bug Fixes
BREAKING CHANGES
- entities: selectActiveEntity is now stricter
selectActiveEntity
is stricter and returns Entity | undefined
2.1.0 (2022-01-11)
Features
2.0.3 (2022-01-06)
Bug Fixes
2.0.2 (2021-12-14)
2.0.1 (2021-12-13)
Bug Fixes
2.0.0 (2021-12-13)
Bug Fixes
- entities: 🐞 add protection when the array is empty (d322695)
Features
BREAKING CHANGES
- entities: upsertEntities name change
The current upsertEntities
function was change to upsertEntitiesById
.
The new upsertEntities
functionality takes a collection of entities and performs an upsert.