Skip to content

Releases: rowtype-yoga/purescript-arraybuffer-builder

Release list

v3.1.0

Choose a tag to compare

@jamesdbrock jamesdbrock released this 10 Dec 11:35
  • Transfer to rowtype-yoga.

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

v2.0.0

Choose a tag to compare

@jamesdbrock jamesdbrock released this 20 Jul 06:11

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.