Skip to content

Releases: buntec/ff4s

v0.25.0

03 Jan 14:17
395d9fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

28 Feb 19:30
Compare
Choose a tag to compare

This release introduces a breaking change in the store constructor:
Action => State => (State, Option[F[Unit]]) is simplified to (Action, State) => (State, F[Unit]).
The Option wrapper was an unnecessary optimization. To migrate replace all occurrences of
None with Applicative[F].unit (see the updated examples). Many thanks to @johnynek!

What's Changed

Full Changelog: v0.23.0...v0.24.0

v0.23.0

23 Feb 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

22 Feb 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Feb 16:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

07 Feb 08:52
4cd6310
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

18 Jan 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

25 Sep 11:34
Compare
Choose a tag to compare

Notable changes:

  • Elements created by literal(...) are now cached internally for better performance (can be disabled on a per-element basis).

Other changes:

Full Changelog: v0.17.0...v0.18.0

v0.17.0

04 Jun 09:10
45f89f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

22 May 17:18
Compare
Choose a tag to compare

What's Changed

  • Bumped dependencies

New Contributors

Full Changelog: v0.15.0...v0.16.0