Skip to content

Latest commit

 

History

History
172 lines (83 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

172 lines (83 loc) · 6.63 KB

Changelog

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

0.4.4 (2024-08-21)

0.4.3 (2024-07-29)

Bug Fixes

  • remit: should dispose before next remit (06bc0aa)

0.4.2 (2024-07-22)

0.4.1 (2024-05-14)

0.4.0 (2024-05-14)

⚠ BREAKING CHANGES

  • remove root exported ANY_EVENT in favor of remitter.ANY_EVENT, onAny, offAny, hasAny and clearAny methods.
  • remove count method.
  • remove ReadonlyRemitter type in favor of EventReceiver type.

Features

0.3.6 (2024-04-23)

Features

0.3.5 (2024-04-23)

Features

  • remitter: add onAny, onceAny and offAny (0bca307)

0.3.4 (2024-01-28)

0.3.3 (2023-10-30)

0.3.2 (2023-08-23)

0.3.1 (2023-08-22)

Bug Fixes

  • remitter: remit ANY_EVENT if listener count > 0 (b2c1455)

0.3.0 (2023-08-17)

0.2.17 (2023-08-17)

0.2.16 (2023-08-16)

0.2.15 (2023-08-16)

0.2.14 (2023-08-16)

0.2.13 (2023-08-16)

0.2.12 (2023-08-07)

Features

  • remitter: add ANY_EVENT (7fdc13e)

0.2.11 (2023-05-22)

Bug Fixes

  • allow adding same listener to both on and once (f44cb44)

0.2.10 (2023-05-17)

0.2.9 (2022-08-30)

Features

0.2.8 (2022-08-24)

Bug Fixes

  • start remit immediately if eventName exists listeners (af2081e)

0.2.7 (2022-08-12)

0.2.6 (2022-07-12)

Bug Fixes

0.2.3 (2022-06-17)

0.2.2 (2022-06-17)

0.2.1 (2022-06-16)

0.2.0 (2022-06-16)

0.1.0 (2022-06-16)

Features

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)