Releases: SafetyCulture/s12-proto
Releases · SafetyCulture/s12-proto
v1.21.3
What's Changed
- Rename float validator to number due to reserved words in some languages
v1.21.2
What's Changed
- INSPECT-5605 Add float validator by Laurence Smith (@laurence-smith) in #99
- [INSPECT-5813] enhance the message by Mick Stanciu (@MickStanciu) in #100
v1.21.1 - Added log_only as option to the Id validator
Added log_only option to the Validator.Id.
TRUE: will not return an error, will print the message
FALSE (DEFAULT): will return the default validation error
message LogOnlyValidationMessage {
string image_id = 1 [(validator.uuid) = true, (validator.id) = { legacy: true, s12id: true, log_only: true}];
}
Add validator.timezone support
This validator can be used to make sure a string is a valid Timezone in the IANA Timezone Database.
v1.20.0
v1.19.0
v1.18.1
What's Changed
updated s12 validation to include upper-case strings as well
v1.18.0
What's Changed
Added support for S12ID in the validator.
Example:
string inspection_id = 1 [(validator.id) = { legacy: true, s12id: true }];
v1.17.0
What's Changed
- Bump
jwtclaimsto the versionv1.2.0