Skip to content

Releases: dfint/peclasses

0.4.0

30 Nov 20:50
Compare
Choose a tag to compare
  • Fix type annotations of __getitem__ methods to get correct prediction of their return value types

0.3.0

30 Nov 19:41
Compare
Choose a tag to compare
  • BREAKING: method SectionTable.which_section(...) -> int renamed to SectionTable.which_section_index(...) -> int
  • Added method SectionTable.which_section(...) -> Section
  • Added and fixed a lot of type annotations
  • Refactoring

Full Changelog: 0.2.0...0.3.0

0.2.0

03 Jun 16:52
Compare
Choose a tag to compare
  • Added support of x64 Portable Executable files;
  • a lot of renaming (will break compatibility)

0.1.0

03 Jun 13:41
Compare
Choose a tag to compare

This is the first release, only x86 Portable Executable files are supported