|
| 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.0.1](https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.1) - 2019-07-24 |
| 16 | + |
| 17 | +Relax upper bound on `purescript-node-buffer` |
| 18 | + |
| 19 | +## [v4.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.0) - 2018-05-27 |
| 20 | + |
| 21 | +Updated for PureScript 0.12 |
| 22 | + |
| 23 | +## [v3.3.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.3.0) - 2017-11-29 |
| 24 | + |
| 25 | +Add `unpipe` and `destroy` functions (@matthewleon) |
| 26 | + |
| 27 | +## [v3.2.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.2.0) - 2017-11-26 |
| 28 | + |
| 29 | +- Allow `onClose` to be used on writable streams (@matthewleon) |
| 30 | + |
| 31 | +## [v3.1.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.1.0) - 2017-04-20 |
| 32 | + |
| 33 | +Add `onFinish` event (@felixSchl) |
| 34 | + |
| 35 | +## [v3.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.0.0) - 2017-04-04 |
| 36 | + |
| 37 | +Updates for 0.11 (@anilanar) |
| 38 | + |
| 39 | +## [v2.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v2.0.0) - 2016-10-17 |
| 40 | + |
| 41 | +- Updated dependencies |
| 42 | + |
| 43 | +## [v1.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v1.0.0) - 2016-06-07 |
| 44 | + |
| 45 | +- Compatibility with 0.9.x of the PureScript compiler. |
| 46 | + |
| 47 | +## [v0.6.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.6.0) - 2016-05-25 |
| 48 | + |
| 49 | +- Make the `size` parameter available to the `read` functions (@felixSchl). |
| 50 | + |
| 51 | +## [v0.5.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.5.0) - 2016-05-20 |
| 52 | + |
| 53 | +- Add `read`, `readString`, `readEither`, and `onReadable` (@felixSchl) |
| 54 | + |
| 55 | +## [v0.4.1](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.1) - 2016-05-02 |
| 56 | + |
| 57 | +Fix license in bower.json for Pursuit. |
| 58 | + |
| 59 | +## [v0.4.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.0) - 2016-03-31 |
| 60 | + |
| 61 | +- Make the `Error` value available to the `onError` callback. |
| 62 | + |
| 63 | +## [v0.3.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.3.0) - 2015-12-14 |
| 64 | + |
| 65 | +- Remove the last type parameter to `Stream` (#4) |
| 66 | +- Add `onDataEither`, for reading from a stream that might or might not have an encoding set. (#4) |
| 67 | + |
| 68 | +## [v0.2.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.2.0) - 2015-12-09 |
| 69 | + |
| 70 | +Updated dependencies |
| 71 | + |
| 72 | +## [v0.1.4](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.4) - 2015-12-05 |
| 73 | + |
| 74 | +- Fixed warnings (@thimoteus) |
| 75 | + |
| 76 | +## [v0.1.3](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.3) - 2015-10-02 |
| 77 | + |
| 78 | +Fix an issue in the FFI. |
| 79 | + |
| 80 | +## [v0.1.2](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.2) - 2015-09-24 |
| 81 | + |
| 82 | +Fix some JS errors. |
| 83 | + |
| 84 | +## [v0.1.1](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.1) - 2015-09-23 |
| 85 | + |
| 86 | +Pursuit |
| 87 | + |
| 88 | +## [v0.1.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.0) - 2015-09-23 |
| 89 | + |
| 90 | +Initial release. |
| 91 | + |
0 commit comments