- Make sure build is ES5.
- Switched from a default export to a named export,
deepFreeze
. - Upgrade development dependencies to latest versions.
- First official release is finally here!
- Changed Node target version to 6 since it is the current LTS.
- Upgrade to latest version of dependencies and use Babel 7 beta.
- Upgraded to latest version of lintly and added ESLint config file.
- Generate flow types in output directory.
- Added coverage badge to README.md.
- Added npm badge to README.md.
- Added LICENSE.md.
- Update
package.json
to limit what files are included in npm package.
- Update Jest config to err if coverage drops below 100%.
- Upgraded dependencies to latest versions.
- Switched to using lintly for linting to reduce boilerplate in this repo.
- Fixed usage text in README.md.
- Moved tests to live next to source code being tests.
- Updated dependencies to latest versions.
- Initial implementation.