Skip to content

Latest commit

 

History

History
67 lines (32 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

67 lines (32 loc) · 2.71 KB

1.0.0-alpha.6 (2021-10-24)

Features

  • add minus(), multiplyBy() and divideBy() to RectangularCoordinates (1654a66)

1.0.0-alpha.5 (2021-10-24)

Features

1.0.0-alpha.4 (2021-10-23)

chore

  • change library name to "plutonium" (0ea5353)

BREAKING CHANGES

  • dump "temporal-offset" as name of library

1.0.0-alpha.3 (2021-10-23)

Features

  • add EpochAndTemporalOffset (e274099)
  • add TemporalCoordinate interface (54ca4fd)

1.0.0-alpha.2 (2021-10-21)

Features

  • add BigDecimal implementation (08e195b)
  • add TemporalOffset and TemporalOffsetFactory interfaces (980e926)
  • rename makeNullOffset() to zero() (dd80d93)

Reverts

  • remove TemporalOffset#isEqualTo() (5013053)

BREAKING CHANGES

  • remove makeNullOffset()
  • same semantics as equals()

1.0.0-alpha.1 (2021-10-21)

Bug Fixes

  • build: add missing "README.md" file (463afcb)
  • build: add missing "release" job (2970837)

Features

  • build: implement Continuous Delivery (3e38cc5)