Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 244 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 244 Bytes

2.2.0

Fixed a bug when parsing Do format dates

2.0.0

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]'.