Skip to content

Instantly share code, notes, and snippets.

@ichernev
Created July 26, 2015 09:05
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/6ec13ac7efc396da44b2 to your computer and use it in GitHub Desktop.
Save ichernev/6ec13ac7efc396da44b2 to your computer and use it in GitHub Desktop.

moment 2.10.5 changelog

Core:

  • #2357 Improve unit bubbling for ISO dates
  • #2404 Fix Strict Date Parsing of ISO-8601 Dates Without Times
  • #2438 Fix inconsistent moment.min and moment.max results
  • #2456 Mark moment as invalid if bad string weekday repr is parsed, fixes #2423
  • #2459 Fix function check to workaround old browsers, fixes #2325
  • #2506 Add moment.fn.toObject (redo #2123)
  • #2494 Fix two digit year parsing with YYYY format
  • #2476 Fix isDSTShifted, fixes #2141
  • #2461 Improved duration bubbling, fixes #2166
  • #2448 Support up to milliseconds tokens up to 9 digits, fixes #2436
  • #2424 Allow custom formats to be passed to calendar function
  • #2419 Ensure all longDateFormats are fully expanded

Refactoring / Perf:

  • #2127 Code cleanup and speedup
  • #2368 perf: use faster form of copying dates, across the board improvement
  • #2439 Fix imports in locale files
  • #2467 Fix test for fractional-hour offsets, fixes #2389
  • #2377 Remove dead code

Locales:

  • #2477 Add ms locale (copy ms-my)
  • #2508 Add Talossan (tzl) locale (redo #2124)
  • #2336 Fixes year/week parsing for non-standard dow/doy combinations
  • #2347 Change Malay language code to comply IOS639-2
  • #2414 Locales fr & fr-ca: set an abbreviation for ordinal numbers >1
  • #2421 fix bengali translation of morning
  • #2434 fix(hu):Improve long date time formats for hungarian.
  • #2420 nominative month translation added to lt.js language
  • #2507 Fix seconds in pt-br (redo #2191)
  • #2288 Fixed seconds in azerbaijani

Misc:

  • #2460 Support grunt test --only=moment/duration,locale/ru
  • #2473 Expect 0 assertions to fix #2382
  • #2387 add coverage reporting using nyc and coveralls
  • #2380 Update licensing tag in package.json
  • #2393 Fix moment-with-locales, oops
  • #2371 Update bower.json without a version field
  • #2489 Update deprecate.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment