Skip to content

Releases: axi92/steam-workshop-scraper

0.0.8

18 Mar 08:41
780e648
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

25 Apr 12:53
59857a1
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes:

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

Event on update

07 Sep 15:28
0ff463c
Compare
Choose a tag to compare

New Methods:

  • AddToUpdates
  • RemoveFromUpdates

First release

25 Aug 10:59
018da78
Compare
Choose a tag to compare

Working methods:

  • GetInfo()
  • GetChangeLog()