Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@dillonredding dillonredding released this 26 Apr 21:17
· 13 commits to main since this release
46948e1

Added

  • Examples for using extensions
  • Documentation for TypeScript limitations

Changed

  • Code is now written in TypeScript to more easily manage type declarations. The API has not changed, but the code now transpiles to ES2015, which may cause compatibility issues.

Fixed

  • Extension support in TypeScript (#6)