Skip to content

Instantly share code, notes, and snippets.

@ichernev
Created December 23, 2013 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichernev/8104451 to your computer and use it in GitHub Desktop.
Save ichernev/8104451 to your computer and use it in GitHub Desktop.
Moment 2.5.0 changelog

New languages

Features

  • 1311 Add quarter getter and format token Q
  • 1303 strict parsing now respects number of digits per token (fix 1196)
  • 0d30bb7 add jspm support
  • 1347 improve zone parsing
  • 1362 support merideam parsing in Korean

Bugfixes

  • 1224 fixes 1223 (calendar for Chinese bug)
  • 1240 fix Albanian spelling for seconds and minutes
  • 1238 UMD now works in QUnit
  • 1243 fix duration cloning
  • 1246 (related 1235) improvements in Romanian translation
  • 1265 fix global export in 'use-strict' environment
  • 1280 UMD now works in Dojo
  • 1282 improve Estonian locale
  • 1293 UMD now works with old requirejs (around 1.0.4)
  • 1294 parse iso formats with a spece before the timezone
  • 1264 fix global export deprecation
  • 1292 fix Polish plurals
  • 1278 fix ZZ timezone format
  • 641bfaa fix Italian for "few seconds"
  • 1343 ignore tests for npm package
  • 1346 fix short date format in Chinese
  • 1348 fix YYYY handling of negative years
  • 1349 toISOString supports long and negative years
  • 1350 fix isoWeekYear parsing for small years (< 100)
  • 1358 support two digit timezones in iso format
  • 1370 (related 1302) fix 1227
  • 1371 (fix 1361) isSame now workes for different zones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment