Skip to content

v3.0.0

Compare
Choose a tag to compare
@highfivedenis highfivedenis released this 01 Mar 15:29
· 71 commits to master since this release

BREAKING CHANGE FROM CONSUMER POINT OF VIEW
Rework library's build:

  • Remove webpack
    • Transpile src to JavaScript using babel-preset-typescript + babel-preset-env
    • Add "active"/"modern" browserslist config
    • Transform JavaScript closest to our browser targets using bugfixes option
    • Transpile individual source files instead of bundling
  • Migrate unit tests from mocha/should/sinon to Jest
  • Upgrade all dev dependencies
  • Improve package's scripts:

Thanks @ziir