Bugs:
- Fix (if necessary) a handful of failing tests - at the moment it isn't clear whether these are bugs in this project or in the moment-timezone data
Environment:
- Build (compile) using Gulp / Babel
- Implement CI via Travis
Changes:
- Compiled TimezoneMock.js - mental note, this stuff really needs automating...
Changes:
- Added
return this
to constructor and all setter methods to allow chaining of date methods e.g.const date = new Date().setYear(2018).setMonth(0);
Fixes:
- Switched off DEBUG mode
Fixes:
- Added compiled version of TimezoneMock.js to root folder
- Updated "main" entry in package.json accordingly
Enhancements:
- Allow current date/time and timezone to be set
- Use moment-timezone to get timezone offsets for any date/time/timezone
Environment:
- Linting implemented using ESLint using Airbnb coding standards
- Formatting implemented using Prettier