Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: aditosoftware/adito-nb-nodejs

Plugin v1.5.5

08 Mar 08:35
f9cd02e
Compare
Choose a tag to compare

v1.5.5

MINOR

  • Added a button in the toolbar of the javascript and typescript editor to restart the server that provides autocomplete, go-to actions and other features for js/ts files

Plugin v1.5.4

10 Feb 10:29
Compare
Choose a tag to compare

v1.5.4

MINOR

  • Upgraded default nodejs version to v18.14.0. This version does not use symlinks for dependencies which leads to better performance from the designer

Plugin v1.5.3

10 Feb 09:27
Compare
Choose a tag to compare

v1.5.3

BUGFIXES

  • Fix: Missing certificate for the plugin

Plugin v1.5.2

15 Dec 08:22
Compare
Choose a tag to compare

BUGFIXES

  • Fix: Run configs of node scripts will be loaded

Plugin v1.5.1

13 Dec 10:35
Compare
Choose a tag to compare

MINOR

  • Upgraded default nodejs version to 16.18.1 in order to prevent errors during peerDependency reading
  • Install global packages using 'npm i -g', instead of modifying node_modules manually
  • Create the ignoredWarnings file only if there are ignored warnings
  • Always use the nodejs installation specified in options

Plugin v1.5.0

02 Nov 15:16
Compare
Choose a tag to compare

MINOR

  • Added a timeout to npm commands, so the UI doesn't get stuck in case npm does during package.json parsing

Plugin v1.4.7

02 Nov 15:11
Compare
Choose a tag to compare

BUGFIXES

  • Fix: Redirect errors from npm process, even if the error already existed

Plugin v1.4.6

27 Oct 08:10
Compare
Choose a tag to compare

MINOR

  • Added log file /var/log/npm_err.log for errors that won't get propagated to the UI

BUGFIXES

  • Fix: Randomly blocking UI during package.json parsing
  • Fix: NPM run configuration throws NullPointerExceptions during startup

Plugin v1.4.5

05 Oct 07:54
Compare
Choose a tag to compare

MAJOR

  • Added actions to ignore warnings. An overview over the ignored warnings is available in the options, ignored warnings can be unignored there too.
  • Terminate NodeJS scripts gracefully on exit/close

MINOR

  • Added a notification if a npm install is required
  • Added an error notification if downloading of the nodejs bundle fails

Plugin v1.4.4

29 Aug 08:05
Compare
Choose a tag to compare

v1.4.4

MINOR

  • Fix certificate issue