Skip to content

Releases: JordanMartinez/purescript-jordans-reference

PS-0.15.x-v0.33.0

12 Dec 22:11
Compare
Choose a tag to compare

Breaking changes:

  • Split example CI files into own files; add spago next/legacy (#616 by @JordanMartinez)

    Previously, the Continuous-Integration.md file 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 falsify and 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 spago Haskell 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:

Internal:

  • Begin using purs-changelog to manage changelog entries. (#616 by @JordanMartinez)

    Previous changelogs were moved into the old-changelogs directory.
    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

30 Dec 07:40
ae89283
Compare
Choose a tag to compare

PS-0.15.x-v0.31.1

14 Sep 11:52
845fd1c
Compare
Choose a tag to compare

PS-0.15.x-v0.31.0

05 May 02:27
Compare
Choose a tag to compare

PS-0.14.x-v0.30.1

14 Jan 02:53
b15b721
Compare
Choose a tag to compare

PS-0.14.x-v0.30.0

10 Aug 04:18
ff5c484
Compare
Choose a tag to compare

PS-0.14.x-v0.29.0

04 Jul 14:18
055efeb
Compare
Choose a tag to compare

PS-0.14.x-v0.28.4

07 Jun 14:17
Compare
Choose a tag to compare

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

14 May 00:45
6d634d6
Compare
Choose a tag to compare

PS-0.14.x-v0.28.2

08 Apr 01:17
8a6d997
Compare
Choose a tag to compare

Upgraded Spago to v0.20.0 and updated folder name / module name of Debug.Trace to Debug