0.3.1 (2021-09-23)
- timezones/*: generate tz files for latest IANA data 2021a (1e38b4a)
0.3.0 (2019-07-13)
- src / templates: added group-by-region-with-country-codes template (5001994)
0.2.0 (2018-06-08)
- 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)
- src create-json-from-handlebars-templates create-json-from-templates-and-zone-data: split (56548cf)
- 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)
- 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)
- 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)
- CHANGELOG.md: have conventional-changelog append not overwrite (71fcd3a)
0.1.1 (2018-03-12)
- package.json: removing the files array so hopefully all the files get published (c83f59f)
0.1.0 (2018-03-12)
- ./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)