Releases: freud-digital/freud_api_crawler
Releases · freud-digital/freud_api_crawler
Minor Release 1.9.7
- fixed missing paragraph: xsl: check for last paragraph with not class attrib
- minor tei temp changes: author, editor
- introduced hi rendition bold to replace strong el
- make_xml func returns lxml object instead of string
Full Changelog: v1.9.6...v1.9.7
Release 1.9.6
- handling page limit on json_dump restart
Full Changelog: v1.9.5...v1.9.6
Release 1.9.5
- bugfix: jinja2 template not found error by adding load Packagemanager
- handling FileNotExist error on json dump
- seperating json_dump from make_xml
Full Changelog: v1.9.4...v1.9.5
Release 1.9.4
- make_xml() requires dump=True or False
- True: makes API call and creates a JSON dump
- False: uses existing JSON dump file; JSON dump file must be available (dev only)
Bugfix Release 1.9.3
- added Jinja2 requirement
Full Changelog: v1.9.2...v1.9.3
Minor Release 1.9.2
Bugfix and Minor to 1.9.1
- added pb elemnts to body
- removed body wrapper
- added second path to jinja2 template
Full Changelog: v1.9.1...v1.9.2
Minor fix to pypi package
v1.9.1 added tei templates dir to pypi package
Refactoring of make_xml
- make_xml creates a json dump
- uses Jinja2 template to create xml
Full Changelog: v1.8.2...v1.9.0
Bugfix to 1.8
add condition to check for values before calling them (titles)
Full Changelog: v1.8.1...v1.8.2
Minor to 1.8
added short title
fixed biblScope
Full Changelog: v1.8.0...v1.8.1