Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@cinemast cinemast released this 31 Oct 23:15
· 47 commits to master since this release

[0.2.0] - 2020-11-01

Added

  • Possibility to define fully qualified class name (including package) in CodeGenerator::main
  • toString() method for all generated data classes (#10)
  • Testsuite for generated encoding/decoding classes out of bare schemas
  • Safety checks for bit limits of the various number types
  • Limits for maximum number of map and slice entries (MaxMapLength and MaxSliceLength)

Changed

  • Split the project into two modules:
    • com.github.nobloat.bare-jvm:codec (bare encoder and decoder)
    • com.github.nobloat.bare-jvm:schema (code generator and schema parser)
    • com.github.nobloat.bare-jvm:bare-jvm (wrapper that includes both modules)