Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (32 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 2.31 KB

Change Log

v2.0.6 (2019-09-24)

Full Changelog

New features:

  • add static test and ISO_REGEXP to the TS typings #28

v2.0.5 (2018-12-19)

Full Changelog

Fixes (bugs & defects):

  • Remove reference to github.com/buildo in warning messages #23

v2.0.4 (2018-08-13)

Full Changelog

Fixes (bugs & defects):

  • npm package shouldn't contain .babelrc #21

v2.0.3 (2018-08-10)

Full Changelog

v2.0.2 (2018-05-03)

Full Changelog

New features:

  • Handle LocalDateTime #17

v2.0.1 (2017-02-02)

Full Changelog

New features:

  • Throw error if ES6 Reflect.construct is not available #14

v2.0.0 (2017-01-05)

Full Changelog

New features:

  • parser should accept only instances of LocalDate and reject JS Dates #10
  • add "test" static function to validate ISO dates #8
  • log warning in development if user calls a time getter #6
  • toISOString should return an ISO date #4
  • should parse ISO string without considering time #1

v1.0.0 (2018-05-03)