Skip to content

v0.2.0

Choose a tag to compare

@stainless-bot stainless-bot released this 29 Jun 12:20

0.2.0 (2023-06-29)

⚠ BREAKING CHANGES

  • improve pagination response types (#16)

Features

  • add JsonValue.convert method (#14) (c8e25a8)
  • core: add asUnknown to JsonField (#17) (7f1a599)
  • improve pagination response types (#16) (dd55fad)
  • tests: support specifying SKIP_MOCK_TESTS=true (#18) (54f4511)

Chores

  • internal: add explicit type annotations to validate() (#15) (6346363)
  • internal: added version comment (#12) (fde66a8)
  • internal: cleaner asUnknown implementation (#19) (c2ff924)
  • internal: remove unused check-test-server script (#20) (27ddf0c)

Documentation