readability/CHANGELOG.md

45 lines
857 B
Markdown
Raw Normal View History

2016-04-28 06:13:03 +00:00
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
2016-10-31 19:06:12 +00:00
## Unreleased
2016-11-22 16:17:41 +00:00
- Fix concatenation of multiple matching tags in Title extractor
- Fix exception when no matches are found in Title extractor
2016-10-31 19:06:12 +00:00
2016-11-07 05:04:31 +00:00
## [0.6.1] - 2015.11.07
- Fix `httpoison_options` default option error
2016-11-06 06:55:29 +00:00
## [0.6.0] - 2016.11.06
2016-10-31 19:06:12 +00:00
### Added
- Add `httpoison_options` support to config
2016-11-06 06:55:29 +00:00
- Improve Title extractor
2016-10-31 19:06:12 +00:00
2016-08-19 08:30:29 +00:00
## [0.5.2] - 2016.08.19
### Bug fix
- Support XML version tag
2016-07-16 06:34:52 +00:00
## [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
2016-04-28 06:13:03 +00:00
## [0.4.0] - 2016.04.28
### Added
- Add author extractor function
- Add `Readability.readable_html` function
2016-04-28 06:13:03 +00:00
## [0.3.1] - 2016.04.24
- Release!!