Skip to content

4.0.0-pre.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kylef kylef released this 08 Apr 14:29
· 245 commits to master since this release

Enhancements

  • Generated JSON Schema makes use of the enum validation instead of the more syntax heavy anyOf for each enumerations EnumElement entry typing a single value.

  • Transitioned from C++14 back to C++11 to support older compilers.