Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

81 lines (48 loc) · 1.81 KB

Changelog

1.1.14 (next)

1.1.13

Add ZoneRulesProvider stub

Add the ZoneRulesProvider. This should be the last step to enable js-joda for an external js-joda-timezone plugin.

Provide a way to extend js-joda

Implement a use function

Bugfixes

  • Fix SystemDefaultZoneRules transition (fix a bug in convert and LocalDate.startOfDay)

1.1.12

Implement daylight saving transition functionality

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

Test Coverage and more threetenbp Features

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

Bugfixes

fixes found by extended Tests in

  • Duration
  • DateTimeBuilder
  • DateTimeFormatterBuilder
  • YearMonth

dependency updates

1.1.11

Typescript typings

make typescript definitions to be module definitions (see PR #86)

ESDoc Updates

fixed some warnings in esdoc build regarding signature mismatches (see PR #87)

Bugfixes

dependency updates

1.1.9

Typescript typings

added initial typescript typings (.d.ts) provided by @spencerwi and test based on the code from CheatSheet to verify the typings

Bugfixes

dependency updates

  • several dev dependency updates

1.1.8

last release without a CHANGELOG.md