Skip to content

v1.0.0

Choose a tag to compare

@jeffbski jeffbski released this 01 Sep 18:35
· 121 commits to master since this release

Reason for major update

Updated to babel@7.0.0 and webpack@4 so bumped version in case there are any unknown incompatibilities. People get confused with versions lower than 0, so went to major version to ensure no surprises.

Other than the build updates there are no material breaking changes.

Highlights

  • using babel@7.0.0
  • using webpack@4
  • build is using browserslist to maintain compatibility for:
    • last 1 version
    • not dead
    • > 0.2%
    • maintained node versions

This criteria is pretty generous so it should be sufficient for most projects. If you run into a compatibility issue with a particular engine, let me know.

  • npm run browserslist to see the browsers and node.js versions that are currently suported.
  • npm scripts updates based on new builds
  • updated core-js@2.5.7 (only used for promise polyfill for tests)
  • Moved live code examples to codesandbox.io