Add the ZoneRulesProvider. This should be the last step to enable js-joda for an external js-joda-timezone plugin.
- Fix SystemDefaultZoneRules transition (fix a bug in convert and LocalDate.startOfDay)
Complete / implement methods/ interfaces
- LocalDate.atStartOfDayWithZone
- ZonedDateTime.ofLocal
- ZonedDateTime.ofStrict
- ZonedDateTime.withEarlierOffsetAtOverlap
- ZonedDateTime.withLaterOffsetAtOverlap
- ZonedDateTime.until
- ZoneRules
- Pseudo zones for testing purpose
Increased test coverage for zone related classes
increased Test Coverage by adding/extending more tests from threetenbp but also adding own tests that increase the coverage.
This also led to missing features implemented, e.g. more Fields in DateTimeBuilder
being handled
fixes found by extended Tests in
Duration
DateTimeBuilder
DateTimeFormatterBuilder
YearMonth
make typescript definitions to be module definitions (see PR #86)
fixed some warnings in esdoc build regarding signature mismatches (see PR #87)
added initial typescript typings (.d.ts
) provided by @spencerwi and test based on the code from CheatSheet to verify the typings
- several dev dependency updates
last release without a CHANGELOG.md