Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 1.83 KB

1.1.3 - 2024-10-30

  • Add Python 3.12 support. abf7c80
  • Implement Line.iter to iterate over sub-lines c25c157.
  • Add Document.all_lines to iterate over every single lines a420c01.

1.1.2 - 2024-04-20

  • New MalformedError for strict_parse when there are warnings. 67308ce
  • Add a case for LevelInconsistencyWarning: for line with the wrong parent level. de936b5
  • Fix guess_encoding which was detecting BOM marks of UTF-16 instead of UTF-32. 62b74a3

1.1.1 - 2024-03-20

  • New Line.get_source, Line.get_all_sub_lines, and Document.get_source methods. PR #16
  • Deprecate get_source and get_all_sub_lines of the helpers module. PR #16
  • Fix type error when ansel isn't installed. f7aa409

1.1.0 - 2024-03-08

  • Improve encoding guessing. PR #12
  • Optionnal ansel dependency. PR #13
  • Add Python 3.12 support. PR #13

1.0.0 - 2023-07-28

  • Initial Release