Releases: linw1995/data_extractor
Releases · linw1995/data_extractor
v0.6.1
Bump to v0.6.1 - d28fff4 Fix:Item created error by ``type`` function. (Issue #56)
v0.6.0
Bump to v0.6.0 - f1d21fe New:Make different implementations of JSONExtractor optional - 0175cde New:Add jsonpath-extractor as opitional json extractor backend - 3b6da8b Chg:Upgrade dependencies
v0.6.0-alpha.3
Bump to v0.6.0-alpha.3 - 1982302 Fix:Type annotation error
v0.6.0.dev2
Bump to v0.6.0.dev2 - b7edbae Dev,New:Use nox test in multi-py-versions, Update workflow - a043838 Fix:Can't import JSONPathExtractor from root module - a23ece9 Test,Fix:Missing JSONPathExtractor in simple extractor tests - 5903ff9 Dev,Fix:Nox changes symlink '.venv' of virtualenv of development - 57d03ad Dev,Fix:Install unneeded development dependencies
v0.6.0.dev1
Bump to v0.6.0.dev1 - 2459f7d Dev,New:Add Github Actions for CI - a151a91 Dev,New:Add scripts/export_requirements_txt.sh - f7cdaa3 Dev,Chg:Remove travis-ci - f1d21fe New:Make different implementations of JSONExtractor optional - 9f74619 Fix:Use __getattr__ on the module in the wrong way - 25a8bf8 Dev,Fix:Cannot use pytest.mark.usefixtures() in pytest.param - 8f51603 Dev,Chg:Upgrade poetry version in Makefile - 21aa08e Dev,Chg:Test in two ways - 4cb4678 Chg:Upgrade dependencies - 4177b98 Dev,Fix:remove the venv before pretest installation - 0175cde New:Add jsonpath-extractor as opitional json extractor backend
Bump to v0.5.4
- 9552c79 Fix:Simplified item's extract_first method fail to raise ExtractError - 08167ab Fix:Simplified item's extract_first method should support param default - 6e4c269 New:More unittest for testing the simplified items - a35b85a Chg:Update poetry.lock - e5ff37b Docs,Chg:Update travis-ci status source in the README.rst
Bump to v0.5.3
- 6a26be5 Chg:Wrap the single return value as a list - 0b63927 Fix:Item can not extract the data is list type - 9deeb5f Chg:Update poetry.lock
Bump to v0.5.2
- 0561672 Fix:Wrong parameter name
Bump to v0.5.1
- c9b07f4 Fix:Wrong shield placing - b198712 Dev,Fix:Build travis-ci config validation
Bump to v0.5.0.dev5
- 7720fb9 Feature/avoid field overwriting (#39) - b722717 Dev,Fix:Black configure not working - f8f0df8 New:Implement extractors' build method