Releases: manusimidt/py-xbrl
V2.2.12
V2.2.11
V2.2.9
V2.2.6
Remapped the 2008 iXBRL transformation registry to the 2010 specification. This will further reduce the number of warnings when parsing UK submissions.
V2.2.4
V2.2.3
Added older transformation registries. With this, all the annoying warnings when parsing UK applications have finally disappeared.
Thanks a lot @ahoward-ch / @ahoward-cf for #96. (#92)
V2.2.1
Added 2022 taxonomies to namespace-schema map.
V2.2.0
BREAKING CHANGES!
Funktion parse_instance_locally()
was removed. The XbrlParser now only has one function parse_instance()
which automatically detects if the instance file is stored locally or remotely.
- Better dealing with errors in the XBRL instance file (#84)
- ✨Added functionality to convert xbrl into json ✨
- updated dependencies
- updated readme and added sphinx documentation
Full Changelog: v2.1.1...v2.2.0
V2.1.1
V2.1.0
Added support for fact transformations.
This means the parser now converts a tagged value like "02 February 2022" to the normalized form "02-02-2022" as defined by the transformation rule.
Fixed multiple bugs.