Skip to content

Latest commit

 

History

History
114 lines (60 loc) · 7.22 KB

File metadata and controls

114 lines (60 loc) · 7.22 KB

0.3.1 (2021-09-23)

Features

  • timezones/*: generate tz files for latest IANA data 2021a (1e38b4a)

0.3.0 (2019-07-13)

Features

  • src / templates: added group-by-region-with-country-codes template (5001994)

0.2.0 (2018-06-08)

Bug Fixes

  • create-json-from-handlebars-templates: only generate the newer 1970 tab file, this is what most (50e22f9)
  • create-json-from-handlebars-templates extract-tz-data templates: update to return an array of c (4e29558)
  • extract-tz-data: extract rows with more than one country code (e30d9a9)
  • load-iana-tz-json-file: fix load iana tz json file so that it handles sub-directories (266eacc)

Code Refactoring

  • src create-json-from-handlebars-templates create-json-from-templates-and-zone-data: split (56548cf)

Features

  • create-json-from-handlebars-templates: allow the creation of json files from templates in sub (6a81ee6)
  • create-json-from-ts-function: log the creation of the typescript file templates just like the (e7d51d0)
  • create-json-from-ts-functions: export create-json-from-ts-functions in the index file (6c35a32)
  • extract-tz-data: move geographicAreaDisplayName out of the group by region template into the e (601e704)
  • extract-tz-data: move locationDisplayName into extract-tz-data as it's generically useful (8356c4d)
  • extract-tz-data create-json-from-ts-function creat-json-from-handlebars: you can now use a typ (1564591)
  • extracted-tz-data: add location and geographic area to the extracted timezone data (82f8c0d)
  • group-by-region: sort zones by display name alphabetically (335be94)
  • group-by-region: update group-by-region to output a display name in addition to the area name (9bc5a3a)
  • templates: basic template to group timezone names by region (f161152)
  • templates: update the templates to take advantage of the fact that there can be more than one (3d01dc4)
  • templates/group-by-region: location now return an object with a display name (902cafb)

BREAKING CHANGES

  • src create-json-from-handlebars-templates create-json-from-templates-and-zone-data: splitting the files involved changing the exported function name from createJSONFromHandlebarsTemplatesAndZoneData to crateJSONFromTemplatesAndZoneData - no mention of handlebars templates. The plan is to support another type of template. The timezones folder has also been update to only include the latest templates, as the older timezones were incorrect, because of the country parsing bug.
  • create-json-from-handlebars-templates: Only the 1970 file is now generated by default
  • create-json-from-handlebars-templates extract-tz-data templates: json is now returned with country codes not a single country code

0.1.5 (2018-03-22)

Bug Fixes

  • get-iana-tz-data: change fetch type to any so the fetch type does not get exported in the libra (ab1dcb6)

0.1.4 (2018-03-14)

Bug Fixes

  • CHANGELOG.md: have conventional-changelog append not overwrite (71fcd3a)

0.1.1 (2018-03-12)

Bug Fixes

  • package.json: removing the files array so hopefully all the files get published (c83f59f)

0.1.0 (2018-03-12)

Bug Fixes

  • ./load-iana-tz-json-file: fix tests after changing the filename of the json file (4b0b797)
  • allfields template: added longitude to the allfields template (7a096a6)
  • create-tz-data-from-templates.ts: filter handlebars files not json files! (153cb81)
  • decimal-lat-long.ts: fix the interface name (5d4271d)

Features

  • add typescript typings for json files to the project (96a806b)
  • ./create-json-from-handlebars-templates: creating json for both the zone1970.tab file and the (2133ad7)
  • decimal-lat-long: added a new template decimal lat long, added tests and refactored code to ac (675c6e1)