All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.5.1 (2024-12-24)
5.5.0 (2024-09-04)
- reactive-map: add rename (a7080de)
5.4.6 (2024-07-19)
5.4.5 (2024-07-16)
5.4.4 (2024-07-15)
5.4.3 (2024-07-15)
5.4.2 (2024-06-20)
- map: trigger onDelete for replacing same key (a956c0a)
5.4.1 (2024-05-22)
5.4.0 (2024-05-17)
- add compute (dcdfbd3)
5.3.0 (2024-05-13)
onChange
(listen
) is called immediately on val creation instead of on first subscriber. No action is needed if the callback timing is insignificant(which should be the case in most scenarios).
- implement with FinalizationRegistry (5b9c02a)
5.2.1 (2024-05-08)
5.2.0 (2024-05-02)
- flatten-from: follow source equal if equal is not provided (e63308a)
5.1.3 (2024-04-15)
- utils: export attachSetter (8035ea9)
5.1.2 (2024-04-08)
- collections: trigger onDelete on setting new item (6629c5b)
5.1.1 (2024-03-23)
- collections: clear collection on dispose (aa490cb)
5.1.0 (2024-03-23)
- collections: add onDelete config to reactive map and set (7240e26)
5.0.4 (2024-03-04)
5.0.3 (2024-03-01)
5.0.2 (2024-02-23)
- better type infer for empty array (152ea5f)
5.0.1 (2024-02-23)
5.0.0 (2024-02-22)
4.3.2 (2024-02-04)
- version: update version on subscription (ce88d0b)
4.3.1 (2024-02-04)
4.3.0 (2024-02-04)
4.2.2 (2024-02-02)
- collections: replace not triggering val changes (717d2d0)
4.2.1 (2024-01-26)
4.2.0 (2024-01-26)
- val: add ref val (65e83fb)
4.1.2 (2024-01-21)
- collections: correct ReadonlyReactiveMap typo (dbeb461)
4.1.1 (2024-01-12)
4.1.0 (2024-01-05)
4.0.3 (2023-12-25)
4.0.2 (2023-12-22)
4.0.1 (2023-12-22)
4.0.0 (2023-12-21)
3.1.5 (2023-12-21)
3.1.4 (2023-11-23)
- should trigger if values are emitted during subscription (0737d4f)
3.1.3 (2023-11-22)
3.1.2 (2023-10-31)
3.1.1 (2023-10-23)
3.1.0 (2023-10-23)
- readonlyVal: add groupVals (9d18ac9)
3.0.7 (2023-10-20)
3.0.6 (2023-10-20)
3.0.5 (2023-08-10)
3.0.4 (2023-07-27)
3.0.3 (2023-07-27)
3.0.2 (2023-07-27)
3.0.1 (2023-07-27)
3.0.0 (2023-07-27)
2.4.4 (2023-05-17)
2.4.3 (2023-03-27)
2.4.2 (2023-03-10)
2.4.1 (2023-03-03)
2.4.0 (2023-02-28)
2.3.3 (2023-02-13)
2.3.2 (2023-02-10)
2.3.1 (2023-02-08)
2.3.0 (2023-02-08)
- unwrap: support get function (4a0c893)
2.2.0 (2023-02-03)
- support toString and toJSON of val value (ee64f0f)
2.1.0 (2023-01-23)
- add unwrap (aeaaef1)
2.0.6 (2022-10-17)
- trigger subscribers after dirty value is cleared (e5969dc)
2.0.5 (2022-10-17)
2.0.4 (2022-10-17)
2.0.3 (2022-10-16)
2.0.2 (2022-10-16)
2.0.1 (2022-09-22)
- udpate d.ts entry (7167ab2)
2.0.0 (2022-09-20)
- add top-level subscribe and reaction (bee2126)
2.0.0-alpha.0 (2022-08-27)
1.3.2 (2022-07-12)
1.3.0 (2022-06-15)
- add onValChanged for withValueEnhancer (7a4d13a)
1.2.1 (2022-06-10)
1.2.0 (2022-06-10)
- add val manager (8d89dbf)
1.1.1 (2022-06-02)
- remove readonly val enhancer setter (62aaf22)
1.1.0 (2022-06-01)
- add with readonly value enhancer (1b96c9a)