Releases: manusimidt/py-xbrl
Releases · manusimidt/py-xbrl
V2.2.12
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