Skip to content

v0.3.2

Compare
Choose a tag to compare
@safris safris released this 23 May 06:25
· 211 commits to master since this release
  • Improve handling of InvocationTargetException.
  • Improve position correctness in Error instances.
  • Add condition to skip validation in ArrayValidator.validate(...).
  • Better handling logic edges when parsing arrays in ArrayValidator.
  • Provide subject JsonReader to DecodeException.
  • Provide reference to JsonReader in Error instances.
  • Add OnFieldEncode callback to JxEncoder.
  • Improve ParseException.
  • Improve BadRequestExceptionMapper.
  • Use revised JsonUtil.parseNumber(Class,String).
  • Improve code format of generated Jx bindings.
  • Improve performance of Generator.
  • General API improvements across the codebase.
  • Improve tests.
  • Improve javadocs and xmldocs.