Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) · 1.63 KB

Changelog

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

Added

Changed

  • text is now stripped of extra blank spaces

Fixed

  • Some step summaries include extra divs (pictures for example) which poluted the text, these are now removed

0.5.2 - 2020-03-22

Fixed

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

Changed

  • 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

Added

  • search_wikihow function
  • ParseError exception

Fixed

  • handle parse errors

0.3.1 - 2019-12-12

Changed

  • Transfered ownership to OpenJarbas
  • Made a changelog