Skip to content

Releases: prantlf/timezone-support

v1.3.1

19 Sep 13:49
Compare
Choose a tag to compare

1.3.1 (2018-09-19)

Bug Fixes

  • Include Node.js 6 among supported Node.js versions (63719e2)

v1.3.0

18 Sep 20:28
Compare
Choose a tag to compare

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

16 Sep 16:44
Compare
Choose a tag to compare

1.2.1 (2018-09-16)

Bug Fixes

  • Transpile UMD module bundles to ES5 to support older browsers (c6993e2)

v1.2.0

16 Sep 15:11
Compare
Choose a tag to compare

1.2.0 (2018-09-16)

Features

  • Add a new getUTCOffset method (60fb64e)

v1.1.2

03 Sep 11:06
Compare
Choose a tag to compare

1.1.2 (2018-09-03)

Bug Fixes

  • Add time zone offset to the epoch computed in setTimeZone (6b10bca)

v1.1.1

03 Sep 01:23
Compare
Choose a tag to compare

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

03 Sep 01:10
Compare
Choose a tag to compare

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

02 Sep 23:31
Compare
Choose a tag to compare

1.0.0 (2018-09-02)

Bug Fixes

  • Package both src and dist the in NPM module (9b3d588)