Moment Timezone v0.1.0 Release Notes

Release Date: 2014-06-23 // almost 10 years ago
    • ๐Ÿ’ฅ 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