v0.2.0
What's Changed
Breaking Changes 💥
- Renaming
tags
subpackage toselectors
- Moving
nth
package fromselectors.css
toselectors
- Renaming
TagSelector
toTypeSelector
and removingattributes
parameter - Renaming
AnyTagSelector
toUniversalSelector
- Moving
HasSelector
torelative.py
module - Moving all logical selctors to
soupsavvy.selectors.logical.py
module - Removing
tag
parameter fromsoupsavvy.selectors.css
module selectors.
New Features 🎉
XORSelector
Improvements 🚀
- Alias for
SelectorList
->OrSelector
IdSelector
andClassSelector
to package init- Moving documentation to ReadTheDocs
- New tutorials in documentation
This minor release introduces breaking changes as with this version development of soupsavvy
is planned to be more stable with gradual changes from release to release. All this changes makes package more consistent and components more coherent.
Full Changelog: v0.1.9...v0.2.0