Skip to content

Releases: trosck/scraper-utils

0.5.1 (December 24, 2022)

15 Jun 11:58
Compare
Choose a tag to compare

fix mjs output files(error in index.js exports)

Full Changelog: v0.5.0...v0.5.1

0.5.0 (December 24, 2022)

24 Dec 01:35
1012f83
Compare
Choose a tag to compare

What's Changed

  • documentation updates
  • project structure fixes
  • added some useful features

retryOnError now has logError param in options object uses for logging errors or whatever

Full Changelog: v0.4.1...v0.5.0

0.4.1 (December 23, 2022)

23 Dec 19:44
b9ba466
Compare
Choose a tag to compare

What's Changed

fixed links on repository in package.json

Full Changelog: v0.4.0...v0.4.1

0.4.0 (September 20, 2022)

20 Sep 12:51
06303d5
Compare
Choose a tag to compare

What's Changed

retryOnError #8

Execution onError on every catch and providing an additional isFinalTry argument in the function call

Full Changelog: v0.3.0...v0.4.0

0.3.0 (August 11, 2022)

11 Aug 17:06
d62b5b3
Compare
Choose a tag to compare

What's Changed

  • Replace Mocha by Jest by @trosck in #7
  • Add support both es and commonjs modules by @trosck in #6

Full Changelog: v0.2.8...v0.3.0

0.2.8 (August 11, 2022)

11 Aug 16:07
ac106cc
Compare
Choose a tag to compare

0.2.7 (June 22, 2022)

22 Jun 14:33
79ac672
Compare
Choose a tag to compare

What's Changed

  • fix: add zero for months less than ten by @trosck in #5

Full Changelog: v0.2.6...v0.2.7

0.2.6 (June 22, 2022)

22 Jun 14:12
6c75136
Compare
Choose a tag to compare

What's Changed

  • Auto definition month type in parseRuDate by @trosck in #3
  • Auto set type in parse ru date by @trosck in #4

Full Changelog: v0.2.5...v0.2.6

0.2.5 (June 16, 2022)

16 Jun 07:36
6390991
Compare
Choose a tag to compare

0.2.4 (June 16, 2022)

16 Jun 04:54
Compare
Choose a tag to compare

Fix npm publish