Changelog

July 14, 2025 ยท View on GitHub

This file was generated using @jscutlery/semver.

2.5.1 (2024-02-03)

Bug Fixes

  • store: ๐Ÿž improve state type (ee784a4), closes #510

2.5.0 (2024-01-19)

Features

  • store: ๐Ÿ”ฅ add events support (fce4724)

2.4.0 (2023-09-24)

Features

2.3.2 (2023-06-02)

Bug Fixes

  • store: combine should emit a new object (#462) (d226a2f)

2.3.1 (2023-02-05)

Bug Fixes

2.3.0 (2022-11-21)

Features

  • store: elfHooks with preStateInit hook (#383) (f739139)

2.2.0 (2022-10-26)

Features

  • store: change emitOnce to emit only once even with all nested emitOnce (#362) (a5b89dd)

2.1.0 (2022-05-30)

Features

  • store: add setPropsInitialValue to have ability update initial value passed to propsFactory (#275) (c8be676)

2.0.0 (2022-05-12)

Bug Fixes

  • store: destroy should reset the store state (558e4c0)

BREAKING CHANGES

  • store: Calling the destroy method will also reset the state

1.5.6 (2022-03-29)

Bug Fixes

  • store: ๐Ÿž return emitOnce cb value (4718f37)

1.5.5 (2022-03-28)

Bug Fixes

  • store: ๐Ÿž fix emitOnce condition (46d2bf4)

1.5.4 (2022-03-23)

Bug Fixes

  • store: add proper export for enableElfProdMode (#203) (190aab5)

1.5.3 (2022-03-22)

Bug Fixes

  • store: add enableElfProdMode

1.5.2 (2022-03-16)

Bug Fixes

  • store: fixes incorrect operator imports from rxjs (#197) (c8764f8)

1.5.0 (2022-03-08)

Features

  • store: ๐Ÿ”ฅ add emitOnce function (3256d5f)

1.4.0 (2022-03-08)

Features

  • store: ๐Ÿ”ฅ elfHooks with preStoreUpdate hook (#182) (0704c33)

1.3.3 (2022-02-24)

Bug Fixes

  • store: ๐Ÿž fix createStore type (f1f38b2)

1.3.2 (2022-02-23)

Bug Fixes

  • store: ๐Ÿž revert type (370bb9c)

1.3.1 (2022-02-23)

Bug Fixes

  • store: ๐Ÿž fix createStore type (87c756b)

1.3.0 (2022-02-23)

Features

  • store: ๐Ÿ”ฅ introduce createStore function (#174) (fbc68ff)

1.2.0 (2022-02-17)

Features

  • store: ๐Ÿ”ฅ add setProps mutation (452d2aa)

1.1.0 (2022-02-16)

Features

  • store: ๐Ÿ”ฅ add setProp mutation (b0bea61)

1.0.2 (2021-12-14)

1.0.1 (2021-12-14)

Bug Fixes

  • entities: typed support for immutable/readonly arrays (#86) (9cd6638)