Skip to content

Releases: thomashoneyman/purescript-halogen-store

v0.5.4

19 Sep 04:07
Compare
Choose a tag to compare
  • Bump dependencies listed in spago.dhall

v0.5.3

19 Sep 01:39
Compare
Choose a tag to compare
  • Patch release to trigger publication via the registry

v0.5.2

03 Sep 13:38
Compare
Choose a tag to compare
  • Updates internal development dependencies

v0.5.1

22 Jul 13:55
275fe37
Compare
Choose a tag to compare
  • Bugfix: useSelector hook was not reading from the store on initialization (@xvaldetaro in #19)

v0.5.0

02 May 20:22
7dbf39d
Compare
Choose a tag to compare

Breaking changes:

  • Update for PureScript 0.15 (#16 by @thomashoneyman)
    This has no changes to library internals and is solely a breaking change due to dependency upgrades.

v0.4.1

13 Mar 18:26
79e2800
Compare
Choose a tag to compare
  • Upgraded package set and Nix shell (#15 by @jhbertra)
  • Added instances for MonadFork, MonadKill, and MonadBracket (#15 by @jhbertra)
  • Added runAndEmitStoreT and selectEmitter to allow subscribers to attach to a store emitter without being in a component (#15 by @jhbertra)

v0.4.0

01 Mar 01:25
f31a39f
Compare
Choose a tag to compare
  • Added new instances for StoreT: MonadReader, MonadTell, MonadWriter, MonadState, MonadCont, MonadRec, MonadTrans, and Distributive (#14 by @jhbertra)
  • (Breaking): Modified MonadAsk instance for StoreT to delegate to the base monad m instead of the wrapped ReaderT (HalogenStore a s) (#14 by @jhbertra)
  • Added MonadStore instances for other monad transformers: ContT, IdentityT, MaybeT, RWST, ReaderT, StateT, WriterT (#14 by @jhbertra)

v0.3.0

03 Dec 00:12
368a8e4
Compare
Choose a tag to compare

v0.2.1

02 Sep 12:33
d6a3bd6
Compare
Choose a tag to compare
  • Added instances for MonadThrow and MonadError to StoreT (#8 by @running-grass)

v0.2.0

23 Aug 13:42
e262a17
Compare
Choose a tag to compare
  • Added a useSelector Hook that can be used with Halogen Hooks (#3 by @katsujukou)
  • Formatted the project with purs-tidy and requires purs-tidy for future pull requests (@thomashoneyman)