v0.8.0
Pre-release
Pre-release
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
andstring
variable declarations. - Range constraints can now be set on
number
,integer
,bigInteger
,networkPortNumber
, andduration
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.