Skip to content

Releases: rowtype-yoga/purescript-arraybuffer-builder

v3.1.0

10 Dec 11:35
Compare
Choose a tag to compare
  • Transfer to rowtype-yoga.

Full Changelog: v3.0.1...v3.1.0

v2.0.0

20 Jul 06:11
Compare
Choose a tag to compare

Build for PureScript v0.14.

Breaking Changes

Previously we could only add ArrayBuffers to the Builder,
and now we can add either ArrayBuffer or DataView to the Builder,
because we have added a Bytes type which distinguishes between ArrayBuffer
and DataView. Because of this, we can avoid making an
intermediate ArrayBuffer copy when adding a slice of an existing ArrayBuffer.

Factored out the Internal module and added documentation.