Skip to content

Releases: d0kur0/webm-grabber-ts

v1.2.0

01 Oct 21:11
Compare
Choose a tag to compare

1.2.0 (2023-10-01)

Bug Fixes

  • remove useless function from codebase (8da2718)

Features

  • add width, height (and preview tn*) properties to File struct (fe4ab6c)

v1.1.1

25 Sep 11:32
Compare
Choose a tag to compare

1.1.1 (2023-09-25)

Bug Fixes

  • 4chan: remove logic for fill subject of threads for reduce time of fetching, subject available on fetchFiles.rootThread (36fe705)

v1.1.0

23 Sep 00:31
Compare
Choose a tag to compare

1.1.0 (2023-09-23)

Features

  • add fetch thread subject for 4chan, update tests (1724d8b)

v1.0.4

21 Sep 22:18
Compare
Choose a tag to compare

1.0.4 (2023-09-21)

Bug Fixes

v1.0.3

21 Sep 22:09
Compare
Choose a tag to compare

1.0.3 (2023-09-21)

Bug Fixes

v1.0.2

21 Sep 22:03
Compare
Choose a tag to compare

1.0.2 (2023-09-21)

Bug Fixes

v1.0.1

21 Sep 11:09
Compare
Choose a tag to compare

1.0.1 (2023-09-21)

Bug Fixes

v1.0.0

21 Sep 11:00
Compare
Choose a tag to compare

1.0.0 (2023-09-21)

Bug Fixes

  • change date to correct (c11a31b)
  • change module type to cjs (a6abc9e)
  • fix parse date of twoChannel to timestamp, use date-fns for it (9a214cd)
  • fix subject field of thread struct for fourChannel vendor, add date field to file struct (c7aed80)
  • fix test fixture (3b11a92)
  • fix test timezone (c127959)
  • fix typo in readme, fix date field location of twoChannel (57c65ca)
  • incorrect imports from dist, use src instead (6f09bd7)
  • permissions of husky scripts (13ec215)
  • regen lock files (e84ea93)
  • remove editorconfig-checker (3bdb5f5)
  • set default time zone for test in action (1909cec)
  • test and twoChannel date filling (76ffe63)
  • twoChannel: correct handle undefined files array at fetchFiles (0fb5f90)

Features

  • setup semantic-release, remove useless logs (8490896)

Reverts