Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.13 KB

File metadata and controls

47 lines (25 loc) · 1.13 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.3

Fixed

  • Added leading zero to months and days with a value below 10 for converting a date string into a Date() object in .convert() to avoid "Invalid Date" error in Safari.

v1.0.2

Added

  • Added documentation on how to use in README.

v1.0.1

Fixed

  • Fixed bug with _interpretFormat() erroneously inserting "function" inside a ternary operator.

[Example]

Added

  • This section is for listing new features.

Changed

  • This section is for listing changes to existing functionality.

Deprecated

  • This section is for listing features that will soon be removed in future versions.
  • It's quite possible this will not be used in the context of a text.

Removed

  • This section is for listing features that have been removed.

Fixed

  • This section is for listing fixes to errors, bugs in features etc.
  • Changed is for non-fix changes, Fixed is for correcting bugs/issues.