Skip to content

Commit

Permalink
Regenerate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Dec 12, 2023
1 parent 749e370 commit 1b45631
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 34 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.d/breaking_ci-file-split.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/breaking_purs-update.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/breaking_spago-update.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/feature_falsify-and-other-links.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/feature_fp-ts-migration-guide.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/feature_link-boolean-cube.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/feature_link-to-defeating-polymorphism.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/feature_spago-codebase.md

This file was deleted.

8 changes: 0 additions & 8 deletions CHANGELOG.d/feature_vtas.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/fix_effect-monad.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/fix_monad-state.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.d/fix_update-build-tool-history.md

This file was deleted.

6 changes: 0 additions & 6 deletions CHANGELOG.d/internal_rework-changelog.md

This file was deleted.

57 changes: 57 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,63 @@

Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This file is updated via [purs-changelog](https://github.com/JordanMartinez/purescript-up-changelog)

## 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.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.

Bugfixes:

* Fix erroneous Effect example (#619 by @JordanMartinez)

* Fix instantiation of `StateT`'s `MonadState` example (#619 by @JordanMartinez)

* Miscellaneous tweaks to build tool history (#619 by @JordanMartinez)

Internal:

* Begin using [purs-changelog](https://github.com/purescript-contrib/purescript-up-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.

## Previous Releases

For all releases prior to ps-0.15.x-v0.32.0, see [old-changelogs](https://github.com/JordanMartinez/purescript-jordans-reference/blob/latestRelease/old-changelogs)

0 comments on commit 1b45631

Please sign in to comment.