# ical-timezone Changelog

## 1.9.0 (2023-01-09)

- Updated devDependencies
- Bumped minimal Node.js version to 14.0

## 1.8.1 (2021-08-23)

- Fixed `timezoneExists` validation function

## 1.8.0 (2021-08-23)

- Added `timezoneExists` validation function
- Updated devDependencies
- Refactored `extractVTZ` function
- Refactored `getVtimezoneAsync` function
- Bumped minimal Node.js version to 12.0

## 1.7.0 (2021-05-25)

- Added async versions of functions
- Updated dependencies
- Refactored function to be more efficient

## 1.6.1 (2021-05-11)

- Updated dependencies

## 1.6.0 (2020-12-23)

- Updated dependencies

## 1.4.1 (2020-11-05)

- Updated TypeScript definition file

## 1.4.0 (2020-11-04)

- Added `getVtimezoneComponent` method to parse VTIMEZONE component from full timezone object
- Updated dependencies

## 1.3.0 (2020-07-19)

- Updated dependencies

## 1.2.0 (2020-03-16)

- Updated dependencies

## 1.1.1 (2019-12-12)

- Added tests to npm package

## 1.1.0 (2019-12-06)

- Added time zones abbreviations
- Added "space" aliases for "underscore" timezones

## 1.0.0 (2019-12-02)

- Fixed zones reading when used as library
- Fixed test require paths after main script rename

## 0.0.4 (2019-12-02)

- Fixed Node engine version

## 0.0.3 (2019-12-02)

- Refactor change main script name to index

## 0.0.2 (2019-12-02)

- Added package.json properties
- Added more test cases
- Added `npm run lint` and `npm run lint:fix`
- Fixed lint errors in generated file
- Fixed library returning full VCALENDAR objects instead of only VCALENDAR components

## 0.0.1 (2019-11-30)

- Initial commit
