Skip to content

v0.40.0

Latest

Choose a tag to compare

@nnabeyang nnabeyang released this 22 Jun 03:44
· 86 commits to main since this release
0.40.0
c623fd2

What's Changed

New Features

  • Code generation: Validate lexicon constraints in generated Swift code. Generated decoders now enforce string minLength/maxLength/minGraphemes/maxGraphemes, integer minimum/maximum, array minLength/maxLength, bytes minLength/maxLength, and blob maxSize. (#79)