Skip to content

Releases: CISC/scjs

v1.1.1

16 Jan 09:31
Compare
Choose a tag to compare

Use Stream.destroy() to ensure stream is closed before unlinking upon failure, this prevents a memory leak and on Windows a failure to delete the file.

Modernize example.

v1.1.0

15 Jan 12:01
Compare
Choose a tag to compare

Fix for Node v10.
Workaround for missing encoding of brackets in downloadPath.

v1.0.9

15 Jan 09:11
Compare
Choose a tag to compare

Use binary encoding in download()

v1.0.8

02 May 11:52
Compare
Choose a tag to compare

Use correct (old)token as parameter to GET auth/logout when doing an auto-logout.

v1.0.7

23 Mar 09:01
Compare
Choose a tag to compare

Added docs badge.
Added tests.

v1.0.6

21 Mar 07:27
Compare
Choose a tag to compare

API parameters are optional.
Updated dependencies.
Add badges.

v1.0.5

21 Mar 07:26
Compare
Choose a tag to compare

Added typings.

v1.0.4

21 Mar 07:26
Compare
Choose a tag to compare

Added ESLint rules.

v1.0.3

23 Dec 08:38
Compare
Choose a tag to compare

Reject non-JSON responses in the form of an error instead of throwing an exception.

v1.0.2

06 Sep 13:40
Compare
Choose a tag to compare

Fix port definition in CM URL.