1.3.0
New
- Support years with more then 4 digits (
12345-01-01
). - Support years prior to year 1 (
-0051-01-01
). - Add
setTimeSeparator()
to customize the separator between date and time.
Fixed
- Missing zero-padding in front of years with less then 4 digits (
0537-01-01
).
Documentation
- Update links to bundles sizes.
Under the hood
- Update development dependencies.
- Update
package.json
description and keywords fields. - Update GitHub actions.