Skip to content

Releases: purescript-contrib/purescript-machines

v7.0.0

27 Apr 21:03
6656448
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v6.1.0

06 May 17:20
ff48a4f
Compare
Choose a tag to compare

New features:

  • Added once to the export list of Data.Machine.Mealy (#49 by @purefunctor)

Other improvements:

  • Removed unused names and exported unused declaration found by the v0.14.1 PureScript release (#49 by @purefunctor)

v6.0.0

26 Feb 22:31
fe21577
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#46)
  • Removed the MonadZero instance, as the type class has been deprecated in PureScript 0.14. Use Monad + Alternative constraints instead. (#46)

New features:

Bugfixes:

Other improvements:

  • Added @paluh as a maintainer and removed @garyb (#27)
  • Added a quick start to the README (#38 by @Vladciobanu)
  • Added module documentation to Data.Machine.Mealy (#39 by @Vladciobanu)
  • Loosened constraints on functions and instances (#43 by @mhmdanas)
  • Renamed type variables of MealyT (#44 by @paluh)
  • Renamed type variables of Source and Sink to match type arguments of MealyT (#26)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#31, #37)

v5.1.0

06 Jun 22:53
a600c02
Compare
Choose a tag to compare

v5.0.0

25 May 10:53
05b36ba
Compare
Choose a tag to compare

Updates for 0.12

v4.0.0

03 Apr 00:16
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v3.0.0

25 Nov 00:21
Compare
Choose a tag to compare
  • Removed unused f from inner function

v2.0.1

22 Nov 23:33
Compare
Choose a tag to compare
  • Fixed shadowed name warnings

v2.0.0

17 Oct 11:35
Compare
Choose a tag to compare
  • Updated dependencies

v1.0.0

02 Jun 20:19
Compare
Choose a tag to compare

Updates for 1.0 core libraries.