Releases: purescript-contrib/purescript-concurrent-queues
Releases · purescript-contrib/purescript-concurrent-queues
v3.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#14 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#13 by @thomashoneyman)
v2.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#8)
New features:
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
- Replaced
test-unit
dependency withassert
andReaderT
wrapper (#11)
v1.1.0
Adds functions for interacting with BoundedQueues in Eff.
v1.0.0
Updates for 0.12
Initial Release
v0.1.0 Adds a minimal README