Releases: JordanMartinez/purescript-jordans-reference
PS-0.15.x-v0.33.0
Breaking changes:
- 
Split example CI files into own files; add spago next/legacy (#616 by @JordanMartinez) Previously, the Continuous-Integration.mdfile stored
 sample CI files for GitHub Actions in a code block.These weren't easy to copy-and-paste, so I've moved them 
 into their own files with a Readme file explaining them.I also distinguish between Spago Legacy (Haskell-version) 
 from Spago Next (PureScript version)
- 
Update PureScript to v0.15.13 (#619 by @JordanMartinez) 
- 
Update Spago to 0.21.0 (#619 by @JordanMartinez) 
New features:
- 
Link to falsifyand other property-testing-related links (#619 by @JordanMartinez)
- 
Link to fp-ts' migration guide from PS to TS (#619 by @JordanMartinez)
- 
Link to Free Boolean Cube (#619 by @JordanMartinez) 
- 
Add link to GADTs: Defeating Return Type Polymorphism (#619 by @JordanMartinez) 
- 
Adds a table clarifying the difference spagoHaskell and PureScript codebases (#619 by @JordanMartinez)
- 
Add an initial explanation for Visible Type Applications (VTAs) (#619 by @JordanMartinez) This change affects the following folders: - Basic Syntax
- Type-Level Syntax
- Hello World/Type-Level Programming
 Reading through each is needed to get the full picture of VTAs. 
- 
Link to 'PureScript for Elm Developers' (#618 by @laurentpayot) 
Bugfixes:
- 
Fix erroneous Effect example (#619 by @JordanMartinez) 
- 
Fix instantiation of StateT'sMonadStateexample (#619 by @JordanMartinez)
- 
Miscellaneous tweaks to build tool history (#619 by @JordanMartinez) 
- 
Fix Pursuit operator search (#615 by @MarkFarmiloe) 
- 
Fix Function Monad typo (#613 by @kettron) 
- 
Fix 'for ... break if' typo (#605 by @sorenhoyer) 
Internal:
- 
Begin using purs-changelog to manage changelog entries. (#616 by @JordanMartinez) Previous changelogs were moved into the old-changelogsdirectory.
 The previous generated changelogs weren't as useful/readable as just
 keeping a manual log. I also think this will be easier to track what
 changed as I can add/edit an entry as I make the change itself.
PS-0.15.x-v0.32.0
PS-0.15.x-v0.31.1
PS-0.15.x-v0.31.0
PS-0.14.x-v0.30.1
PS-0.14.x-v0.30.0
PS-0.14.x-v0.29.0
PS-0.14.x-v0.28.4
See #560 and the CHANGELOG.md file
- Updated the repo to v0.14.2
- Removed all named instances
- Added a section on RowList
PS-0.14.x-v0.28.3
PS-0.14.x-v0.28.2
Upgraded Spago to v0.20.0 and updated folder name / module name of Debug.Trace to Debug