@@ -12,67 +12,74 @@ Bugfixes:
1212
1313Other improvements:
1414
15+ ## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v5.0.0 ) - 2021-MONTH-DAY
16+
17+ Breaking changes:
18+ - Added support for PureScript 0.14 and dropped support for all previous versions (#20 )
19+ - Removed length parameter for ` setPrompt ` (#21 )
20+ - Ensured a consistent argument position for functions using ` Interface ` (#23 )
21+
22+ Other improvements:
23+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#19 )
24+ - Added a changelog and pull request template (#22 )
25+
1526## [ v4.0.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v4.0.1 ) - 2019-06-08
1627
17- * Relax upper bounds to allow building with 0.13. (@klntsky )
28+ - Relax upper bounds to allow building with 0.13. (@klntsky )
1829
1930## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v4.0.0 ) - 2018-05-29
2031
21- Updates for 0.12
32+ - Updates for 0.12
2233
2334## [ v3.1.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.1.0 ) - 2017-08-22
2435
25- Add ` question ` (@dgendill )
36+ - Add ` question ` (@dgendill )
2637
2738## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.0.1 ) - 2017-08-04
2839
29- Relax the upper bound in ` bower.json ` on ` node-process ` , so that this library can be depended on together with version 5.0.0 of ` node-process ` without any hassle.
40+ - Relax the upper bound in ` bower.json ` on ` node-process ` , so that this library can be depended on together with version 5.0.0 of ` node-process ` without any hassle.
3041
3142## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.0.0 ) - 2017-04-05
3243
33- Updates for 0.11 compiler
44+ - Updates for 0.11 compiler
3445
3546## [ v2.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v2.0.0 ) - 2016-10-22
3647
3748- Updated dependencies
3849
3950## [ v1.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v1.0.0 ) - 2016-06-13
4051
41- Updates for 0.9.1 compiler (@kika )
52+ - Updates for 0.9.1 compiler (@kika )
4253
4354## [ v0.4.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.4.1 ) - 2016-03-07
4455
45- Fix a bug with completers (@Thimoteus )
56+ - Fix a bug with completers (@Thimoteus )
4657
4758## [ v0.4.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.4.0 ) - 2016-02-27
4859
4960- Expose more of the node API (@spicydonuts , #4 )
5061
5162## [ v0.3.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.3.1 ) - 2015-08-10
5263
53- Add ` close ` (@aspidites )
64+ - Add ` close ` (@aspidites )
5465
5566## [ v0.3.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.3.0 ) - 2015-08-05
5667
57- Flip arguments to ` setLineHandler ` (@aspidites )
68+ - Flip arguments to ` setLineHandler ` (@aspidites )
5869
5970## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.2.0 ) - 2015-07-14
6071
61- Release for 0.7 compiler.
62-
63- ## [ v0.2.0-rc.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.2.0-rc.1 ) - 2015-06-12
64-
65- Initial release for the 0.7 compiler release.
66-
67- ## [ v0.1.2] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.2 ) - 2014-10-29
72+ - Release for 0.7 compiler.
6873
74+ ## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.1 ) - 2014-10-29
6975
76+ - Prevent row subtraction wonkiness in setLineHandler.
7077
7178## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.1 ) - 2014-08-27
7279
73-
80+ - Simplify some type signatures, provide default completion, and provide better handling of events.
7481
7582## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.0 ) - 2014-06-14
7683
77-
84+ - Initial release
7885
0 commit comments