Releases: kanedata/ixbrl-parse
Releases · kanedata/ixbrl-parse
v0.11.2
What's Changed
- fix: Correct script entry point for
ixbrlparseby @daizutabi in #44 - lint: change line length for ruff formatting
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- feat: Add
py.typedfile for type hinting support by @daizutabi in #43
New Contributors
- @daizutabi made their first contribution in #43
Full Changelog: v0.11.0...v0.11.1
v0.11.0
- Add support for 3.14
- Drop support for python 3.9 (end of life)
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.2
v0.9.1
Additional fallback date formats
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Change plugin loading to allow for overriding existing format specifiers.
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Add raise_on_error support if context parsing fails. This release also introduces the ixbrlError class if an error is found, instead of a dict - this is a minor breaking change compared to how errors were stored before.
Fixes issue #38
Full Changelog: v0.7.2...v0.8.0