File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 33History
44-------
55
6+ 1.2.0 (2017-05-XX)
7+ ~~~~~~~~~~~~~~~~~~
8+
9+ * Add :meth:`~parsel.selector.SelectorList.get` and :meth:`~parsel.selector.SelectorList.getall`
10+ methods as aliases for :meth:`~parsel.selector.SelectorList.extract_first`
11+ and :meth:`~parsel.selector.SelectorList.extract` respectively
12+ * Add default value parameter to :meth:`~parsel.selector.SelectorList.re_first` method
13+ * Add :meth:`~parsel.selector.Selector.re_first` method to :class:`parsel.selector.Selector` class
14+ * Bug fix: detect ``None`` result from lxml parsing and fallback with an empty document
15+ * Rearrange XML/HTML examples in the selectors usage docs
16+ * Travis CI:
17+
18+ * Test against Python 3.6
19+ * Test against PyPy using "Portable PyPy for Linux" distribution
20+
21+
6221.1.0 (2016-11-22)
723~~~~~~~~~~~~~~~~~~
824
@@ -22,12 +38,14 @@ History
2238* Integrate py.test runs with setuptools (needed for Debian packaging)
2339* Changelog is now called ``NEWS``
2440
41+
25421.0.2 (2016-04-26)
2643~~~~~~~~~~~~~~~~~~
2744
2845* Fix bug in exception handling causing original traceback to be lost
2946* Added docstrings and other doc fixes
3047
48+
31491.0.1 (2015-08-24)
3250~~~~~~~~~~~~~~~~~~
3351
You can’t perform that action at this time.
0 commit comments