Skip to content

Releases: sonnyp/aria2.js

v4.1.1

14 Nov 12:49
Compare
Choose a tag to compare
  • update dependencies
  • fix unhandled errors #51

v4.1.0

10 Sep 10:16
Compare
Choose a tag to compare
  • update dependencies

v4.0.3

05 Sep 17:00
Compare
Choose a tag to compare

v4.0.2

15 Jul 18:03
Compare
Choose a tag to compare

v4.0.1

29 May 10:18
Compare
Choose a tag to compare
  • Fix notifications throwing error #36

v4.0.0

23 May 08:25
Compare
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
Compare
Choose a tag to compare
  • bump dependencies
  • fix tests for browser

v3.0.0

28 Sep 19:05
Compare
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
Compare
Choose a tag to compare