@@ -12,67 +12,74 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
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
+
15
26
## [ v4.0.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v4.0.1 ) - 2019-06-08
16
27
17
- * Relax upper bounds to allow building with 0.13. (@klntsky )
28
+ - Relax upper bounds to allow building with 0.13. (@klntsky )
18
29
19
30
## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v4.0.0 ) - 2018-05-29
20
31
21
- Updates for 0.12
32
+ - Updates for 0.12
22
33
23
34
## [ v3.1.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.1.0 ) - 2017-08-22
24
35
25
- Add ` question ` (@dgendill )
36
+ - Add ` question ` (@dgendill )
26
37
27
38
## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.0.1 ) - 2017-08-04
28
39
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.
30
41
31
42
## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v3.0.0 ) - 2017-04-05
32
43
33
- Updates for 0.11 compiler
44
+ - Updates for 0.11 compiler
34
45
35
46
## [ v2.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v2.0.0 ) - 2016-10-22
36
47
37
48
- Updated dependencies
38
49
39
50
## [ v1.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v1.0.0 ) - 2016-06-13
40
51
41
- Updates for 0.9.1 compiler (@kika )
52
+ - Updates for 0.9.1 compiler (@kika )
42
53
43
54
## [ v0.4.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.4.1 ) - 2016-03-07
44
55
45
- Fix a bug with completers (@Thimoteus )
56
+ - Fix a bug with completers (@Thimoteus )
46
57
47
58
## [ v0.4.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.4.0 ) - 2016-02-27
48
59
49
60
- Expose more of the node API (@spicydonuts , #4 )
50
61
51
62
## [ v0.3.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.3.1 ) - 2015-08-10
52
63
53
- Add ` close ` (@aspidites )
64
+ - Add ` close ` (@aspidites )
54
65
55
66
## [ v0.3.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.3.0 ) - 2015-08-05
56
67
57
- Flip arguments to ` setLineHandler ` (@aspidites )
68
+ - Flip arguments to ` setLineHandler ` (@aspidites )
58
69
59
70
## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.2.0 ) - 2015-07-14
60
71
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.
68
73
74
+ ## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.1 ) - 2014-10-29
69
75
76
+ - Prevent row subtraction wonkiness in setLineHandler.
70
77
71
78
## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.1 ) - 2014-08-27
72
79
73
-
80
+ - Simplify some type signatures, provide default completion, and provide better handling of events.
74
81
75
82
## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v0.1.0 ) - 2014-06-14
76
83
77
-
84
+ - Initial release
78
85
0 commit comments