Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 12:04
· 58 commits to main since this release
v0.8.0
10fa1ee

Added

  • Declarations can now be marked as sensitive, which will cause their default values and actual values to be redacted in validation summaries, generated specifications, and exception messages.
  • Length constraints can now be set on binary and string variable declarations.
  • Range constraints can now be set on number, integer, bigInteger, networkPortNumber, and duration variable declarations.

Changed

  • The generated specification output has been improved to be easier to read.
  • The validation summary output uses "not set" instead of "undefined" to describe values that are not set, or are set to empty values.