|
| 1 | +## [2.1.1](https://github.com/prantlf/timezone-support/compare/v2.0.2...v2.1.1) (2022-12-04) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* update docs to match type signature ([50b2965](https://github.com/prantlf/timezone-support/commit/50b29657a2804d7371605f9748c4e98132c792bc)) |
| 7 | +* update docs to match type signature 2 ([b9e3645](https://github.com/prantlf/timezone-support/commit/b9e36458f0a84b090f0657b49bc8a45360731812)) |
| 8 | +* Upgrade the time zone database to 2022f ([a0e5cd6](https://github.com/prantlf/timezone-support/commit/a0e5cd64ef2c33e09ca9c7810c62ccbfe9202b5e)) |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +## [2.0.2](https://github.com/prantlf/timezone-support/compare/v2.0.1...v2.0.2) (2019-06-10) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* Upgrade the time zone database to the version 2019a. ([c0d147e](https://github.com/prantlf/timezone-support/commit/c0d147e10db0c7694fbc77f125daf512afa2dac8)) |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## [2.0.1](https://github.com/prantlf/timezone-support/compare/v2.0.0...v2.0.1) (2019-06-10) |
| 22 | + |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | +* Input time object for getUnixTime and convertTimeToDate does not need to include hours and minutes - defaults to midnight ([e45a193](https://github.com/prantlf/timezone-support/commit/e45a193be0fb80f4bc3a6f82ae35b7103151b05b)) |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +# [2.0.0](https://github.com/prantlf/timezone-support/compare/v1.8.1...v2.0.0) (2019-06-10) |
| 31 | + |
| 32 | + |
| 33 | +### Bug Fixes |
| 34 | + |
| 35 | +* Upgrade module dependencies ([11ac1d6](https://github.com/prantlf/timezone-support/commit/11ac1d696e1bf8c6b141a6a512db48d4689f5a15)) |
| 36 | +* Use valid JavaScript identifiers for exports in vanilla browser modules ([943623e](https://github.com/prantlf/timezone-support/commit/943623e1364754ec30810c0cdab1b60c1087201d)) |
| 37 | + |
| 38 | + |
| 39 | +### BREAKING CHANGES |
| 40 | + |
| 41 | +* Previous kebab-case keys in the `window` object changed to camelCase global vbariables. Usage of shims or tools loading UMD modules becomes easier. See the migration guide for more information. |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +## [1.8.1](https://github.com/prantlf/timezone-support/compare/v1.8.0...v1.8.1) (2018-11-27) |
| 46 | + |
| 47 | + |
| 48 | +### Bug Fixes |
| 49 | + |
| 50 | +* Upgrade development dependencies to fix a critical security vulnerability ([7d6cd6e](https://github.com/prantlf/timezone-support/commit/7d6cd6e727876f3044f6a4ae2049ca1e43a0cd72)) |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +# [1.8.0](https://github.com/prantlf/timezone-support/compare/v1.7.0...v1.8.0) (2018-11-17) |
| 55 | + |
| 56 | + |
| 57 | +### Features |
| 58 | + |
| 59 | +* Add separate time zone data for years 1970-2038 ([d7301b5](https://github.com/prantlf/timezone-support/commit/d7301b558950438d2ec056eed818ce034d47c6d6)) |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +# [1.7.0](https://github.com/prantlf/timezone-support/compare/v1.6.1...v1.7.0) (2018-11-17) |
| 64 | + |
| 65 | + |
| 66 | +### Features |
| 67 | + |
| 68 | +* Include the full time zone data as a separate module ([be9ce2a](https://github.com/prantlf/timezone-support/commit/be9ce2a3867f281928075a338a7e2407a5205fa1)) |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +## [1.6.1](https://github.com/prantlf/timezone-support/compare/v1.6.0...v1.6.1) (2018-11-17) |
| 73 | + |
| 74 | + |
| 75 | +### Bug Fixes |
| 76 | + |
| 77 | +* Include typings in the distribution dirtectory again ([e667e0d](https://github.com/prantlf/timezone-support/commit/e667e0df9d7bb25fa8d6619dd98cfb18fa7cad71)) |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +# [1.6.0](https://github.com/prantlf/timezone-support/compare/v1.5.5...v1.6.0) (2018-11-06) |
| 82 | + |
| 83 | + |
| 84 | +### Bug Fixes |
| 85 | + |
| 86 | +* Upgrade npm module dependencies ([57b36d8](https://github.com/prantlf/timezone-support/commit/57b36d82a9b811709b0eb4bffe0144eed5077155)) |
| 87 | +* Upgrade time zone database to the version 2018g. ([57368cc](https://github.com/prantlf/timezone-support/commit/57368ccff2e176f299feb57462c9d914a7907e68)) |
| 88 | + |
| 89 | + |
| 90 | +### Features |
| 91 | + |
| 92 | +* Add data and index modules for the year range 1900-2050 ([be02f21](https://github.com/prantlf/timezone-support/commit/be02f212e3f3ac66a14a1ddd38d9fbb1e9ea04b3)) |
| 93 | +* Introduce command-line generator for custom time zone data ([731e1be](https://github.com/prantlf/timezone-support/commit/731e1be8e57d4c8fbbcb169a07dbea76e76fa494)) |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +## [1.5.5](https://github.com/prantlf/timezone-support/compare/v1.5.4...v1.5.5) (2018-10-08) |
| 98 | + |
| 99 | + |
| 100 | +### Bug Fixes |
| 101 | + |
| 102 | +* Fix compatibility with IE. ([f2706a2](https://github.com/prantlf/timezone-support/commit/f2706a27bfbd94655ca068a299a111e05c84f144)) |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +## [1.5.4](https://github.com/prantlf/timezone-support/compare/v1.5.3...v1.5.4) (2018-10-07) |
| 107 | + |
| 108 | + |
| 109 | +### Bug Fixes |
| 110 | + |
| 111 | +* Declare the return type of populateTimeZones ([c7627c5](https://github.com/prantlf/timezone-support/commit/c7627c5196b1b9082ad017581506218addc5e0da)) |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | +## [1.5.3](https://github.com/prantlf/timezone-support/compare/v1.5.2...v1.5.3) (2018-10-07) |
| 116 | + |
| 117 | + |
| 118 | +### Bug Fixes |
| 119 | + |
| 120 | +* Create separate TypeScript typings for every dist module ([3482934](https://github.com/prantlf/timezone-support/commit/3482934c6c9ceeb2a5eef21f7508954bf7697d45)) |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | +## [1.5.2](https://github.com/prantlf/timezone-support/compare/v1.5.1...v1.5.2) (2018-10-07) |
| 125 | + |
| 126 | + |
| 127 | +### Bug Fixes |
| 128 | + |
| 129 | +* Publish TypeScript typings by the npm module ([ce52ebf](https://github.com/prantlf/timezone-support/commit/ce52ebf0f5fa08985219980292d6312596dabca5)) |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | +## [1.5.1](https://github.com/prantlf/timezone-support/compare/v1.5.0...v1.5.1) (2018-10-06) |
| 134 | + |
| 135 | + |
| 136 | +### Bug Fixes |
| 137 | + |
| 138 | +* Add declarations for modules with the limited time zone data ([d52464d](https://github.com/prantlf/timezone-support/commit/d52464d50fe178ad6ed597e97824c1465cd78be1)) |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | +# [1.5.0](https://github.com/prantlf/timezone-support/compare/v1.4.0...v1.5.0) (2018-10-06) |
| 143 | + |
| 144 | + |
| 145 | +### Bug Fixes |
| 146 | + |
| 147 | +* Add type declarations for TypeScript ([4333471](https://github.com/prantlf/timezone-support/commit/433347120c2e83173f7565e5d1276c6a339a78c8)) |
| 148 | + |
| 149 | + |
| 150 | +### Features |
| 151 | + |
| 152 | +* Package the library with 2012-2022 data as a single file too ([5420758](https://github.com/prantlf/timezone-support/commit/5420758156d733e01cbc0ede939fa280fb69b42f)) |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | +# [1.4.0](https://github.com/prantlf/timezone-support/compare/v1.3.2...v1.4.0) (2018-09-30) |
| 157 | + |
| 158 | + |
| 159 | +### Bug Fixes |
| 160 | + |
| 161 | +* Clone return time zone list to prevent the caller from modifying the cached value ([f60c192](https://github.com/prantlf/timezone-support/commit/f60c192264d710f08f592d6af0dd531516d73d61)) |
| 162 | + |
| 163 | + |
| 164 | +### Features |
| 165 | + |
| 166 | +* Add limited time zone data for years 2012-2022 ([85a7a67](https://github.com/prantlf/timezone-support/commit/85a7a67fbd077b3b0e5358f778dd06de625bc006)) |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | +## [1.3.1](https://github.com/prantlf/timezone-support/compare/v1.3.0...v1.3.1) (2018-09-19) |
| 171 | + |
| 172 | + |
| 173 | +### Bug Fixes |
| 174 | + |
| 175 | +* Include Node.js 6 among supported Node.js versions ([63719e2](https://github.com/prantlf/timezone-support/commit/63719e2f24ddf7f1e5968089663bc0a900cfd658)) |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | +# [1.3.0](https://github.com/prantlf/timezone-support/compare/v1.2.1...v1.3.0) (2018-09-18) |
| 180 | + |
| 181 | + |
| 182 | +### Features |
| 183 | + |
| 184 | +* Add methods converting between time and date objects ([a384d16](https://github.com/prantlf/timezone-support/commit/a384d1678bf60fb0b4fc74565eaf120b97782629)) |
| 185 | +* Maintain the property dayOfWeek in the time object ([d46d36a](https://github.com/prantlf/timezone-support/commit/d46d36a5e74fc151b40e04b2c713186bb45e8029)) |
| 186 | +* Support lower-case am/pm in addition to upper-case AM/PM when parsing and formatting date strings ([e3304db](https://github.com/prantlf/timezone-support/commit/e3304db2b7642fcb44303c9b6c8fa675e4237ab0)) |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | +## [1.2.1](https://github.com/prantlf/timezone-support/compare/v1.2.0...v1.2.1) (2018-09-16) |
| 191 | + |
| 192 | + |
| 193 | +### Bug Fixes |
| 194 | + |
| 195 | +* Transpile UMD module bundles to ES5 to support older browsers ([c6993e2](https://github.com/prantlf/timezone-support/commit/c6993e2cf5e757333df736f452f87d5fd9debbe0)) |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | +# [1.2.0](https://github.com/prantlf/timezone-support/compare/v1.1.2...v1.2.0) (2018-09-16) |
| 200 | + |
| 201 | + |
| 202 | +### Features |
| 203 | + |
| 204 | +* Add a new getUTCOffset method ([60fb64e](https://github.com/prantlf/timezone-support/commit/60fb64e6216abaaea1bf4d11a653b7ff28d0633f)) |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | +## [1.1.2](https://github.com/prantlf/timezone-support/compare/v1.1.1...v1.1.2) (2018-09-03) |
| 209 | + |
| 210 | + |
| 211 | +### Bug Fixes |
| 212 | + |
| 213 | +* Add time zone offset to the epoch computed in setTimeZone ([6b10bca](https://github.com/prantlf/timezone-support/commit/6b10bcaa91a3600e8a7e8b5b99036e87fbc44c0c)) |
| 214 | + |
| 215 | + |
| 216 | +### Reverts |
| 217 | + |
| 218 | +* Revert "fix: Do not add epoch property with the pre-computed UNIX time in setTimeZone" ([98b35a1](https://github.com/prantlf/timezone-support/commit/98b35a161a512cb3da1ddf6380371ee2819b88e1)) |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | +## [1.1.1](https://github.com/prantlf/timezone-support/compare/v1.1.0...v1.1.1) (2018-09-03) |
| 223 | + |
| 224 | + |
| 225 | +### Bug Fixes |
| 226 | + |
| 227 | +* Do not add epoch property with the pre-computed UNIX time in setTimeZone ([a4613c1](https://github.com/prantlf/timezone-support/commit/a4613c131db7e6328d26e03ed68513e98e7ccde6)) |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | +# [1.1.0](https://github.com/prantlf/timezone-support/compare/v1.0.0...v1.1.0) (2018-09-03) |
| 232 | + |
| 233 | + |
| 234 | +### Features |
| 235 | + |
| 236 | +* Add epoch time as a read-only non-enumerable property to the time object ([bea4262](https://github.com/prantlf/timezone-support/commit/bea426222da6d1b1ba62fe30cb6ade3b25d70d86)) |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | +# [1.0.0](https://github.com/prantlf/timezone-support/compare/9b3d588cc1d9882fac7b249cad946fa860cba9ea...v1.0.0) (2018-09-02) |
| 241 | + |
| 242 | + |
| 243 | +### Bug Fixes |
| 244 | + |
| 245 | +* Package both src and dist the in NPM module ([9b3d588](https://github.com/prantlf/timezone-support/commit/9b3d588cc1d9882fac7b249cad946fa860cba9ea)) |
| 246 | + |
| 247 | + |
| 248 | + |
0 commit comments