Skip to content

Latest commit

 

History

History
98 lines (56 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

98 lines (56 loc) · 3.5 KB

Change Log

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

2.4.1 (2020-08-27)

Bug Fixes

  • react-router: react-router is actually using history@4 (e1a6841)

2.4.0 (2020-07-28)

Features

  • core: get rid of symbols (6d7a848)
  • react: expose common actions to dispatcher hooks (20dd063)

2.3.1 (2020-07-09)

Bug Fixes

  • react: do not skip emit state after dependencies changed (8656051)

2.3.0 (2020-07-05)

Features

  • di: injectable now accept InjectableOptions (f1da08f)

2.2.0 (2020-06-28)

Bug Fixes

  • core: dispatching action on non-effects module causes dead loop (1ad1100)
  • react-router: api broken after bump history to 5.0 (224d283)

Performance Improvements

2.1.0 (2020-06-02)

Features

  • provide noop(), terminate(), reset() three default actions (e680fdf)

refactor

  • deprecate this.createNoopAction(), use this.noop() instead (5202209)
  • effect module and core store (e680fdf)

v2.0.2

@sigi/react

  • remove useless SSR_LOADED_KEY and related logic

v2.0.1

@sigi/react

v2.0.0

@sigi/core

  • rename internal state owner to store

@sigi/react

  • (Breaking change) merge @SSREffect into @Effect #67
  • (Breaking change) rename useEffectModule => useModule
  • (Breaking change) rename useEffectState => useModuleState
  • (Breaking change) rename useEffectModuleDispatchers => �useDispatchers #83

v1.0.2

devtool

  • fix error when logging noopAction

v1.0.1

testing @1.0.1

  • rename SigiTestingModule#getAyanamiTestingStub => SigiTestingModule#getTestingStub

v1.0.0 (First release)

  • core @1.0.0
  • devtool @1.0.0
  • react @1.0.0
  • react-router @1.0.0
  • ssr @1.0.0
  • testing @1.0.0
  • ts-plugin @1.0.0