All Versions
55
Latest Version
Avg Release Cycle
47 days
Latest Release
523 days ago

Changelog History
Page 6

  • v0.1.0 Changes

    June 23, 2014
    • ๐Ÿ’ฅ 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
  • v0.0.6 Changes

    April 20, 2014
    • ๐Ÿ›  Fixed issue with preventing loading moment-timezone more than once. #75
  • v0.0.5 Changes

    April 17, 2014
    • ๐Ÿ‘Œ 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
  • v0.0.3 Changes

    October 10, 2013
    • โž• Added Bower support.
    • โž• Added support for newer versions of moment.
    • โž• Added support for constructing a moment with a string and zone.
    • โž• Added more links and timezone names in moment-timezone.json
  • v0.0.1 Changes

    July 17, 2013
    • ๐ŸŽ‰ Initial version.