Skip to content

v6.0.0

Compare
Choose a tag to compare
@osdevisnot osdevisnot released this 18 Jan 00:50
· 52 commits to master since this release

6.0.0 (2021-01-18)

Bug Fixes

  • change default browser target using es6-module feature query (4bcc45b)

BREAKING CHANGES

  • most modern browsers support es6-modules, it should be safe to release library code
    using this target. if the user of your library targets lower browsers, they should compile your
    library to support that browser target