@@ -10,19 +10,23 @@ New features:
1010
1111Bugfixes:
1212
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+
1317Other improvements:
1418- Fix warnings revealed by v0.14.1 PS release (#44 by @JordanMartinez )
1519
1620## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-02-26
1721
1822Breaking 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 ).
2024
2125Other 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 )
2630
2731## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v6.0.0 ) - 2019-07-24
2832
@@ -32,23 +36,23 @@ Other improvements:
3236
3337## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v5.0.0 ) - 2018-05-26
3438
35- Updated for PureScript 0.12
39+ - Updated for PureScript 0.12
3640
3741## [ v4.1.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v4.1.0 ) - 2017-12-11
3842
39- Add ` fromArrayBuffer ` (@matthewleon )
43+ - Added ` fromArrayBuffer ` (@matthewleon )
4044
4145## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v4.0.0 ) - 2017-11-19
4246
4347- Added ` toArrayBuffer ` (@matthewleon )
4448
4549## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v3.0.1 ) - 2017-06-20
4650
47- Fix an encoding issue in ` writeString ` (@justinwoo )
51+ - Fixed an encoding issue in ` writeString ` (@justinwoo )
4852
4953## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v3.0.0 ) - 2017-04-04
5054
51- Updates for 0.11 (@anilanar )
55+ - Updated for 0.11 (@anilanar )
5256
5357## [ v2.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v2.0.1 ) - 2017-02-10
5458
@@ -67,21 +71,19 @@ Updates for 0.11 (@anilanar)
6771
6872## [ v0.2.2] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.2 ) - 2016-04-03
6973
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.
7175
7276## [ v0.2.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.1 ) - 2016-04-03
7377
74- No code changes, this tag was just for publishing to Pursuit.
78+ - No code changes, this tag was just for publishing to Pursuit.
7579
7680## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.2.0 ) - 2015-11-11
7781
7882- Major important fixes. This is a breaking change as type signatures have changed. (@hdgarrood )
7983
8084## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.1.1 ) - 2015-11-10
8185
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.
8587
8688## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.1.0 ) - 2015-07-06
8789
@@ -90,5 +92,4 @@ runtime upon use.
9092
9193## [ v0.0.1] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v0.0.1 ) - 2014-10-14
9294
93- Initial versioned release
94-
95+ - Initial versioned release
0 commit comments