Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

133 lines (71 loc) · 2.48 KB

Change Log

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

2024-05-27

Changes


Packages with breaking changes:

Packages with other changes:


rearch.reactor - v0.0.0-dev.5

  • FEAT: add state side effects for closure capture.
  • FEAT: made todo example app more sophisticated.
  • DOCS: finish the todo example app.
  • BREAKING REFACTOR: rename CapsuleConsumer to RearchConsumer.

rearch - v0.0.0-dev.5

  • PERF: add state effect == optimization.
  • FEAT: add state side effects for closure capture.

2024-03-28

Changes


Packages with breaking changes:

Packages with other changes:


rearch.reactor - v0.0.0-dev.4

  • FIX: bug fixes and prototype todo list example app.
  • FEAT: allow type inference in capsule warm up.
  • FEAT: allow generic type props in capsule consumers.

rearch - v0.0.0-dev.4

  • FIX: bug fixes and prototype todo list example app.

2024-02-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rearch - v0.0.0-dev.3

  • FEAT: add remaining side effects.

rearch.reactor - v0.0.0-dev.3

  • FEAT: add async warm-up.

2024-02-08

Changes


Packages with breaking changes:

Packages with other changes:


rearch - v0.0.0-dev.2

  • FIX: listener handle will not recreate manager on dispose.
  • FEAT: initial impl of rearch.reactor.

rearch.reactor - v0.0.0-dev.2

  • FEAT: initial impl of rearch.reactor.
  • FEAT: working mvp.

2024-01-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rearch - v0.0.0-dev.1

  • FEAT: add == check to skip some rebuilds.
  • FEAT: working mvp.