Skip to content

Releases: JiPaix/xdccJS

4.4.18

08 Apr 22:25
Compare
Choose a tag to compare

Fix(lib)

  • fixing the fix

4.4.17

08 Apr 22:13
Compare
Choose a tag to compare

Fix(lib)

  • fix download timed out when connection to bot is unstable

4.4.16

08 Apr 19:24
Compare
Choose a tag to compare

Fix(lib)

  • moved download timeout outside condition: since 4.4.14 the "no data" timeout was moved in a condition which wasn't reached at the end of the download

4.4.15

08 Apr 18:48
Compare
Choose a tag to compare

Fix(lib)

  • replacing node-fetch dependency with axios

4.4.14

08 Apr 18:17
Compare
Choose a tag to compare

Fix(lib)

  • fix rashes caused by getIp function not working as intended and improve reliability by checking with multiple sources
  • fix crashes caused by progressBar not being imported properly

4.4.8

21 Feb 17:05
Compare
Choose a tag to compare
v4.4.8

release v4.4.8

4.4.0

19 Feb 02:55
Compare
Choose a tag to compare

Refactor(lib)

  • use of import type instead of import when necessary
  • better typing:
    • add export for interfaces Candidate
    • add export for class Job
    • add export for typed events: GlobalMessageEvents and JobMessageEvents

Docs(lib)

  • add job.isDone() to README

Style(lib)

  • remove unused imports
  • fix wrong indents

Chores(dev-deps)

  • add typed-emitter dependency

Breaking changes ⚠️

  • xdccJS now requires node >=14

4.3.209

18 Feb 18:35
Compare
Choose a tag to compare

Fix(CI)

4.3.20

15 Oct 20:10
Compare
Choose a tag to compare

Fix(lib+cli)

  • checking if host and port were valid was interpreted as flood on some servers 70e125d6

Chore(lib)

  • add type definitions for events f2f55850

CI

4.3.14

15 Oct 15:48
Compare
Choose a tag to compare

Fix(lib)

  • Fix Job not importing, Job is no longer exported as a namespace. use: import Job from '/' bd0b3b28 (thanks to @Firstus report)

Fix(doc)