Skip to content

1.2.0 release

Compare
Choose a tag to compare
@raydac raydac released this 10 Jun 05:51
· 532 commits to master since this release

1.2.0

  • Refactoring
  • Improved tree of JBBP exceptions
  • Fixed NPE in JBBPTextWriter for String field mapped to byte array
  • Added support of custom field types through JBBPCustomFieldTypeProcessor
  • Added JBBPCustomFieldTypeProcessorAggregator, auxiliary class to join several JBBPCustomFieldTypeProcessors
  • Fixed JBBPTextWriter, added support of logging for JBBPAbstractField objects
  • Added support of payload objects in JBBPAbstractField
  • Improved inside script compiler and interpreter to support future extensions.
  • Fixed expression evaluator to support single char field names in expressions.
  • Added support of expressions in extra field numeric data part (example bit:(field*2))