Skip to content

v1.3.0

Compare
Choose a tag to compare
@rschamp rschamp released this 28 Mar 18:42
· 1557 commits to develop since this release
e860237

1.3.0 (2019-03-28)

Bug Fixes

  • comment about postMessage transferables in the worker (0b090cd)
  • encode buffers with btoa through a binary string (4b839f4)
  • only evaluate text-encoding on systems that need it (100b571)
  • rename Tool.getSupported to isGetSupported (8bbb38f)
  • try helpers quickly if they do know they do not have it (1a24b37)
  • use ProxyTool in WebHelper (efac837)
  • use ProxyTool.send in WebHelper (b9c71e2)

Features

  • add send to Tools (0245b5c)
  • add tools to try loading with fetch on a worker (32fb385)