All Versions
15
Latest Version
Avg Release Cycle
107 days
Latest Release
-

Changelog History
Page 2

  • v2.3.2 Changes

    โž• Added typescript definitions to NPM

  • v2.3.1

    May 09, 2017
  • v2.3.0 Changes

    September 18, 2016

    โž• Added literal support to fecha. #18

    Thanks @antivanov

  • v2.2.0 Changes

    July 21, 2016

    ๐Ÿ›  Fixed a bug when parsing dates with 10th, 12th, 1st, etc.

  • v2.0.0 Changes

    Fecha now throws errors on invalid dates in fecha.format and is stricter about what dates it accepts. Dates must pass Object.prototype.toString.call(dateObj) !== '[object Date]'.