Skip to content

Bugfixes and YAML support

Latest
Compare
Choose a tag to compare
@nchursin nchursin released this 11 Apr 10:59
· 2 commits to master since this release
  1. Support for YAML schemas.
  2. Escapes ' char in test method when generating code from sample JSON.
  3. Removed extra linebreaks before } and after {.
  4. Default generated class names now end with Cls instead of Class.
  5. Properties with a type of number now have Decimal type in generated code instead of Double.
  6. FIX: Generated code is compiled as-is. Except for Test methods must be in test classes. To avoid this copy generated test method to some test class.