Releases: prantlf/timezone-support
Releases · prantlf/timezone-support
v1.3.1
1.3.1 (2018-09-19)
Bug Fixes
- Include Node.js 6 among supported Node.js versions (63719e2)
v1.3.0
1.3.0 (2018-09-18)
Features
- Add methods converting between time and date objects (a384d16)
- Maintain the property dayOfWeek in the time object (d46d36a)
- Support lower-case am/pm in addition to upper-case AM/PM when parsing and formatting date strings (e3304db)
v1.2.1
1.2.1 (2018-09-16)
Bug Fixes
- Transpile UMD module bundles to ES5 to support older browsers (c6993e2)
v1.2.0
1.2.0 (2018-09-16)
Features
- Add a new getUTCOffset method (60fb64e)
v1.1.2
1.1.2 (2018-09-03)
Bug Fixes
- Add time zone offset to the epoch computed in setTimeZone (6b10bca)
v1.1.1
1.1.1 (2018-09-03)
Bug Fixes
- Do not add epoch property with the pre-computed UNIX time in setTimeZone (a4613c1)
v1.1.0
1.1.0 (2018-09-03)
Features
- Add epoch time as a read-only non-enumerable property to the time object (bea4262)
v1.0.0
1.0.0 (2018-09-02)
Bug Fixes
- Package both src and dist the in NPM module (9b3d588)