Skip to content

Releases: thomashoneyman/purescript-halogen-store

v0.5.4

Choose a tag to compare

@thomashoneyman thomashoneyman released this 19 Sep 04:07
  • Bump dependencies listed in spago.dhall

v0.5.3

Choose a tag to compare

@thomashoneyman thomashoneyman released this 19 Sep 01:39
  • Patch release to trigger publication via the registry

v0.5.2

Choose a tag to compare

@thomashoneyman thomashoneyman released this 03 Sep 13:38
  • Updates internal development dependencies

v0.5.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 22 Jul 13:55
275fe37
  • Bugfix: useSelector hook was not reading from the store on initialization (@xvaldetaro in #19)

v0.5.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 02 May 20:22
7dbf39d

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

Choose a tag to compare

@thomashoneyman thomashoneyman released this 13 Mar 18:26
79e2800
  • 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

Choose a tag to compare

@thomashoneyman thomashoneyman released this 01 Mar 01:25
f31a39f
  • 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

Choose a tag to compare

@thomashoneyman thomashoneyman released this 03 Dec 00:12
368a8e4

v0.2.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 02 Sep 12:33
d6a3bd6
  • Added instances for MonadThrow and MonadError to StoreT (#8 by @running-grass)

v0.2.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 23 Aug 13:42
e262a17
  • 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)