Skip to content

Latest commit

Β 

History

History
255 lines (119 loc) Β· 9.39 KB

CHANGELOG.md

File metadata and controls

255 lines (119 loc) Β· 9.39 KB

4.0.0 (2024-03-31)

Bug Fixes

BREAKING CHANGES

  • major package upgrades

3.0.2 (2023-04-13)

Bug Fixes

  • πŸ› installable with riot 7 (53f1bc3), closes #29

3.0.1 (2021-11-03)

Bug Fixes

  • πŸ› wrap connect function to support destructure (edafcf3)

3.0.0 (2021-10-28)

Bug Fixes

  • πŸ› typings, upgrade dependencies (e76c75f)

BREAKING CHANGES

  • 🧨 mapToComponent no longer accepts an object

3.0.0-next.1 (2021-10-27)

Bug Fixes

  • πŸ› typings, upgrade dependencies (e76c75f)

BREAKING CHANGES

  • 🧨 mapToComponent no longer accepts an object

2.0.5 (2021-10-22)

Bug Fixes

  • πŸ› state utils dependency (2ce63ef)

2.0.4 (2021-10-15)

Bug Fixes

  • πŸ› bug in the dispatch typings (6b76af5)
  • state manager generics (447217b)

2.0.3 (2021-10-12)

Bug Fixes

  • πŸ› adding generics to state manager (60c7807)

2.0.1-next.4 (2021-10-08)

Bug Fixes

  • πŸ› adding generics to state manager (60c7807)

2.0.1-next.3 (2021-09-30)

Bug Fixes

  • πŸ› lexical this on dispatch (fee1d49)

2.0.1-next.2 (2021-09-22)

Bug Fixes

  • πŸ› play nice with typescript (f1f9e42)

2.0.1-next.1 (2021-09-15)

Bug Fixes

  • πŸ› rework typings (d654c54)

2.0.0 (2021-08-22)

Features

  • 🎸 v2 rewrite (e44ddf0), closes #6
  • Merge pull request #14 from riot-tools/next (50ba3fe)

BREAKING CHANGES

  • 🧨 no more getState, getStream. connect functions no longer. Now requires instantiation via new constructor.

feat: 🎸 2 two clone updates

Bidirectional updates among clones. All tests passing. Added goToState(sid: number), but needs tests. Add github actions.

  • 🧨 Riot 6 only support with TypeScript

chore: πŸ€– example preview with parcel

refactor: πŸ› renames, stable tsconf, readme

Renamed some classes so they are more semantic. Instatiated via class; no more function. Stable tsconfig and mocha tests using ts.

2.0.0-next.7 (2021-08-05)

Bug Fixes

Features

BREAKING CHANGES

  • 🧨 Riot 6 only support with TypeScript

2.0.0-next.6 (2021-08-03)

Bug Fixes

2.0.0-next.5 (2021-05-18)

Bug Fixes

  • πŸ› move utils out (b84666c)

2.0.0-next.4 (2021-05-10)

Bug Fixes

2.0.0-next.3 (2021-02-23)

Bug Fixes

  • πŸ› update documentation (be37fe0)

2.0.0-next.2 (2021-02-23)

Features

  • πŸ€– update package name (8533bcf)

2.0.0-next.1 (2021-02-23)

Features

BREAKING CHANGES

  • 🧨 no more getState, getStream. connect functions no longer. Now requires instantiation via new constructor.

feat: 🎸 2 two clone updates

Bidirectional updates among clones. All tests passing. Added goToState(sid: number), but needs tests. Add github actions.

1.2.0 (2021-02-08)

Features

1.2.0 (2021-02-08)

Features

Changelog

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

1.1.8 (2020-03-11)

Bug Fixes

  • connect: fix stream.off error when component unmount (2cead0c)

1.1.7 (2020-03-10)

Bug Fixes

  • connect: hoist variables to avoid undefined (1c16c51)

1.1.6 (2020-03-10)

Bug Fixes

  • connect: bad if check onBeforeUnmount (878d67b)

1.1.5 (2020-03-06)

Bug Fixes

  • connect: pass component props to mapToState fn (771904f), closes #2
  • utils: stateHasChanges throw when checking constructor of null (cfa69df)

1.1.4 (2020-02-26)

Bug Fixes

  • connect: pass component props to mapToState fn (771904f), closes #2