Skip to content

Releases: linw1995/data_extractor

v0.10.2

17 Aug 16:04
v0.10.2
95ed03f
Compare
Choose a tag to compare
Bump to v0.10.2

Build

    upgrade jsonpath-extractor to v0.8.0

v1.0.0b2

25 Jul 15:01
v1.0.0b2
6da936b
Compare
Choose a tag to compare
Bump to v1.0.0b2

Feature

    mypy_plugin: item extracted results analyzed as typeddict (#87)

v1.0.0b1

23 Jul 05:07
v1.0.0b1
99c5c34
Compare
Choose a tag to compare
Bump to v1.0.0b1

Feature

    Generic extractor with convertor (#83)
    mypy plugin for type annotation of extracting result (#83)

v0.10.1

22 Jul 01:10
v0.10.1
a721c94
Compare
Choose a tag to compare
Bump to v0.10.1

Fix

    typo in .utils.Property

v0.10.0

21 Jul 15:36
v0.10.0
32dd19e
Compare
Choose a tag to compare
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

12 Apr 13:27
v1.0.0b0
e2ca501
Compare
Choose a tag to compare
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

11 Mar 01:01
v0.9.0
08d4d26
Compare
Choose a tag to compare
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

13 Jan 13:41
v0.8.0
8d6ac86
Compare
Choose a tag to compare
Bump to v0.8.0

- 11bfd2c supports latest jsonpath-extractor package

v0.6.1

03 May 15:13
v0.6.1
942dbf6
Compare
Choose a tag to compare
Bump to v0.6.1

- d28fff4 Fix:Item created error by ``type`` function. (Issue #56)

v0.6.0

10 Apr 14:35
v0.6.0
13163bf
Compare
Choose a tag to compare
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