Skip to content

Releases: maxrimue/tizo

v3.0.0

27 Apr 15:18
Compare
Choose a tag to compare
  • breaking: change the structure of timezones

Each timezone now comes with an offset and a name key respectively:

const timezones = {
  pt: {
    offset: -8,
    name: "Pacific Time"
  }
}
  • add a plethora of timezones (check them out here)

v2.0.1...v3.0.0

v2.0.1

26 Apr 21:54
Compare
Choose a tag to compare
  • include TypeScript definition files

v2.0.0...v2.0.1

v2.0.0

26 Apr 21:04
Compare
Choose a tag to compare
  • breaking: bump minimum Node.js version from 4 to 6
  • breaking: commonjs imports now have to access a default key:

Instead of

const tizo = require('tizo')

you now have to do

const tizo = require('tizo').default
  • add typescript
  • update dependencies

v1.1.0...v2.0.0

v1.1.0

23 Apr 20:23
Compare
Choose a tag to compare
  • add tizo('0').timezones to retrieve supported timezones
  • fix am/pm bug (#1)
  • add additional safeguard for unrecognised times

v1.0.1

26 Apr 15:02
Compare
Choose a tag to compare
  • fix issue when running tizo without any timezone specified

v1.0.0

24 Apr 21:42
Compare
Choose a tag to compare
1.0.0