Skip to content

v0.2.0

Compare
Choose a tag to compare
@ryan95f ryan95f released this 08 Jan 15:03
· 18 commits to main since this release
580b15a

v0.2.0 (8th January 2023)

  • Added strict keyword to rulesets to enable strict mode, which will raise a strict violation for every field not defined in the ruleset
  • Added strict keyword to schema to enable strict mode, which will raise a strict violation for every field not defined in the schema block
  • Added new example strict_mode to the example directory
  • Updated GitHub workloads to use the latest actions
  • Fixed bug with rule definitions where field names with similar character patterns to types would create two separate rules