Releases: JiPaix/xdccJS
Releases · JiPaix/xdccJS
4.4.17
Fix(lib)
fix download timed out when connection to bot is unstable
4.4.16
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
Fix(lib)
replacing node-fetch
dependency with axios
4.4.14
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.0
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.20
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
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)
You can’t perform that action at this time.