Skip to content

Releases: axi92/steam-workshop-scraper

Release 1.0.2

20 Nov 17:24
Immutable release. Only release title and notes can be modified.
2daabfe

Choose a tag to compare

1.0.2 (2025-11-20)

🧹 Chore

  • deps-dev: bump glob from 10.4.5 to 10.5.0 (c959a96)
  • deps-dev: bump js-yaml from 4.1.0 to 4.1.1 (74edd57)
  • deps-dev: bump mocha from 11.7.1 to 11.7.3 (9a35640)
  • deps-dev: bump mocha from 11.7.3 to 11.7.4 (a66c2c5)
  • deps-dev: bump npm-check-updates from 18.0.3 to 19.0.0 (c7b63d3)
  • deps-dev: bump npm-check-updates from 19.0.0 to 19.1.2 (ad3ea71)
  • deps-dev: bump release-it from 19.0.4 to 19.0.5 (f93b84c)
  • deps: bump debug from 4.4.1 to 4.4.3 (cb896cb)
  • deps: bump luxon from 3.7.1 to 3.7.2 (7042c4d)
  • deps: bump scrape-it from 6.1.11 to 6.1.12 (048fcb8)
  • release 1.0.1 (8156094)

Release 1.0.1

13 Sep 17:23
9104ad0

Choose a tag to compare

1.0.1 (2025-09-13)

🧹 Chore

  • deps-dev: bump npm-check-updates from 18.0.2 to 18.0.3 (2729a51)
  • deps: bump axios from 1.11.0 to 1.12.1 (d7a7f93)
  • release 1.0.0 (cd725d1)

Release 1.0.0

11 Aug 08:26
a53dc29

Choose a tag to compare

1.0.0 (2025-08-11)

⚠ BREAKING CHANGES

  • drop node 18 support (it could run on lower version but it is not tested)

🎉 Features

🧹 Chore

  • deps-dev: bump npm-check-updates from 18.0.1 to 18.0.2 (091c25b)
  • deps-dev: bump release-it from 19.0.3 to 19.0.4 (02f4cc4)
  • deps: bump luxon from 3.6.1 to 3.7.1 (9e0d9e3)
  • deps: bump scrape-it from 6.1.5 to 6.1.11 (655ec31)
  • deps: bump tmp and @inquirer/editor (2e92258)
  • release 0.0.13 (ee05be1)
  • sync package-lock.json (4cb90e2)

Release 0.0.13

22 Jul 17:29
951f831

Choose a tag to compare

0.0.13 (2025-07-22)

🚀 Continuous Integration

  • release: remove release tag step in workflow (2702124)

🧹 Chore

  • deps: bump form-data from 4.0.0 to 4.0.4 (d150cc8)
  • release 0.0.12 (e47a06f)

Release 0.0.12

02 Jul 20:28
ecf55f8

Choose a tag to compare

0.0.12 (2025-07-02)

🐛 Bug Fixes

  • test: yearly test for date fix (2747fed)

🧪 Tests

  • fix test change url from steam (8304977)
  • use new modid for "GetInfo updated mod" test (e42ca18)

🚀 Continuous Integration

  • create release tag (99cbda9)
  • disable npm publish for release-it (9723c7f)
  • fix permissions on test workflow (56a1c95)
  • fix trigger branch to main (bfbaaae)
  • new release workflow (6c659f0)
  • pin action versions (15d770f)
  • release: enable npm publish again (22bd8cc)
  • use default workflow token for release-it (890a0d6)
  • use github app token for release-it (2f13d4e)

🧹 Chore

  • add node 22 for tests (cf57c2a)
  • bump version (97eb1db)
  • deps-dev: bump mocha from 11.0.1 to 11.1.0 (e4f39ac)
  • deps-dev: bump mocha from 11.1.0 to 11.5.0 (51c82c1)
  • deps-dev: bump mocha from 11.5.0 to 11.7.1 (4ef13da)
  • deps-dev: bump npm-check-updates from 17.1.13 to 17.1.14 (4cba436)
  • deps-dev: bump npm-check-updates from 17.1.14 to 17.1.15 (298f83a)
  • deps-dev: bump npm-check-updates from 17.1.15 to 17.1.16 (d3891fa)
  • deps-dev: bump npm-check-updates from 17.1.16 to 18.0.1 (93f89a7)
  • deps: bump axios from 1.7.7 to 1.8.4 (7e0a6ab)
  • deps: bump debug from 4.4.0 to 4.4.1 (4925c81)
  • deps: bump luxon from 3.5.0 to 3.6.1 (62a306c)
  • deps: bump scrape-it from 6.1.3 to 6.1.4 (0d31473)
  • deps: bump scrape-it from 6.1.4 to 6.1.5 (815116f)
  • deps: bump undici from 6.20.1 to 6.21.1 (626ee52)
  • deps: bump undici from 6.21.1 to 6.21.3 (081be79)
  • gitignore add *.tgz (a422786)
  • release 0.0.10 (d8218c8)
  • release 0.0.11 (8c79225)

0.0.8

18 Mar 08:41
780e648

Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

25 Apr 12:53
59857a1

Choose a tag to compare

💥 BREAKING CHANGES 💥

  • All workshop ids have to be integer not strings anymore
  • GetCollection() breaking change returns different data. In addition to the collection array it gives meta data
  • GetInfo() now works on collections as well. Fixed: #70

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

29 Mar 11:20
753e0e4

Choose a tag to compare

Changelog

  • replaced moment with luxon
  • implemented tests
  • add new TriggerUpdate() to update manually
  • changed update time from second 0 to second 28 (update every minute at 28 seconds)
  • Add Timezone support (I hope this does not break anything, I checked it and it should not break anything)

PS: Please check your app after changing from a previous version to 0.0.6

Full Changelog: 0.0.5...0.0.6

New method GetCollection(id)

17 Jul 11:21

Choose a tag to compare

  • This release contains a new method to add a workshop collection GetCollection(id) this returns an array with all workshop ids in that collection. This can be fed then to the method AddToUpdates or used elsewhere.
  • All npm packages are updated as well.

Add debug

01 Nov 16:07

Choose a tag to compare

Changes:

  • add debug code (DEBUG=steam-workshop-scraper)