Skip to content

Releases: purescript-grain/purescript-grain

v3.0.0

12 Nov 14:21
Compare
Choose a tag to compare
v2.0.0 → v3.0.0

v2.0.0

22 Mar 08:22
Compare
Choose a tag to compare
v1.0.0 → v2.0.0

v1.0.0

25 Oct 12:16
Compare
Choose a tag to compare
v0.9.0 → v1.0.0

v0.9.0

08 Oct 13:59
Compare
Choose a tag to compare

Breaking changes

  • Change interface of useUpdater and useFinder (#24)

New features

  • Add NonKeyedGrain class (#24)
  • Add useKeyedValue, useKeyedUpdater and useKeyedFinder (#24)

v0.8.0

15 Sep 12:59
Compare
Choose a tag to compare

Add feature: Any type can become a key of KeyedGlobalGrain.(#22)

v0.7.0

13 Jul 03:49
Compare
Choose a tag to compare
Update README

v0.5.0

11 Jul 15:52
Compare
Choose a tag to compare
Trigger lifecycles after rendering

v0.4.1

11 Jul 06:20
Compare
Choose a tag to compare
Refactor

v0.4.0

08 Jul 12:22
Compare
Choose a tag to compare

Breaking changes

  • Change interfacteof useFinder and useUpdater. (#7)

Improvement

  • Performance tuning (#5)

v0.3.0

23 Jun 14:25
Compare
Choose a tag to compare

Add useFinder API.

Get a finder of a partial state.
This is useful when you want a state in a event handler only.