Skip to content

Releases: sonnyp/aria2.js

v5.0.0

27 Dec 13:43

Choose a tag to compare

  • Use ESM instead of commonjs
  • Drop node-fetch and ws dependencies
  • Replace EventEmitter with EventTarget (see docs)

v4.1.1

14 Nov 12:49

Choose a tag to compare

  • update dependencies
  • fix unhandled errors #51

v4.1.0

10 Sep 10:16

Choose a tag to compare

  • update dependencies

v4.0.3

05 Sep 17:00

Choose a tag to compare

v4.0.2

15 Jul 18:03

Choose a tag to compare

v4.0.1

29 May 10:18

Choose a tag to compare

  • Fix notifications throwing error #36

v4.0.0

23 May 08:25

Choose a tag to compare

New features:

Breaking changes:

  • removed callback interface
  • removed browser bundle
  • onopen, onclose are now events open and close
  • onmessage is now event input
  • onsend is now event output
  • send method has been replaced with call
  • requires Node.js >= 7.6.0

Minor changes:

  • example removed
  • browser tests removed
  • use ava for testing

v3.0.1

24 Apr 15:34

Choose a tag to compare

  • bump dependencies
  • fix tests for browser

v3.0.0

28 Sep 19:05

Choose a tag to compare

  • use window.fetch and node-fetch for HTTP transport
  • make aria2rpc call uses HTTP rather than WebSocket
  • remove jsonp support

v2.0.1

28 Sep 19:03

Choose a tag to compare