Skip to content

Releases: the-dr-lazy/deox

v4.0.0

15 Mar 16:42
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

4.0.0 (2021-03-15)

Features

  • remove configureStore function and dependency to @reduxjs/toolkit (1f488a1), closes #164 #151

BREAKING CHANGES

    • configureStore function has been removed from public API.
  • There is no dependency to redux-starter-kit package
    anymore.
  • TypeScript version and tslib version has been bumped.

Co-authored-by: Michael Schmid [email protected]
Co-authored-by: Mohammad Hasani [email protected]

v3.3.1

17 Oct 05:04
Compare
Choose a tag to compare

3.3.1 (2020-10-17)

Bug Fixes

  • use symbol for the others handler (f5b1cee)

v3.3.0

01 Oct 20:01
Compare
Choose a tag to compare

3.3.0 (2020-10-01)

Bug Fixes

  • handle.others instead of handle.default (f9aec53)
  • more explicit typing to avoid TS4025 (e703730)

Features

  • default handler in createReducer (611184d), closes #152

v3.2.2

16 Mar 15:59
Compare
Choose a tag to compare

3.2.2 (2020-03-16)

Bug Fixes

v3.2.1

09 Jan 19:41
Compare
Choose a tag to compare

3.2.1 (2020-01-09)

Bug Fixes

  • extract action from any, Redux.Action and AnyAction types (18d0a9e), closes #141

v3.2.0

09 Dec 17:24
Compare
Choose a tag to compare

3.2.0 (2019-12-09)

Features

  • reuse isOfType helper in ofType RxJS operator (#136) (a5f0648)
  • support mixed keys for ofType RxJS operator (#133) [skip release] (dc21e6d)

v3.1.0

08 Dec 14:37
Compare
Choose a tag to compare

3.1.0 (2019-12-08)

Features

  • add isOfType helper (#127) (03e6210), closes #87
  • generalize isOfType keys argument to readonly array (cc01d9d)

v3.0.1

07 Dec 11:02
Compare
Choose a tag to compare

3.0.1 (2019-12-07)

Bug Fixes

  • generalize TActionCreator generic type in createHandlerMap (9825477), closes #128

v1.0.0

18 Jan 22:08
Compare
Choose a tag to compare

1.0.0 (2019-01-18)

chore

  • change umd bundle name to Deox (cd04c02)

Features

  • add action creator factory (c521828)
  • add getType helper (f8e4dc5)
  • add handler map factory (279e517)
  • add reducer factory (b170555)
  • make public API exports to be explicit (5da4b52)

BREAKING CHANGES

  • use Deox global variable instead of FluxTypesafe in UMD bundles