File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.1.5
3+ ## v0.2.0
44
5- - cabfac3 Add utils.py
6- - 9e1c005 Make all extractor class inherit the same ABC.
7- - 7828a1a Make easy to trace exception thrown by complex extractor extracting data.
5+ - 9c2e2cd Rename ExtractFirstMixin into SimpleExtractorBase (#12 )
6+ - bac925d Raise ValueError when misplaced the complex extractor in complex extractor. (#13 )
7+ - 88b9227 Wrap expr exception (#14 )
8+ - aeb9520 Deploy Docs on GitHub Pages. (#15 )
9+ - Update docstring.
10+ - Deploy Docs on Github Pages.
11+ - Add Quickstarts.rst
12+ - Bump into beta
Original file line number Diff line number Diff line change 1+ ## v0.1.5
2+
3+ - cabfac3 Add utils.py
4+ - 9e1c005 Make all extractor class inherit the same ABC.
5+ - 7828a1a Make easy to trace exception thrown by complex extractor extracting data.
6+
17## v0.1.4
28
39- f4267fe Modify docstr
Original file line number Diff line number Diff line change 33=====================
44Combine **XPath**, **CSS Selector** and **JSONPath** for Web data extracting.
55"""
6- __version__ = "0.1.5 "
6+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 3535 "Programming Language :: Python" ,
3636 "Programming Language :: Python :: 3" ,
3737 "Programming Language :: Python :: 3.7" ,
38- "Development Status :: 3 - Alpha " ,
38+ "Development Status :: 4 - Beta " ,
3939 "Operating System :: POSIX" ,
4040 "Operating System :: MacOS :: MacOS X" ,
4141 "Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments