Releases: purescript-contrib/purescript-machines
Releases · purescript-contrib/purescript-machines
v7.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#53 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#51 by @thomashoneyman)
v6.1.0
New features:
- Added
once
to the export list ofData.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
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. UseMonad
+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
andSink
to match type arguments ofMealyT
(#26) - Changed default branch to
main
frommaster
- 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
- Added
hoistMealyT
(@CarstenKoenig)
v5.0.0
Updates for 0.12