Skip to content

Latest commit

 

History

History
75 lines (35 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

75 lines (35 loc) · 2.5 KB

Changelog

2.0.2 (2023-08-31)

Bug Fixes

  • regression introduced in typescript conversion (2f78f24)

2.0.1 (2023-08-31)

Bug Fixes

  • add shebang and chmod the output file (2d6b2fb)

2.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • Code published in npm is now bundled to a single file.

Miscellaneous Chores

1.1.1 (2023-08-20)

Bug Fixes

  • cannot read properties when downloading images (cc73b12)

1.1.0 (2023-06-09)

Features

  • Command line argument for ordering results ascending or descending (97723e4)

1.0.0 (2023-05-31)

⚠ BREAKING CHANGES

  • limitPages option removed

Features

  • Limit number of items to scrape (9e044a6)

0.3.0 (2023-05-30)

Features

  • Check if WP API is accessible before trying to fetch it (dffc302)
  • Handle fetch errors (483c831)
  • Scrape tags and categories (93d292a)
  • Scrape users and comments (377a8c9)

0.2.0 (2023-05-29)

Features

  • Add support for running the script with npx (da1b185)

0.1.0 (2023-05-29)

Miscellaneous Chores