Skip to content

Latest commit

 

History

History
129 lines (68 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

129 lines (68 loc) · 5.97 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.0 (2022-10-26)

Bug Fixes

  • Fixed usage of Effect's options by handleAction() and scope.createEffect() (#7) (e44bd23)

Features

  • New scope's methods: handleQuery() and subscribe() (#8) (5242c3e)

0.6.0 (2022-08-28)

Features

  • EffectOptions.pipeline for customising processing of event. (#4) (e927bb3)
  • Added ExternalScope type. (#3) (11c8a9c)
  • Refactored Query API (0ba6d12)
  • Track all unhandled errors of Effects (#5) (3c108a4)

0.5.2 (2022-01-26)

Note: Version bump only for package rx-effects

0.5.1 (2022-01-11)

Bug Fixes

  • Do not expose internal stores to extensions (27420cb)

0.5.0 (2022-01-11)

Bug Fixes

Features

  • Introduced store actions and createStoreActions() factory. (c51bd07)
  • Introduced Store extensions and StoreLoggerExtension (931b949)

0.4.1 (2021-11-10)

Bug Fixes

  • Share and replay mapQuery() and mergeQueries() to subscriptions (8308310)

0.4.0 (2021-09-30)

Bug Fixes

  • Concurrent store updates by its subscribers (bc29bb5)

0.3.3 (2021-09-27)

Features

  • Store.update() can apply an array of mutations (d778ac9)

0.3.1 (2021-09-07)

Bug Fixes

  • mapQuery() and mergeQueries() produce distinct values by default (17721af)

0.3.0 (2021-09-07)

Features

  • Introduced StateQueryOptions for query mappers. Strict equality === is used by default as value comparators. (5cc97e0)

0.2.2 (2021-09-02)

Bug Fixes

  • Fixed typings and arguments of mergeQueries() (156abcc)

0.2.1 (2021-08-15)

Note: Version bump only for package rx-effects

0.2.0 (2021-08-09)

Features

  • Renamed EffectScope to Scope. Extended Scope and declareState(). (21d97be)

0.1.0 (2021-08-03)

Features

  • Introduced 'destroy()' method to Store to complete it. (199cbb7)
  • Introduced Controller, useController() and mergeQueries() (d84a2e2)

0.0.8 (2021-07-26)

Bug Fixes

  • Dropped stateEffects for a while. Added stubs for docs. (566ab80)

0.0.7 (2021-07-23)

Bug Fixes

  • Types for actions and effects (49235fe)

0.0.6 (2021-07-12)

Note: Version bump only for package rx-effects

0.0.5 (2021-07-11)

Note: Version bump only for package rx-effects

0.0.4 (2021-07-11)

Note: Version bump only for package rx-effects

0.0.3 (2021-07-11)

Note: Version bump only for package rx-effects

0.0.2 (2021-07-11)

Note: Version bump only for package rx-effects