Skip to content

Releases: mfellner/valtio-factory

Release 1.0.2

26 Sep 22:24
Compare
Choose a tag to compare

1.0.2 (2022-09-26)

Bug Fixes

  • backwards compat w/ TS 4.7 (8bcaf31)
  • support typescript 4.8 (cc564e2)

Release 1.0.1

07 Aug 19:10
Compare
Choose a tag to compare

1.0.1 (2022-08-07)

Bug Fixes

  • derived property handler receives extra attrs (5017396)
  • root factory can access child states (fc983d1)

Release 1.0.0

31 Jul 21:16
Compare
Choose a tag to compare

1.0.0 (2022-07-31)

Release 1.0.0-alpha.9

31 Jul 21:15
Compare
Choose a tag to compare
Release 1.0.0-alpha.9 Pre-release
Pre-release

1.0.0-alpha.9 (2022-07-31)

Bug Fixes

  • allow chaining of onCreate, closes #1 (f9b1acc)

Release 1.0.0-alpha.8

13 Jul 21:41
Compare
Choose a tag to compare
Release 1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2022-07-13)

Features

  • actions can call other actions (05cb762)

Release 1.0.0-alpha.7

30 Jun 22:25
Compare
Choose a tag to compare
Release 1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2022-06-30)

Bug Fixes

  • prevent excessive type recursion in output (5d60dae)
  • support return type for actions (9423271)

Release 1.0.0-alpha.6

20 Jun 22:06
Compare
Choose a tag to compare
Release 1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2022-06-20)

Bug Fixes

  • types for nested factories and snapshots (b8482de)

Release 1.0.0-alpha.5

30 Jan 11:14
Compare
Choose a tag to compare
Release 1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2022-01-30)

Features

  • pass context to subscriptions (67cace9)

Release 1.0.0-alpha.4

30 Jan 00:18
Compare
Choose a tag to compare
Release 1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2022-01-30)

Features

  • add ability to unsubscribe (4d754ac)

Release 1.0.0-alpha.3

29 Jan 13:45
Compare
Choose a tag to compare
Release 1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2022-01-29)

Bug Fixes

  • actions can use derived state (083f28b)