Skip to content

Releases: jtiala/wpdl

v2.0.2

31 Aug 16:31
9d2060e
Compare
Choose a tag to compare

2.0.2 (2023-08-31)

Bug Fixes

  • regression introduced in typescript conversion (2f78f24)

v2.0.1

31 Aug 10:47
d0f4f12
Compare
Choose a tag to compare

2.0.1 (2023-08-31)

Bug Fixes

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

v2.0.0

31 Aug 06:39
c600479
Compare
Choose a tag to compare

2.0.0 (2023-08-31)

⚠ BREAKING CHANGES

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

Miscellaneous Chores

v1.1.1

20 Aug 19:32
0184fe7
Compare
Choose a tag to compare

1.1.1 (2023-08-20)

Bug Fixes

  • cannot read properties when downloading images (cc73b12)

v1.1.0

09 Jun 10:07
7f5d881
Compare
Choose a tag to compare

1.1.0 (2023-06-09)

Features

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

v1.0.0

31 May 19:54
3f57b6a
Compare
Choose a tag to compare

1.0.0 (2023-05-31)

⚠ BREAKING CHANGES

  • limitPages option removed

Features

  • Limit number of items to scrape (9e044a6)

v0.3.0

30 May 19:30
95fc3ff
Compare
Choose a tag to compare

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)

v0.2.0

29 May 20:11
4f46e90
Compare
Choose a tag to compare

0.2.0 (2023-05-29)

Features

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

v0.1.0

29 May 15:30
8a94206
Compare
Choose a tag to compare

0.1.0 (2023-05-29)

Miscellaneous Chores