Releases: linw1995/data_extractor
Releases · linw1995/data_extractor
v1.0.1
v1.0.0
- Generic extractor with convertor (#83) - mypy plugin for type annotation of extracting result (#83)
v0.10.2
Bump to v0.10.2
Build
upgrade jsonpath-extractor to v0.8.0
v1.0.0b2
Bump to v1.0.0b2
Feature
mypy_plugin: item extracted results analyzed as typeddict (#87)
v1.0.0b1
Bump to v1.0.0b1
Feature
Generic extractor with convertor (#83)
mypy plugin for type annotation of extracting result (#83)
v0.10.1
Bump to v0.10.1
Fix
typo in .utils.Property
v0.10.0
Bump to v0.10.0
Feature
supports PEP 561 -- Distributing and Packaging Type Information
Fix
remove LICENSE file from dist files
duplicated extracting if class attrs overlap happened #67
remove super class sub-extractors error #68
Refactor
remove duplciated module "data_extractor.abc"
remove the lazy build mechanism of extractors
JSON backend invoking mechanism
make all properties of extractors immutable
Document
fix wrong docstring of "data_extractor.utils.Property"
v1.0.0b0
v1.0.0b0 Unreleased
Feature
supports PEP 561 -- Distributing and Packaging Type Information
Fix
remove LICENSE file from dist files
duplicated extracting if class attrs overlap happened #67
remove super class sub-extractors error #68
Refactor
remove duplciated module "data_extractor.abc"
remove the lazy build mechanism of extractors
JSON backend invoking mechanism
make all properties of extractors immutable
Document
fix wrong docstring of "data_extractor.utils.Property"
v0.9.0
Bump to v0.9.0
**Fix**
- type annotations #63 #64
**Refactor**
- .utils.Property with "Customized names" support #64
- rename .abc to .core and mark elder duplciated #65
v0.8.0
Bump to v0.8.0 - 11bfd2c supports latest jsonpath-extractor package