Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

v3.0.0 and v3.0.1

Choose a tag to compare

@Cretezy Cretezy released this 29 Jan 07:13
· 24 commits to master since this release
b96bcff

Modernized library.

  • Moved to ES6+ code, which is compiled down to ES5 for CJS and ES6 modules (and IIFE for browsers). This allows the code to by cleaner and more modern (and nicer to work with).

  • Cleaned up the overall API to have a single simple call format which returns a Promise.

  • Move to Rollup from Grunt.

  • Moved to Jest from Mocha.

  • Dropped Bower support (since it is deprecated/in maintenance mode).