Skip to content

Releases: CISC/scjs

v1.1.1

Choose a tag to compare

@CISC CISC released this 16 Jan 09:31

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

Choose a tag to compare

@CISC CISC released this 15 Jan 12:01

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

v1.0.9

Choose a tag to compare

@CISC CISC released this 15 Jan 09:11

Use binary encoding in download()

v1.0.8

Choose a tag to compare

@CISC CISC released this 02 May 11:52

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

v1.0.7

Choose a tag to compare

@CISC CISC released this 23 Mar 09:01

Added docs badge.
Added tests.

v1.0.6

Choose a tag to compare

@CISC CISC released this 21 Mar 07:27

API parameters are optional.
Updated dependencies.
Add badges.

v1.0.5

Choose a tag to compare

@CISC CISC released this 21 Mar 07:26

Added typings.

v1.0.4

Choose a tag to compare

@CISC CISC released this 21 Mar 07:26

Added ESLint rules.

v1.0.3

Choose a tag to compare

@CISC CISC released this 23 Dec 08:38

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

v1.0.2

Choose a tag to compare

@CISC CISC released this 06 Sep 13:40

Fix port definition in CM URL.