All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.3 - 2020-03-23
- HowTo().intro
- Thanks to killhamster for this feature
- text is now stripped of extra blank spaces
- Some step summaries include extra divs (pictures for example) which poluted the text, these are now removed
0.5.2 - 2020-03-22
At some point WikiHow has changed the class name they used for article titles. As a result, scraping and parsing failed.
Thanks to killhamster for submitting a fix
0.5.0 - 2019-12-12
Breaking Changes, api is backward incompatible
- Refactor into individual classes
- WikiHow
- HowTo
- HowToStep
- Refactor search
- WikiHow.search is now a generator
- search now returns HowTo objects instead of urls
- split examples in several files
- search_wikihow function
- ParseError exception
- handle parse errors
0.3.1 - 2019-12-12
- Transfered ownership to OpenJarbas
- Made a changelog