Skip to content

Latest commit

 

History

History
344 lines (161 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

344 lines (161 loc) · 13.7 KB

Changelog

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)

Features

  • reactive-map: add rename (a7080de)

5.4.6 (2024-07-19)

Bug Fixes

5.4.5 (2024-07-16)

5.4.4 (2024-07-15)

5.4.3 (2024-07-15)

5.4.2 (2024-06-20)

Bug Fixes

  • map: trigger onDelete for replacing same key (a956c0a)

5.4.1 (2024-05-22)

5.4.0 (2024-05-17)

Features

5.3.0 (2024-05-13)

⚠ BREAKING CHANGES

  • 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).

Features

  • implement with FinalizationRegistry (5b9c02a)

5.2.1 (2024-05-08)

5.2.0 (2024-05-02)

Features

Bug Fixes

  • flatten-from: follow source equal if equal is not provided (e63308a)

5.1.3 (2024-04-15)

Features

  • utils: export attachSetter (8035ea9)

5.1.2 (2024-04-08)

Bug Fixes

  • collections: trigger onDelete on setting new item (6629c5b)

5.1.1 (2024-03-23)

Bug Fixes

  • collections: clear collection on dispose (aa490cb)

5.1.0 (2024-03-23)

Features

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

Bug Fixes

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

Bug Fixes

  • version: update version on subscription (ce88d0b)

4.3.1 (2024-02-04)

4.3.0 (2024-02-04)

Features

4.2.2 (2024-02-02)

Bug Fixes

  • collections: replace not triggering val changes (717d2d0)

4.2.1 (2024-01-26)

4.2.0 (2024-01-26)

Features

4.1.2 (2024-01-21)

Bug Fixes

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

Bug Fixes

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

Features

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

Features

  • add from and unwrapFrom (796d345)
  • add reactive collections (54c6fa3)

Bug Fixes

  • add unwrap value typing (6df5b09)
  • fix reaction triggered on unchanged value (0328e33)

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)

Features

2.3.3 (2023-02-13)

2.3.2 (2023-02-10)

2.3.1 (2023-02-08)

2.3.0 (2023-02-08)

Features

  • unwrap: support get function (4a0c893)

2.2.0 (2023-02-03)

Features

  • support toString and toJSON of val value (ee64f0f)

2.1.0 (2023-01-23)

Features

2.0.6 (2022-10-17)

Bug Fixes

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

Bug Fixes

2.0.0 (2022-09-20)

Features

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

Features

  • add onValChanged for withValueEnhancer (7a4d13a)

1.2.1 (2022-06-10)

1.2.0 (2022-06-10)

Features

1.1.1 (2022-06-02)

Bug Fixes

  • remove readonly val enhancer setter (62aaf22)

1.1.0 (2022-06-01)

Features

  • add with readonly value enhancer (1b96c9a)

1.0.3 (2022-04-13)

1.0.2 (2022-04-08)

1.0.1 (2022-04-08)

1.0.0 (2022-04-07)

0.0.9 (2022-04-07)

Features

Bug Fixes

  • add meta for enhanceVal (6dfbd4a)
  • fix combine incorrect reaction params (3319d50)