Releases
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 specific main:
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
and moment.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
You can’t perform that action at this time.