Skip to content

Releases: HelloChatterbox/PyWikiHow

0.5.0 - Now it's a real package!

13 Dec 05:17
Compare
Choose a tag to compare

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.

Unreleased

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

0.3.1 - OpenJarbas release

13 Dec 03:44
Compare
Choose a tag to compare

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.

Unreleased

0.3.1 - 2019-12-12

Changed

  • Transfered ownership to OpenJarbas
  • Made a changelog