Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 20:49

Libdbc release

Developer Notes

Breaking Changes

  • None

Features

  • BU_ lines can now be empty without causing errors. #21
  • Added more exceptions for clearer error output where parsing failed. #24
  • Added a method unused_lines to allow the use to see if lines were ignored since we don't throw or warn. So it is up to the user to check if there was anything missing. Since we aren't feature complete you might get some false positives so please open up an issue and we can handle the use case.

Bugs

  • None