Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 602 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 602 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0]

Added

  • importBlob() to import a binary file as a Blob.
  • importBinary() to import a binary file as a Uint8Array

[1.0.0]

  • Initial release of importText() function.