Skip to content

Releases: mekwall/ffmpeggy

v2.1.8

14 Jul 04:28

Choose a tag to compare

2.1.8 (2023-07-14)

Bug Fixes

  • deps: bump semver from 5.7.1 to 5.7.2 (#405) (7d9209b)

v2.1.7

12 Apr 12:51

Choose a tag to compare

2.1.7 (2023-04-11)

Bug Fixes

  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (#298) (edbd22c)
  • deps: bump json5 from 1.0.1 to 1.0.2 (#293) (f5eae42)
  • duration is NaN (a925a97)

v2.1.6

04 Jun 06:29

Choose a tag to compare

2.1.6 (2022-06-04)

Bug Fixes

  • deps: bump npm from 8.10.0 to 8.12.0 (b00f049)

v2.1.5

21 May 11:42

Choose a tag to compare

2.1.5 (2022-05-21)

Bug Fixes

  • deps: upgrade all the deps (eb1f8cb)
  • error in catch is unknown since TypeScript 4.4 (096258f)
  • FFmpeggy: interface not compatible with TypedEmitter (30112c5)

v2.1.4

21 May 08:56

Choose a tag to compare

2.1.4 (2022-05-21)

Bug Fixes

  • deps: bump node-fetch from 2.6.1 to 2.6.7 (34f8679)
  • deps: bump trim-off-newlines from 1.0.1 to 1.0.3 (a37a416)

v2.1.3

14 Aug 15:55

Choose a tag to compare

2.1.3 (2021-08-14)

Bug Fixes

  • add missing option setters (b919182)
  • parsers: returning 0 when it should be undefined (bc0c995)

v2.1.2

13 Aug 14:34

Choose a tag to compare

2.1.2 (2021-08-13)

Bug Fixes

v2.1.1

13 Aug 14:03

Choose a tag to compare

2.1.1 (2021-08-13)

Bug Fixes

  • add stats global option as default (74b5b9c)
  • done and exit events are emitted during the same tick (e101366)
  • parsing progress where size is N/A (6917475)
  • report undefined instead of -1 (229c35f)
  • we don't always get writing status from ffmpeg (6fbdebb)

v2.1.0

08 Aug 14:39

Choose a tag to compare

test: add tests and improve existing tests

v2.0.1

07 Aug 20:58

Choose a tag to compare

fix: progress.time possible undefined