|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes: |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v4.4.0](https://github.com/purescript/purescript-console/releases/tag/v4.4.0) - 2020-01-26 |
| 16 | + |
| 17 | +Added `clear` (@iarthstar) |
| 18 | + |
| 19 | +## [v4.3.0](https://github.com/purescript/purescript-console/releases/tag/v4.3.0) - 2019-12-07 |
| 20 | + |
| 21 | +Added `timeLog` (@matoruru) |
| 22 | + |
| 23 | +## [v4.2.0](https://github.com/purescript/purescript-console/releases/tag/v4.2.0) - 2018-11-11 |
| 24 | + |
| 25 | +- Added `time` and `timeEnd` (@fehrenbach) |
| 26 | + |
| 27 | +## [v4.1.0](https://github.com/purescript/purescript-console/releases/tag/v4.1.0) - 2018-05-24 |
| 28 | + |
| 29 | +- Added `Effect.Class.Console`, the console functions lifted for `MonadEffect` (@justinwoo) |
| 30 | + |
| 31 | +## [v4.0.0](https://github.com/purescript/purescript-console/releases/tag/v4.0.0) - 2018-05-22 |
| 32 | + |
| 33 | +Updated for PureScript 0.12 |
| 34 | + |
| 35 | +## [v3.0.0](https://github.com/purescript/purescript-console/releases/tag/v3.0.0) - 2017-03-25 |
| 36 | + |
| 37 | +- Updated for PureScript 0.11 |
| 38 | + |
| 39 | +## [v2.0.0](https://github.com/purescript/purescript-console/releases/tag/v2.0.0) - 2016-10-02 |
| 40 | + |
| 41 | +- Updated dependencies |
| 42 | + |
| 43 | +## [v1.0.0](https://github.com/purescript/purescript-console/releases/tag/v1.0.0) - 2016-06-01 |
| 44 | + |
| 45 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 46 | + |
| 47 | +**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. |
| 48 | + |
| 49 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-console/releases/tag/v1.0.0-rc.1) - 2016-03-13 |
| 50 | + |
| 51 | +- Release candidate for the psc 0.8+ core libraries |
| 52 | + |
| 53 | +## [v0.1.1](https://github.com/purescript/purescript-console/releases/tag/v0.1.1) - 2015-08-20 |
| 54 | + |
| 55 | +Add `logAny` and `errorAny` (@zudov) |
| 56 | + |
| 57 | +## [v0.1.0](https://github.com/purescript/purescript-console/releases/tag/v0.1.0) - 2015-06-30 |
| 58 | + |
| 59 | +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. |
| 60 | + |
| 61 | +## [v0.1.0-rc.1](https://github.com/purescript/purescript-console/releases/tag/v0.1.0-rc.1) - 2015-06-06 |
| 62 | + |
| 63 | +Initial release candidate. |
| 64 | + |
0 commit comments