@@ -10,19 +10,23 @@ New features:
10
10
11
11
Bugfixes:
12
12
13
+ Other improvements:
14
+
15
+ ## [ v7.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.1 ) - 2021-05-06
16
+
13
17
Other improvements:
14
18
- Fix warnings revealed by v0.14.1 PS release (#44 by @JordanMartinez )
15
19
16
20
## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-02-26
17
21
18
22
Breaking changes:
19
- - Updated code for PureScript 0.14 and dropped the ` proxy ` dependency as the ` proxy ` library has been migrated into ` prelude ` (#39 ).
23
+ - Updated code for PureScript 0.14 and dropped the ` proxy ` dependency as the ` proxy ` library has been migrated into ` prelude ` (#39 ).
20
24
21
25
Other improvements:
22
- - Removed primes from the ` concat' ` function in FFI in preparation for ES modules support (#36 )
23
- - Migrated CI to use GitHub Actions and updated installation instructions to use Spago (#38 )
24
- - Stopped returning empty objects in foreign implementations for functions which return ` Unit ` for a small performance benefit (#40 )
25
- - Added a CHANGELOG.md file and pull request template to the repository (#41 )
26
+ - Removed primes from the ` concat' ` function in FFI in preparation for ES modules support (#36 )
27
+ - Migrated CI to use GitHub Actions and updated installation instructions to use Spago (#38 )
28
+ - Stopped returning empty objects in foreign implementations for functions which return ` Unit ` for a small performance benefit (#40 )
29
+ - Added a CHANGELOG.md file and pull request template to the repository (#41 )
26
30
27
31
## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v6.0.0 ) - 2019-07-24
28
32
@@ -32,23 +36,23 @@ Other improvements:
32
36
33
37
## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v5.0.0 ) - 2018-05-26
34
38
35
- Updated for PureScript 0.12
39
+ - Updated for PureScript 0.12
36
40
37
41
## [ v4.1.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v4.1.0 ) - 2017-12-11
38
42
39
- Add ` fromArrayBuffer ` (@matthewleon )
43
+ - Added ` fromArrayBuffer ` (@matthewleon )
40
44
41
45
## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v4.0.0 ) - 2017-11-19
42
46
43
47
- Added ` toArrayBuffer ` (@matthewleon )
44
48
45
49
## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v3.0.1 ) - 2017-06-20
46
50
47
- Fix an encoding issue in ` writeString ` (@justinwoo )
51
+ - Fixed an encoding issue in ` writeString ` (@justinwoo )
48
52
49
53
## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v3.0.0 ) - 2017-04-04
50
54
51
- Updates for 0.11 (@anilanar )
55
+ - Updated for 0.11 (@anilanar )
52
56
53
57
## [ v2.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v2.0.1 ) - 2017-02-10
54
58
@@ -67,21 +71,19 @@ Updates for 0.11 (@anilanar)
67
71
68
72
## [ v0.2.2] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.2 ) - 2016-04-03
69
73
70
- Fix ` byteLength ` , which had a bad FFI declaration, so that it would throw an error every time it was called.
74
+ - Fixed ` byteLength ` , which had a bad FFI declaration, so that it would throw an error every time it was called.
71
75
72
76
## [ v0.2.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.1 ) - 2016-04-03
73
77
74
- No code changes, this tag was just for publishing to Pursuit.
78
+ - No code changes, this tag was just for publishing to Pursuit.
75
79
76
80
## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.0 ) - 2015-11-11
77
81
78
82
- Major important fixes. This is a breaking change as type signatures have changed. (@hdgarrood )
79
83
80
84
## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.1.1 ) - 2015-11-10
81
85
82
- Release v0.1.1
83
- Fix ` write ` , ` writeString ` , and ` fill ` , which used to immediately throw errors at
84
- runtime upon use.
86
+ - Fixed ` write ` , ` writeString ` , and ` fill ` , which used to immediately throw errors at runtime upon use.
85
87
86
88
## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.1.0 ) - 2015-07-06
87
89
@@ -90,5 +92,4 @@ runtime upon use.
90
92
91
93
## [ v0.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.0.1 ) - 2014-10-14
92
94
93
- Initial versioned release
94
-
95
+ - Initial versioned release
0 commit comments