Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.14 KB

HISTORY.rst

File metadata and controls

52 lines (38 loc) · 1.14 KB

History

DEV

  • BREAKING CHANGE: structure attributes no longer exist by default; use getattr()
  • bugfix: use last stream if multiple of same name
  • CI: added mypy type checking
  • added use of logging module for warnings
  • better type hints for IDEs
  • more better source comments
  • more tests

0.9.0 (2021)

  • bugfix: row indices parsed in structures are one-based, not zero-based
  • bugfix: TypeDefRow was not parsing Extends coded index
  • bugfix: incorrect BLOBS_MASK and add EXTRA_DATA skip if flag set
  • added CI using github workflow
  • added tests and submodule dnfile-testfiles
  • added style consistency using pycodestyle and isort
  • added more examples
  • parse MetaData tables' list-type indexes into lists of MDTableRow objects

0.8.0 (2021)

  • bugfix: Metadata Table indexes (i.e. indexes into other tables) were off by one

0.7.1 (2021)

  • bugfix: coded index always None

0.7.0 (2021)

  • bugfix: improper data length check

0.6.0 (2021)

  • bugfix: referenced wrong object
  • parse utf-16 strings in #US stream

0.5.0 (2021-01-29)

  • First release.