Skip to content

Releases: purescript-node/purescript-node-buffer

v2.0.1

Choose a tag to compare

@garyb garyb released this 10 Feb 14:13

v2.0.0

Choose a tag to compare

@garyb garyb released this 17 Oct 19:56

v1.0.0

Choose a tag to compare

@hdgarrood hdgarrood released this 06 Jun 01:57
  • 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

Choose a tag to compare

@hdgarrood hdgarrood released this 03 Apr 12:16

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

v0.2.1

Choose a tag to compare

@hdgarrood hdgarrood released this 03 Apr 12:15

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

v0.2.0

Choose a tag to compare

@garyb garyb released this 11 Nov 11:27
  • Major important fixes. This is a breaking change as type signatures have changed. (@hdgarrood)

Release v0.1.1

Choose a tag to compare

@hdgarrood hdgarrood released this 10 Nov 14:05

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

Release v0.1.0

Choose a tag to compare

@hdgarrood hdgarrood released this 06 Jul 14:16
  • Support for compiler version 0.7
  • Use Int instead of Number where appropriate (which happens to be everywhere)

v0.0.1

Choose a tag to compare

@garyb garyb released this 14 Oct 15:24

Initial versioned release