Releases: purescript-node/purescript-node-buffer
Releases · purescript-node/purescript-node-buffer
v2.0.1
- Fixed
getAtOffset
FFI implementation (@rightfold) - Fixed documentation typo (@rightfold)
v2.0.0
- Updated dependencies (@nwolverson)
- Added
latin1
encoding (@Risto-Stevcev)
v1.0.0
v0.2.2
v0.2.1
v0.2.0
- Major important fixes. This is a breaking change as type signatures have changed. (@hdgarrood)
Release v0.1.1
Release v0.1.1
Fix write
, writeString
, and fill
, which used to immediately throw errors at
runtime upon use.
Release v0.1.0
- Support for compiler version 0.7
- Use Int instead of Number where appropriate (which happens to be everywhere)