Support for older versions of Node
Breaking Changes:
- NONE! Your code should work exactly the same without changing anything.
Enhancements:
- Runs in Node 4.0.0+
- Tested on Windows XP
- Better documented Node and OS support
- Improved linting enforcement for JSDocs
- All methods and functions are documented now via JSDoc blocks
Special thanks to @shun634501730 for bringing this to my attention (#26).
Maintenance:
- Updated dependencies
- Updated documentation
Code Quality:
- Linting and Test coverage remains at 100%
- E2E tests all passing