Skip to content

Update changelog since v4.0.0 #27

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 21, 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
32 changes: 11 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ 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

New features:

Bugfixes:

Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#25)
- Added a changelog and pull request template (#26, #27)

## [v4.0.0](https://github.com/purescript/purescript-random/releases/tag/v4.0.0) - 2018-05-23

Updated for PureScript 0.12
- Updated for PureScript 0.12

## [v3.0.0](https://github.com/purescript/purescript-random/releases/tag/v3.0.0) - 2017-03-26

Expand All @@ -26,51 +29,38 @@ Updated for PureScript 0.12

## [v1.0.0](https://github.com/purescript/purescript-random/releases/tag/v1.0.0) - 2016-06-01

This release is intended for the PureScript 0.9.1 compiler and newer.
This release is intended for the PureScript 0.9.1 compiler and newer. **Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

**Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

## [v1.0.0-rc.2](https://github.com/purescript/purescript-random/releases/tag/v1.0.0-rc.2) - 2016-05-20

- Fix error for operator section usage

## [v1.0.0-rc.1](https://github.com/purescript/purescript-random/releases/tag/v1.0.0-rc.1) - 2016-03-24

- Release candidate for the psc 0.8+ core libraries
- Fixed error for operator section usage

## [v0.2.3](https://github.com/purescript/purescript-random/releases/tag/v0.2.3) - 2015-11-20

- Removed unused import (@tfausak)

## [v0.2.2](https://github.com/purescript/purescript-random/releases/tag/v0.2.2) - 2015-08-02

- Fix overflows in randomInt #9 (@hdgarrood)
- Fixed overflows in randomInt (#9, @hdgarrood)

## [v0.2.1](https://github.com/purescript/purescript-random/releases/tag/v0.2.1) - 2015-07-23

- Fixed behaviour of `randomInt` and `randomRange` (@sharkdp)

## [v0.2.0](https://github.com/purescript/purescript-random/releases/tag/v0.2.0) - 2015-06-30

This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

## [v0.2.0-rc.1](https://github.com/purescript/purescript-random/releases/tag/v0.2.0-rc.1) - 2015-06-09

Initial release candidate of the library intended for the 0.7 compiler.
- This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

## [v0.1.3](https://github.com/purescript/purescript-random/releases/tag/v0.1.3) - 2015-03-19

Updated docs
- Updated docs

## [v0.1.2](https://github.com/purescript/purescript-random/releases/tag/v0.1.2) - 2015-02-07

- Added `randomInt` and `randomRange` (@jutaro)

## [v0.1.1](https://github.com/purescript/purescript-random/releases/tag/v0.1.1) - 2014-04-27


- Updated ignored files

## [v0.1.0](https://github.com/purescript/purescript-random/releases/tag/v0.1.0) - 2014-04-27



- Initial release