Skip to content

3.0.5

Compare
Choose a tag to compare
@JamesNK JamesNK released this 12 Jan 05:58
· 123 commits to master since this release
ac6811d
  • New feature - Added JSchema.Reference to optionally dereference schemas
  • New feature - Added ResolveSchemaReferences to reader for reading schemas without resolving references
  • New feature - Added support for DisplayAttribute when generating schemas
  • Change - Changed regex to use RegexOptions.ECMAScript
  • Remove - JSchemaReaderSettings.RegexTimeout was unused and removed
  • Fix - Fixed using StringEnumGenerationProvider with DefaultValue
  • Fix - Fixed validators not being used in referenced schemas
  • Fix - Fixed using JSchemaReadersSetting in referenced schemas with base URI
  • Fix - Fixed generated schemas with multiple required states not being placed in definitions
  • Fix - Fixed validation of a contains schema when nested inside conditional context