Skip to content

Commit

Permalink
Update changelog since v5.0.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman authored Jan 24, 2021
1 parent 76526bd commit af1ce90
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
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 a 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
49 changes: 25 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,79 +5,80 @@ 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 (#39 by @jordanmartinez)

New features:
- Added roles declarations to forbid unsafe coercions (#30 by @kl0tl)

Bugfixes:

Other improvements:
- Updated readme to reference the `Options.purs`' module documentation and improve the docs in small ways (#35 by @jordanmartinez)
- Updated README to reference the `Options.purs`' module documentation and improve the docs in small ways (#35 by @jordanmartinez)
- Added tests (#37 by @maxdeviant)
- 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 (#31 by @jordanmartinez, #36 by @jordanmartinez)

## [v5.0.0](https://github.com/purescript-contrib/purescript-options/releases/tag/v5.0.0) - 2019-05-06

Updated dependencies (@ford-prefect)
- Updated dependencies (@ford-prefect)

## [v4.0.0](https://github.com/purescript-contrib/purescript-options/releases/tag/v4.0.0) - 2018-05-26

Updated for PureScript 0.12
- Updated for PureScript 0.12

## [v3.1.0](https://github.com/purescript-contrib/purescript-options/releases/tag/v3.1.0) - 2017-11-19

- #20 Documentation improvements (@hdgarrood)
- #21 Newtype deriving for monoid and semigroup instances (@paluh)
- Improved documentation (#20 by @hdgarrood)
- Added newtype deriving for monoid and semigroup instances (21 by #@paluh)

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

Updates for the 0.11 compiler (@simonyangme)
- Updated for PureScript 0.11 (@simonyangme)

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

**Features**

Updated to be compatible with PureScript 0.10.1 and newer.
- Updated to be compatible with PureScript 0.10.1 and newer.

## [1.0.0](https://github.com/purescript-contrib/purescript-options/releases/tag/1.0.0) - 2016-06-04

**Features**

Updated to be compatible with PureScript 0.9.1 and newer.

## [0.6.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.6.0) - 2016-02-02

**Features**
- Refactoring implementation using `Data.Op` (@paf31 and @hdgarrood)
- Refactored implementation using `Data.Op` (@paf31 and @hdgarrood)

## [0.5.2](https://github.com/purescript-contrib/purescript-options/releases/tag/0.5.2) - 2016-01-21

Updates for psc-publish
- Updated for psc-publish

## [0.5.1](https://github.com/purescript-contrib/purescript-options/releases/tag/0.5.1) - 2015-09-11

**Features**
- Add runOptions #11
- Added `runOptions` (#11)

## [0.5.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.5.0) - 2015-09-03

- Bumped dependencies

## [0.4.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.4.0) - 2015-07-18

**Features**
- Reworking implementation for PureScript 0.7
- Reworked implementation for PureScript 0.7

## [0.3.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.3.0) - 2015-03-26

**Feature**
- #7 Add Unit instance (@garyb)
- Added `Unit` instance (#7 by @garyb)

## [0.2.1](https://github.com/purescript-contrib/purescript-options/releases/tag/0.2.1) - 2015-03-22

- Fixed `opt` helper

## [0.2.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.2.0) - 2015-03-22

**Features**
- #5 Helper for getting the option key
- Added helper for getting the option key (#5)

## [0.1.0](https://github.com/purescript-contrib/purescript-options/releases/tag/0.1.0) - 2015-03-22

**Features**
- #4 - Add `opt` helper (@garyb)
- Added `opt` helper (#4 by @garyb)

## [0.0.1](https://github.com/purescript-contrib/purescript-options/releases/tag/0.0.1) - 2015-02-24

- Initial release
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall sha256:f591635bcfb73053bcb6de2ecbf2896489fa5b580563396f52a1051ede439849
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall

in upstream

0 comments on commit af1ce90

Please sign in to comment.