Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Daffodil 0.14.x

Full Changelog

Daffodil 0.14.0

Core

  • support for bitOrder property
  • support for encodingErrorPolicy="replace"
  • fix bug where schemas using import/include were not properly validated, causing various error messages
  • fix bug where lengthKind="explicit" in some cases incorrectly included initiators and terminators in the content length
  • various performance improvements, with some parses having increased speed of ~30%
  • improve error messages when invalid regular expressions are used in properties like testPattern and lengthPattern
  • fix error with when runtime byteOrder expressions fail
  • fix potential thread safety bugs in delimiter scanning

...