Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 04:50
· 134 commits to main since this release
49a2281

3.0.0 (2024-01-26)

⚠ BREAKING CHANGES

  • The discriminator string has
    changed from "time" (lowercase) to "Time" (capital
    "T"). This change will break for consumers who check
    the discriminator directly (for example to
    discriminate from other types in a union) or who
    serialize and deserialize Time objects with the
    discriminator intact.
  • node: node versions < 18, 19 are no longer
    supported.

Features

  • change discriminator string from "time" to "Time" (49a2281)
  • node: drop support for node < 18, 19 (b103f8d)