Releases: purescript-contrib/purescript-pathy
Releases · purescript-contrib/purescript-pathy
v9.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#50 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#49 by @thomashoneyman)
v8.1.0
New features:
- Exported
escape
implemented by @safareli in #33 (#46 by @JordanMartinez)
Other improvements:
- Fixed warnings revealed by v0.14.1 PS release (#46 by @JordanMartinez)
- Installed missing dependencies used in source code (#46 by @JordanMartinez)
v8.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#42)
New features:
- Added roles declarations to forbid unsafe coercions (#43)
Bugfixes:
Other improvements:
- 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 (#41)
v7.0.1
v7.0.0
v6.0.0: Merge pull request #35 from therealnicksaunders/purescript-0.12
Updates for PS@0.12 @therealnicksaunders
v5.0.0
v4.1.0
v4.0.0
- Updated for PureScript 0.11
- Removed deprecated
Data.Generic
instances.