Skip to content

Releases: kanedata/ixbrl-parse

v0.11.2

04 Nov 11:05

Choose a tag to compare

What's Changed

  • fix: Correct script entry point for ixbrlparse by @daizutabi in #44
  • lint: change line length for ruff formatting

Full Changelog: v0.11.1...v0.11.2

v0.11.1

04 Nov 09:24

Choose a tag to compare

What's Changed

  • feat: Add py.typed file for type hinting support by @daizutabi in #43

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

08 Oct 12:10

Choose a tag to compare

  • 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

21 Nov 09:36

Choose a tag to compare

What's Changed

  • Add python 3.13 support by @drkane in #42
  • Drop support for python 3.8 (reached end of life)

Full Changelog: v0.9.2...v0.10.0

v0.9.2

12 Jul 08:33
9acc9f0

Choose a tag to compare

What's Changed

  • remove white space from value before parsing by @vin0110 in #41

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

19 Dec 21:20

Choose a tag to compare

Additional fallback date formats

Full Changelog: v0.9.0...v0.9.1

v0.9.0

19 Dec 21:20

Choose a tag to compare

Change plugin loading to allow for overriding existing format specifiers.

Full Changelog: v0.8.2...v0.9.0

v0.8.2

19 Dec 17:53
c8b8e8c

Choose a tag to compare

What's Changed

  • more permissive date format acceptance. Fix for issue #39 by @drkane in #40

Full Changelog: v0.8.1...v0.8.2

v0.8.1

08 Oct 23:45

Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Sep 10:39

Choose a tag to compare

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