Skip to content

Update changelog for upcoming v4.0.0 release #12

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 2 commits into from
Jan 19, 2021
Merged
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
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,39 @@ Bugfixes:

Other improvements:

## [v5.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v5.0.0) - 2021-MONTH-DAY

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

Other improvements:
- Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from `jshint` to `eslint` (#9)
- Added a changelog and pull request template (#11)

## [v4.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v4.0.0) - 2018-05-27

Updated for PureScript 0.12
- Updated for PureScript 0.12

## [v3.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v3.0.0) - 2017-04-04

Updates for 0.11 (@anilanar)
- Updated for 0.11 (@anilanar)

## [v2.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v2.0.0) - 2016-10-22

- Updated dependencies

## [v1.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v1.0.0) - 2016-06-07

Updates for 1.0 core libraries.
- Updates for 1.0 core libraries.

## [v0.1.2](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.2) - 2016-05-02

Fix license in bower.json for Pursuit
- Fix license in bower.json for Pursuit

## [v0.1.1](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.1) - 2015-09-23

Pursuit
- Release to Pursuit

## [v0.1.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.0) - 2015-09-23

Initial release

- Initial release