Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
Changelog
=========

Version 1.1.0
-------------

Released on 2019-08-09.

* Support for the ``:scope`` selector, which allows to access immediate
children of a selector.

* Support for the ``|E`` syntax for type selectors without a namespace.

* A new selector method, ``canonical``, returns the CSS expression of the
selector, as a string.


Version 1.0.3
-------------

Released on 2017-12-27.

* Fix artifact uploads to pypi


Version 1.0.2
-------------

Expand All @@ -17,6 +32,7 @@ Released on 2017-12-26.
* Fix deprecation warning in Python 3.6.
* Minor cleanups.


Version 1.0.1
-------------

Expand All @@ -25,6 +41,7 @@ Released on 2017-01-10.
* Add support for Python 3.6.
* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_


Version 1.0.0
-------------

Expand Down