Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 09:22
· 26 commits to master since this release
df8c3ee

3.0.0 (2022-05-24)

⚠ BREAKING CHANGES

  • sorbet: enable runtime typecheck (#104)

In this release we have enabled runtime level typechecking for Sorbet. This means that if you input parameters
are invalid your code will throw an error during runtime. Please ensure that your code is properly tested
before continuing with v3.0.0 of this library.

Features