Skip to content

Autofill the changelog #49

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
Sep 23, 2020
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
79 changes: 78 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,81 @@ Bugfixes:

Other improvements:

## [0.0.0] - 2020-01-01
## [v7.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v7.0.0) - 2020-06-20

Updates dependencies to account for the [typed errors introduced in `argonaut-codecs` v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v7.0.0). These types produce richer information to understand errors that have occurred, which can also be printed as human-readable errors.

## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v6.0.0) - 2019-03-15

Updates several dependencies (@davezuch)

## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v5.0.0) - 2018-12-04

Updates dependencies for `-traversals` and `-codecs`, most notably adding support for generic encoding / decoding of records (@davezuch, @elliotdavies)

## [v4.0.1](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v4.0.1) - 2018-06-22

- Adds metadata including contributor guidelines
- Pushes latest release to Pursuit

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

Updates for 0.12

## [v3.1.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v3.1.0) - 2017-09-14

- Added some additional re-exports (stringify, decode operators)

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

- Updated for PureScript 0.11

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

- Updated dependencies

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

Updates for the 1.0 core libraries.

## [v0.12.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.12.0) - 2016-01-15

- Updated for latest `purescript-argonaut-codecs`.

**NOTE**: This changes Argonaut's encoding for `Either`s.

## [v0.11.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.11.0) - 2015-11-20

- Updated dependencies

**Note**: this release requires PureScript 0.7.6 or newer.

## [v0.10.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.10.0) - 2015-11-05

- Updated to use the latest versions of the argonaut component libraries

## [v0.9.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.9.0) - 2015-09-08



## [v0.8.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.8.0) - 2015-07-14



## [v0.7.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.7.0) - 2015-07-10



## [v0.6.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.6.0) - 2015-05-19

- Added `EncodeJson` and `DecodeJson` instances for `Int`

## [v0.5.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.5.0) - 2015-04-21

Bump dependencies

## [v0.4.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.4.0) - 2015-02-21

**This release requires PureScript v0.6.8 or later**
- Updated dependencies