readability/CHANGELOG.md

45 lines
857 B
Markdown

# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- Fix concatenation of multiple matching tags in Title extractor
- Fix exception when no matches are found in Title extractor
## [0.6.1] - 2015.11.07
- Fix `httpoison_options` default option error
## [0.6.0] - 2016.11.06
### Added
- Add `httpoison_options` support to config
- Improve Title extractor
## [0.5.2] - 2016.08.19
### Bug fix
- Support XML version tag
## [0.5.0] - 2016.07.16
### Maintain
- Update `floki` to `0.9.0`
- Update `httpoison` to `0.9.0`
## [0.5.0] - 2016.05.07
### Added
- Add `Readability.summarize` function
## [0.4.0] - 2016.04.28
### Added
- Add author extractor function
- Add `Readability.readable_html` function
## [0.3.1] - 2016.04.24
- Release!!