Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog.md 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. ### `0.5.33` _2020-11-15_
  2. * Updated data to IANA TZDB `2021a`
  3. ### `0.5.32` _2020-11-14_
  4. * Updated data to IANA TZDB `2020d`
  5. ### `0.5.31` _2020-05-16_
  6. * Fixed Travis builds for Node.js 4 and 6
  7. ### `0.5.30` _2020-05-16_
  8. * Updated data to IANA TZDB `2020a`
  9. * Fixed typescript definitions
  10. ### `0.5.29` _2020-05-16_
  11. * Merged fix of es6 module loading issue https://github.com/moment/moment-timezone/commit/1fd42349189b24e15c60f162dc8c40b42db79dfe
  12. * Merged PR with typescript declarations https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03
  13. * Merged fixes to changelog https://github.com/moment/moment-timezone/commit/adb7d7b43c7328d814311ac1355bfeef88eab6e8
  14. ### `0.5.28` _2020-02-21_
  15. Merged pull request #410 from @adgrace:
  16. * Added a method `moment.tz.zonesForCountry(country_code)` which returns all timezones for the country
  17. * Added a method `moment.tz(timezone_id).countries()` to get countries for some time zone
  18. * Added a method `moment.tz.countries()` to get all country codes
  19. * And as you know `moment.tz.zones()` already exists
  20. ### `0.5.27` _2019-10-14_
  21. * Updated data to IANA TZDB `2019c`
  22. ### `0.5.26` _2019-06-06_
  23. * Updated data to IANA TZDB `2019b`
  24. * Fix: stabilize Array.sort [#762](https://github.com/moment/moment-timezone/pull/762)
  25. ### `0.5.25` _2019-04-17_
  26. * Fix `moment.tz.dataVersion` to return `2019a` [#742](https://github.com/moment/moment-timezone/issues/742)
  27. * Update path in bower.json
  28. ### `0.5.24` _2019-04-17_
  29. * Updated data to IANA TZDB `2019a` [#737](https://github.com/moment/moment-timezone/issues/737)
  30. * Start shipping both a 1970-1930 file and a rolling 10-year file [#614](https://github.com/moment/moment-timezone/issues/614) [#697](https://github.com/moment/moment-timezone/issues/697)
  31. * Fixed bug where `_z` time zone name was not cleared with `.local()` or `.utcOffset(offset)` [#738](https://github.com/moment/moment-timezone/issues/738)
  32. ### `0.5.23` _2018-10-28_
  33. * Fix minor issue with tz guessing in Russia [#691](https://github.com/moment/moment-timezone/pull/691)
  34. ### `0.5.22` _2018-10-28_
  35. * Updated data to IANA TZDB `2018g` [#689](https://github.com/moment/moment-timezone/pull/689)
  36. * Fix issue with missing LMT entries for some zones, and fix data builds on Linux and Windows [#308](https://github.com/moment/moment-timezone/issues/308)
  37. ### `0.5.21` _2018-06-23_
  38. * Bugfix: revert breaking change introduced in 0.5.18
  39. ### `0.5.20` _2018-06-18_
  40. * Bugfix: accidentally commented code
  41. ### `0.5.19` _2018-06-18_
  42. * Revert: moved moment to peerDependencies
  43. ### `0.5.18` _2018-06-18_
  44. * Return error when timezone name is not a string.
  45. * Moved moment to peerDependencies [#628](https://github.com/moment/moment-timezone/pull/628)
  46. * Prefer nodejs to amd declaration [#573](https://github.com/moment/moment-timezone/pull/573)
  47. ### `0.5.17` _2018-05-12_
  48. * Updated data to IANA TZDB `2018d`. [#616](https://github.com/moment/moment-timezone/pull/616)
  49. ### `0.5.16` _2018-04-18_
  50. * Fixed Etc/UTC timezone recognition, updated tests. [#599](https://github.com/moment/moment-timezone/pull/599)
  51. * Updated minified files to contain IANA TZDB `2018d` data
  52. ### `0.5.15` _2018-04-17_
  53. * Updated data to IANA TZDB `2018d`. [#596](https://github.com/moment/moment-timezone/pull/596)
  54. ### `0.5.14` _2017-10-30_
  55. * Ensure Intl response is valid when guessing time zone. [#553](https://github.com/moment/moment-timezone/pull/553)
  56. * Updated data to IANA TZDB `2017c`. [#552](https://github.com/moment/moment-timezone/pull/552)
  57. * Convert to tz keeping wall time [#505](https://github.com/moment/moment-timezone/pull/505)
  58. * Make all time zones available for guessing. [#483](https://github.com/moment/moment-timezone/pull/483)
  59. * zone.offset has been deprecated in favor of zone.utcOffset [#398](https://github.com/moment/moment-timezone/pull/398)
  60. * Check for timestamp formats when parsing [#348](https://github.com/moment/moment-timezone/pull/348)
  61. ### `0.5.13` _2017-04-04_
  62. * Bumped version to address Bower cache issues with last release. [#474](https://github.com/moment/moment-timezone/issues/474)
  63. * (No actual changes otherwise)
  64. ### `0.5.12` _2017-04-02_
  65. * Updated data to IANA TZDB `2017b`. [#422](https://github.com/moment/moment-timezone/pull/460)
  66. * Build the truncated data file as 2012-2022 (+/- 5 years).
  67. ### `0.5.11` _2016-12-23_
  68. * Remove log statement when data is loaded twice. [#352](https://github.com/moment/moment-timezone/pull/352)
  69. ### `0.5.10` _2016-11-27_
  70. * Updated data to IANA TZDB `2016j`. [#422](https://github.com/moment/moment-timezone/pull/422)
  71. ### `0.5.9` _2016-11-03_
  72. * Fixed the output of `moment.tz.version`. [#413](https://github.com/moment/moment-timezone/issues/413)
  73. ### `0.5.8` _2016-11-03_
  74. * Updated data to IANA TZDB `2016i`. [#411](https://github.com/moment/moment-timezone/pull/411)
  75. ### `0.5.7` _2016-10-21_
  76. * Updated data to IANA TZDB `2016h`. [#403](https://github.com/moment/moment-timezone/pull/403)
  77. ### `0.5.6` _2016-10-08_
  78. * Updated data to IANA TZDB `2016g`. [#394](https://github.com/moment/moment-timezone/pull/394)
  79. ### `0.5.5` _2016-07-24_
  80. * Updated data to IANA TZDB `2016f`. [#360](https://github.com/moment/moment-timezone/pull/360)
  81. ### `0.5.4` _2016-05-03_
  82. * Updated data to IANA TZDB `2016d`. [#336](https://github.com/moment/moment-timezone/pull/336)
  83. * Ignore the results from `Intl.DateTimeFormat().resolvedOptions().timeZone` if it is undefined. [#322](https://github.com/moment/moment-timezone/pull/322)
  84. ### `0.5.3` _2016-03-24_
  85. * Updated data to IANA TZDB `2016c`. [#321](https://github.com/moment/moment-timezone/pull/321)
  86. ### `0.5.2` _2016-03-15_
  87. * Updated data to IANA TZDB `2016b`. [#315](https://github.com/moment/moment-timezone/pull/315)
  88. ### `0.5.1` _2016-03-01_
  89. * Updated data to IANA TZDB `2016a`. [#299](https://github.com/moment/moment-timezone/pull/299)
  90. * Fixed bug when `Date#toTimeString` did not return a known format. [#302](https://github.com/moment/moment-timezone/pull/302) [#303](https://github.com/moment/moment-timezone/pull/303)
  91. * Added lookup on `Intl.DateTimeFormat().resolvedOptions().timeZone` to `moment.tz.guess()`. [#304](https://github.com/moment/moment-timezone/pull/304) [#291](https://github.com/moment/moment-timezone/pull/291)
  92. ### `0.5.0` _2015-12-28_
  93. * Added support for guessing the user's timezone via `moment.tz.guess()`. [#285](https://github.com/moment/moment-timezone/pull/285)
  94. * Fixed UMD export issue when there was an html element with `id=exports`. [#275](https://github.com/moment/moment-timezone/pull/275)
  95. * Removed jspm specific dependencies from `package.json`. [#284](https://github.com/moment/moment-timezone/pull/284)
  96. ### `0.4.1` _2015-10-07_
  97. * Updated data to IANA TZDB `2015e`. [#253](https://github.com/moment/moment-timezone/pull/253)
  98. * Updated data to IANA TZDB `2015f`. [#253](https://github.com/moment/moment-timezone/pull/253)
  99. * Updated data to IANA TZDB `2015g`. [#255](https://github.com/moment/moment-timezone/pull/255)
  100. * Added jspm dependencies for moment. [#234](https://github.com/moment/moment-timezone/pull/234)
  101. * Included builds directory in npm. [#237](https://github.com/moment/moment-timezone/pull/237)
  102. * Removed version field from bower.json. [#230](https://github.com/moment/moment-timezone/pull/230)
  103. ### `0.4.0` _2015-05-30_
  104. * Updated data to IANA TZDB `2015b`. [#201](https://github.com/moment/moment-timezone/pull/201)
  105. * Updated data to IANA TZDB `2015c`. [#214](https://github.com/moment/moment-timezone/pull/214)
  106. * Updated data to IANA TZDB `2015d`. [#214](https://github.com/moment/moment-timezone/pull/214)
  107. * Updated zone getter to allow lazy unpacking to improve initial page load times. [#216](https://github.com/moment/moment-timezone/pull/216)
  108. * Added a `package.json` `jspm:main` entry point. [#194](https://github.com/moment/moment-timezone/pull/194)
  109. * Added `composer.json`. [#222](https://github.com/moment/moment-timezone/pull/222)
  110. * Added an error message when trying to load moment-timezone twice. [#212](https://github.com/moment/moment-timezone/pull/212)
  111. ### `0.3.1` _2015-03-16_
  112. * Updated data to IANA TZDB `2015a`. [#183](https://github.com/moment/moment-timezone/pull/183)
  113. ### `0.3.0` _2015-01-13_
  114. * *Breaking:* Added country data to the `meta/*.json` files. Restructured the data to support multiple countries per zone. [#162](https://github.com/moment/moment-timezone/pull/162)
  115. * Added the ability to set a default timezone for all new moments. [#152](https://github.com/moment/moment-timezone/pull/152)
  116. * Fixed a bug when passing a moment with an offset to `moment.tz`. [#169](https://github.com/moment/moment-timezone/pull/169)
  117. * Fixed a deprecation in moment core, changing `moment#zone` to `moment#utcOffset`. [#168](https://github.com/moment/moment-timezone/pull/168)
  118. ### `0.2.5` _2014-11-12_
  119. * Updated data to IANA TZDB `2014j`. [#151](https://github.com/moment/moment-timezone/pull/151)
  120. ### `0.2.4` _2014-10-20_
  121. * Updated data to IANA TZDB `2014i`. [#142](https://github.com/moment/moment-timezone/pull/142)
  122. ### `0.2.3` _2014-10-20_
  123. * Updated data to IANA TZDB `2014h`. [#141](https://github.com/moment/moment-timezone/pull/141)
  124. ### `0.2.2` _2014-09-04_
  125. * Updated data to IANA TZDB `2014g`. [#126](https://github.com/moment/moment-timezone/pull/126)
  126. * Added a warning when using `moment-timezone` with `moment<2.6.0`.
  127. ### `0.2.1` _2014-08-02_
  128. * Fixed support for `moment@2.8.1+`.
  129. ### `0.2.0` _2014-07-21_
  130. * Added the ability to configure whether ambiguous or invalid input is rolled forward or backward. [#101](https://github.com/moment/moment-timezone/pull/101)
  131. * Added `moment>=2.6.0` as a dependency in `bower.json`. [#107](https://github.com/moment/moment-timezone/issues/107)
  132. * Fixed getting the name of a zone that was added as a linked zone. [#104](https://github.com/moment/moment-timezone/pull/104)
  133. * Added an error message when a zone was not loaded. [#106](https://github.com/moment/moment-timezone/issues/106)
  134. ### `0.1.0` _2014-06-23_
  135. * *Breaking:* Changed data format from Zones+Rules to just Zones. [#82](https://github.com/moment/moment-timezone/pull/82)
  136. * *Breaking:* Removed `moment.tz.{addRule,addZone,zoneExists,zones}` as they are no longer relevant with the new data format.
  137. * Made library 20x faster. [JSPerf results](http://jsperf.com/moment-timezone-0-1-0/2)
  138. * Completely rewrote internals to support new data format.
  139. * Updated the data collection process to get data directly from http://www.iana.org/time-zones.
  140. * Updated data to IANA TZDB `2014e`.
  141. * Updated `bower.json` to use a browser specific `main:` entry point.
  142. * Added built files with included data.
  143. * Added support for accurately parsing input around DST changes. [#93](https://github.com/moment/moment-timezone/pull/93)
  144. * Added comprehensive documentation at [momentjs.com/timezone/docs/](http://momentjs.com/timezone/docs/).
  145. * Added `moment.tz.link` for linking two identical zones.
  146. * Added `moment.tz.zone` for getting a loaded zone.
  147. * Added `moment.tz.load` for loading a bundled version of data from the IANA TZDB.
  148. * Added `moment.tz.names` for getting the names of all the loaded timezones.
  149. * Added `moment.tz.unpack` and `moment.tz.unpackBase60` for unpacking data.
  150. * Added `moment-timezone-utils.js` for working with the packed and unpacked data.
  151. * Fixed major memory leak. [#79](https://github.com/moment/moment-timezone/issues/79)
  152. * Fixed global export to allow use in web workers. [#78](https://github.com/moment/moment-timezone/pull/78)
  153. * Fixed global export in browser environments that define `window.module`. [#76](https://github.com/moment/moment-timezone/pull/76)
  154. ### `0.0.6` _2014-04-20_
  155. * Fixed issue with preventing loading moment-timezone more than once. [#75](https://github.com/moment/moment-timezone/pull/75)
  156. ### `0.0.5` _2014-04-17_
  157. * Improved performance with memoization. [#39](https://github.com/moment/moment-timezone/issues/39)
  158. * Published only necessary files to npm. [#46](https://github.com/moment/moment-timezone/issues/46)
  159. * Added better handling of timezones around DST. [#53](https://github.com/moment/moment-timezone/issues/53) [#61](https://github.com/moment/moment-timezone/issues/61) [#70](https://github.com/moment/moment-timezone/issues/70)
  160. * Added Browserify support. [#41](https://github.com/moment/moment-timezone/issues/41)
  161. * Added `moment.tz.zoneExists` [#73](https://github.com/moment/moment-timezone/issues/73)
  162. * Fixed cloning moments with a timezone. [#71](https://github.com/moment/moment-timezone/issues/71)
  163. * Prevent loading moment-timezone more than once. [#74](https://github.com/moment/moment-timezone/issues/74)
  164. ### `0.0.3` _2013-10-10_
  165. * Added Bower support.
  166. * Added support for newer versions of moment.
  167. * Added support for constructing a moment with a string and zone.
  168. * Added more links and timezone names in moment-timezone.json
  169. ### `0.0.1` _2013-07-17_
  170. * Initial version.