v2.0.6 (2019-09-24)
- add static
test
andISO_REGEXP
to the TS typings #28
v2.0.5 (2018-12-19)
- Remove reference to github.com/buildo in warning messages #23
v2.0.4 (2018-08-13)
- npm package shouldn't contain .babelrc #21
v2.0.3 (2018-08-10)
v2.0.2 (2018-05-03)
- Handle LocalDateTime #17
v2.0.1 (2017-02-02)
- Throw error if ES6
Reflect.construct
is not available #14
v2.0.0 (2017-01-05)
- 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