Skip to content

v0.6.0: Large cleanups, ES6 modules

Compare
Choose a tag to compare
@dhdaines dhdaines released this 26 Jan 18:53

This is mainly a release to clean up a bunch of issues with the code. The big changes are the inclusion of type hints in the Python API, and...

A HUGE BREAKING CHANGE

The JavaScript API is now ES6 modules only. If you really need CommonJS perhaps some accomodation can be reached. Also, Node and Web environments now get separate entry points, so less (but sadly still some) Webpack tomfoolery is necessary.

What's Changed

Full Changelog: v0.5.0...v0.6.0