Releases: moment/moment-timezone
Releases · moment/moment-timezone
0.2.2
0.2.1
0.2.0
0.1.0
- Breaking: Changed data format from Zones+Rules to just Zones. #82
- Breaking: Removed
moment.tz.{addRule,addZone,zoneExists,zones}
as they are no longer relevant with the new data format. - Made library 20x faster. JSPerf results
- Completely rewrote internals to support new data format.
- Updated the data collection process to get data directly from http://www.iana.org/time-zones.
- Updated data to IANA TZDB
2014e
. - Updated
bower.json
to use a browser specificmain:
entry point. - Added built files with included data.
- Added support for accurately parsing input around DST changes. #93
- Added comprehensive documentation at momentjs.com/timezone/docs/.
- Added
moment.tz.link
for linking two identical zones. - Added
moment.tz.zone
for getting a loaded zone. - Added
moment.tz.load
for loading a bundled version of data from the IANA TZDB. - Added
moment.tz.names
for getting the names of all the loaded timezones. - Added
moment.tz.unpack
andmoment.tz.unpackBase60
for unpacking data. - Added
moment-timezone-utils.js
for working with the packed and unpacked data. - Fixed major memory leak. #79
- Fixed global export to allow use in web workers. #78
- Fixed global export in browser environments that define
window.module
. #76
0.0.6
0.0.5
- Improved performance with memoization. #39
- Published only necessary files to npm. #46
- Added better handling of timezones around DST. #53 #61 #70
- Added Browserify support. #41
- Added
moment.tz.zoneExists
#73 - Fixed cloning moments with a timezone. #71
- Prevent loading moment-timezone more than once. #74