Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

90 lines (57 loc) · 4.54 KB

Change Log

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

3.0.0-alpha.4 (2023-05-09)

Note: Version bump only for package redux-eggs-mono

3.0.0-alpha.3 (2023-05-08)

Note: Version bump only for package redux-eggs-mono

3.0.0-alpha.2 (2023-05-08)

Note: Version bump only for package redux-eggs-mono

3.0.0-alpha.1 (2023-05-07)

Note: Version bump only for package redux-eggs-mono

2.2.0 (2022-03-21)

Features

  • @redux-eggs/react: add withEggs HOC (69819ee)
  • examples: improve examples (9d409f8)
  • examples: update examples (abc95c9)

2.1.0 (2021-12-05)

Features

  • @redux-eggs/core: improve types of eggs and extensions (7773229)
  • examples: fix examples (233176a)
  • examples: fix examples (4707f92)
  • examples: update examples (42b8c61)

2.0.0 (2021-12-04)

Bug Fixes

  • examples: use latest version for @redux-eggs/*-packages (50c9262)

  • feat!: version 2 (9b96c3d)

Features

  • @redux-eggs/core: refactor flat-util (be6d766)
  • examples: improve next-rtk-example (cb68599)

BREAKING CHANGES

  • use reducersMap instead of reducerMap in your eggs.
  • use StoreCreatorOptions instead of StoreCreatorSettings.
  • ExtensionEventHandlers was removed.
  • use keep instead of eternal in egg object.
  • use CounterItem instead of CountedItem for item of counter. Another changes:
  • refactor examples
  • refactor tests
  • remove @ts-ignore
  • improve jest-config
  • improve rollup-plugin-filesize
  • add some info to package.json
  • update yarn

1.0.6 (2021-10-26)

Bug Fixes

  • deps: use core-package as peer-dep (97b1e68)
  • examples: fix build (22ff44d)
  • examples: fix examples for getStaticPaths (9ed7157)
  • examples: refactor examples (c171f46)

Features

  • examples: add example for Next.js with RTK, refactor another examples (7e84d9b)

1.0.5 (2021-10-01)

Bug Fixes

  • @redux-eggs/core: filter eggs without id (8658e5b)
  • @redux-eggs/saga-extension: remove readonly for sagas type (f5f81fa)

1.0.4 (2021-09-28)

Note: Version bump only for package redux-eggs-mono