Skip to content

1.3.0 release

Compare
Choose a tag to compare
@raydac raydac released this 02 Sep 14:53
· 342 commits to master since this release

1.3.0

  • fixed NPE when referencing a JBBPCustomFieldTypeProcessor parsed field
  • added Maven plugin to generate sources from JBBP scripts
  • added Gradle plugin to generate sources from JBBP scripts
  • added extra byte array reading writing methods with byte order support into JBBPBitInputStream and JBBPBitOutputStream
  • added converter of compiled parser data into Java class sources (1.6+)
  • added method to read unsigned short values as char [] into JBBPBitInputStream
  • Class version target has been changed to Java 1.6
  • fixed compatibiity of tests with Java 1.6
  • Minor refactoring