Releases: axi92/steam-workshop-scraper
Releases · axi92/steam-workshop-scraper
0.0.8
What's Changed
- fixed tests because steam updated their filesize unit on the modpage by @axi92 in #92
- Bump npm-check-updates from 16.9.0 to 16.10.9 by @dependabot in #73
- Bump npm-check-updates from 16.10.9 to 16.10.12 by @dependabot in #74
- Bump semver from 7.5.1 to 7.5.3 by @dependabot in #76
- Bump npm-check-updates from 16.10.12 to 16.10.13 by @dependabot in #75
- Bump npm-check-updates from 16.10.13 to 16.10.17 by @dependabot in #77
- Bump npm-check-updates from 16.10.17 to 16.13.2 by @dependabot in #78
- Bump luxon from 3.3.0 to 3.4.2 by @dependabot in #79
- Bump npm-check-updates from 16.13.2 to 16.14.4 by @dependabot in #80
- Bump luxon from 3.4.2 to 3.4.3 by @dependabot in #81
- Bump npm-check-updates from 16.14.4 to 16.14.6 by @dependabot in #82
- Bump axios from 1.3.4 to 1.6.1 by @dependabot in #84
- Bump scrape-it from 6.0.1 to 6.1.0 by @dependabot in #83
- Bump async from 3.2.4 to 3.2.5 by @dependabot in #85
- Bump npm-check-updates from 16.14.6 to 16.14.11 by @dependabot in #86
- Bump luxon from 3.4.3 to 3.4.4 by @dependabot in #87
- Bump npm-check-updates from 16.14.11 to 16.14.12 by @dependabot in #88
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #89
- Bump npm-check-updates from 16.14.12 to 16.14.14 by @dependabot in #90
- Bump npm-check-updates from 16.14.14 to 16.14.15 by @dependabot in #93
- Bump mocha from 10.2.0 to 10.3.0 by @dependabot in #94
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #95
Full Changelog: 0.0.7...0.0.8
0.0.7
💥 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
- Bump npm-check-updates from 16.8.0 to 16.9.0 by @dependabot in #69
- changed GetCollection and GetInfo #70 by @axi92 in #71
Full Changelog: 0.0.6...0.0.7
0.0.6
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)
- 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
Event on update
New Methods:
- AddToUpdates
- RemoveFromUpdates
First release
Working methods:
- GetInfo()
- GetChangeLog()