- 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.
- 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
- 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
- Improve encoding guessing. PR #12
- Optionnal ansel dependency. PR #13
- Add Python 3.12 support. PR #13
- Initial Release