Skip to content

Update changelog since v6.1.0 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc3"
purescript: "0.14.0-rc5"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down
33 changes: 17 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,59 +5,60 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes (😱!!!):
- Added support for PureScript 0.14 and dropped support for all previous versions (#20)

New features:

Bugfixes:

Other improvements:
- Changed default branch to `main` from `master`
- 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 (#18)

## [v6.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.1.0) - 2019-05-28

**Updates**
New improvements:

* #14 Add `hydrate` function (@starper)
* #17 Relax upper bound on `purescript-react` for v0.13.x compiler compatibility (@hdgarrood)
- Added `hydrate` function (#14, @starper)
- Relaxed upper bound on `purescript-react` for v0.13.x compiler compatibility (#17, @hdgarrood)

## [v6.0.1](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.0.1) - 2019-03-10

**Updates**

- #12 update web-dom dependency (@athanclark)
- Updated `web-dom` dependency (#12, @athanclark)

## [v6.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.0.0) - 2018-06-09

**Breaking Changes**
Breaking changes:

- Updates for PureScript 0.12 and React 6.0.0 #11 (@natefaubion)
- Updated for PureScript 0.12 and React 6.0.0 (#11 by @natefaubion)

## [v5.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v5.0.0) - 2017-12-16

**Breaking**
Breaking changes:

- #10 Updates dependencies (@jvliwanag)
- Updated dependencies (#10 by @jvliwanag)

## [v4.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v4.1.0) - 2017-10-11

**Features**
New features:

- #8 Added `refToNode` (@coot)
- Added `refToNode` (#8, @coot)

## [v4.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v4.0.0) - 2017-07-11

- Updates for the latest `purescript-react` release (@coot)
- Updated for the latest `purescript-react` release (@coot)

## [v3.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v3.0.0) - 2017-04-05

- Updates for 0.11 compiler
- Updated for PureScript 0.11

## [v1.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v1.0.0) - 2016-06-12

- Compatible with PureScript compiler versions >= 0.9.1 (@spicydonuts)
- Updated for PureScript compiler versions >= 0.9.1 (@spicydonuts)

## [v0.2.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v0.2.0) - 2016-03-05

- Release compatible with `purescript-react#v0.7.0` (@kRITZCREEK)
- Updated for `purescript-react#v0.7.0` (@kRITZCREEK)

## [v0.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v0.1.0) - 2016-01-25

Expand Down