Skip to content

Releases: purescript-node/purescript-node-buffer

v2.0.1

10 Feb 14:13
Compare
Choose a tag to compare

v2.0.0

17 Oct 19:56
Compare
Choose a tag to compare

v1.0.0

06 Jun 01:57
Compare
Choose a tag to compare
  • Compatibility with psc 0.9
  • Better behaved Show instance, plus an encodingToNode function which is now recommended for use with node APIs instead of show.

v0.2.2

03 Apr 12:16
Compare
Choose a tag to compare

Fix byteLength, which had a bad FFI declaration, so that it would throw an error every time it was called.

v0.2.1

03 Apr 12:15
Compare
Choose a tag to compare

No code changes, this tag was just for publishing to Pursuit.

v0.2.0

11 Nov 11:27
Compare
Choose a tag to compare
  • Major important fixes. This is a breaking change as type signatures have changed. (@hdgarrood)

Release v0.1.1

10 Nov 14:05
Compare
Choose a tag to compare

Release v0.1.1
Fix write, writeString, and fill, which used to immediately throw errors at
runtime upon use.

Release v0.1.0

06 Jul 14:16
Compare
Choose a tag to compare
  • Support for compiler version 0.7
  • Use Int instead of Number where appropriate (which happens to be everywhere)

v0.0.1

14 Oct 15:24
Compare
Choose a tag to compare

Initial versioned release