Version v3.0.0
TL;DR
There are no breaking changes, per se. The code syntax was changed to ES6 syntax. None of the APIs have changed--everything should continue to work as normal as long as your machine supports ES6 syntax.
Clean-Up / Modernization
- Code has been rewritten in ES6 syntax
- Configs have been added to the source for prettier and eslint
- Code has been linted using ESLint AirBnB standards
- All methods now have JSDocs
- DS_Store is now ignored in gitignore
- Updated dependencies
- Note added to HISTORY file to inform users that version info should be found on Github's version page for this repo.