- Fix badges in README.md
- cleanup CHANGES.md
- Fix installation script on LICENSE file
- Convert documentation to Markdown
- Add support for universal wheel
- 100% test coverage
- fixed bug in result wrapping (etree._Element has __iter__ too!)
- add python3 support
- first production release
- fix inner_html method
- added **kwargs to the parse function, added inner_html method to the Parser class
- cssselect in deps
- Node attribute modification via node.href = '/blah'
- Custom default value for get: document.get(selector, default=None)
- Get element by index: document.get(selector, index)
- bool(node) returns True if element exists and False if element is None
- First public version