Skip to content

v1.0.0b0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:27
· 109 commits to master since this release
v1.0.0b0
e2ca501
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"