v2.0.0
BREAKING CHANGES
The library's API has not breaking changes. All breaking changes refer to how the final distributed files are bundled and their locations in the project.
- All distributed files are located under the
dist/
directory instead oflib/
which was in v1.x.x. The UMD format is located underdist/umd/
directory and the CommonJS under thedist/commonjs/
directory. - The directory containing the distributed files is no longer included in GIT.
OTHER CHANGES
- All
devDependencies
are updated to latest versions. Updated Webpack to v4.x.x and Babel to v7.x.x. - The library is now exported in both UMD (as was in version 1.x.x) and CommonJS. For CommonJS, the library's methods are also exported as standalone functions in order to import only the ones you want for your project. Check the Usage section in README for more details.