- Added parser parameter to Links class
- Default parser set to lxml
- Added six as a dependency
- Updated documentation
- Added better documentation
- Fixed exclude for non-iterable strings
- Exclude parameter is now a list of dictionaries
- Added pretty property
- Added duplicates property which will remove any identical URLs
- Added more tests
- Added better docs
- Added exclude parameter to Links.find() which removes
links that match certain criteria
- Updated documentation to be better read on pypi
- Removed scrape.py and moved it to __init__.py
- Now using nose for unit testing
- Updated setup py file and some verbage
- linkGrabber.Links.find() now responds with all Tag.attrs
from BeautifulSoup4 as well as 'text' and 'seo' keys
- Added more tests
- Modified naming convention, reduced codebase, more readable structure
- Python 3.4 compatability
- Changed paramerter names to better reflect functionality
- Update README
- Update README with more examples
- Updated find_links to accept link_reverse=(bool) and link_sort=(function)
- Initial release.