Skip to content

Conversation

@thomashoneyman
Copy link
Member

Description of the change

This PR updates the CHANGELOG in preparation for the upcoming release of this library.

Related: purescript/purescript#3985


Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#133)
- Replaced `ComonadEnv` constraint with `ComonadAsk` in the `asks` function (#131)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is barely a breaking change, but as discussed in #131 it can be breaking.

- More instances for `ExceptT`
- `ErrorT` has been removed in favor of `ExceptT`.

## [v0.7.0-rc.2](https://github.com/purescript/purescript-transformers/releases/tag/v0.7.0-rc.2) - 2015-08-25
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the release candidates and merged their contents into the proper releases as we don't usually include them in changelogs.

CHANGELOG.md Outdated
- Added `IdentityT` (#121)

Bugfixes:
- Added superclasses to `MonadWriter` and `MonadTell` to enforce the type class laws (#126)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this could be a bit clearer as to which super classes were added. Something like this?

Added Semigroup and Monoid superclasses to MonadTell and MonadWriter, respectively, to enforce the type class laws.

CHANGELOG.md Outdated
## [v0.2.1](https://github.com/purescript/purescript-transformers/releases/tag/v0.2.1) - 2014-09-04

Simplify superinstance constraints for ErrorT
S- implify superinstance constraints for ErrorT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops!


New features:
- Added `IdentityT` (#121)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's not a line here for #115?

Added Semigroup and Monoid instances to ContT, ExceptT, MaybeT, RWST, StateT, WriterT (#115)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, not sure how I missed it. Thanks!

Copy link
Contributor

@JordanMartinez JordanMartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few things to fix

@JordanMartinez JordanMartinez merged commit 4217595 into master Jan 21, 2021
@JordanMartinez JordanMartinez deleted the changelog-0.14 branch January 21, 2021 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants