On this page
1.13.0 (2024-05-22) Fixed
Fixed JSON serialization support which broke with the update to Kotlin 1.9.0
.
Added
Added NpmScope
to provide executions for NPM.
Added EnvironmentContext
context to provide information about the execution environment.
Added execution for NPM install.
Added execution for NPM run.
Changed
Updated Kotlin from 1.9.23
to 2.0.0
.
1.12.1 (2024-04-09) Fixed
If no message is given for a tag, the message parameter will still be added for a tag.
1.12.0 (2024-03-30) Changed
Updated copyright notice for API documentation.
Updated Kotlin from 1.9.0
to 1.9.23
.
1.11.0 (2023-08-09) Changed
Updated copyright notice for API documentation.
Updated Kotlin from 1.8.22
to 1.9.0
.
1.10.2 (2023-06-14) Fixed
Installer was packaged in the wrong chocolatey package.
1.10.1 (2023-06-14) Fixed
Ns-scripting no longer packaged in main chocolatey package, only in install package.
1.10.0 (2023-06-13) Fixed
(INIT-27 ) Windows installer would duplicate the path to ns-scripting in the PATH
variable when installing over an existing installation. It will also remove all duplicates when (un)installing now.
Changed
Updated Kotlin from 1.7.10
to 1.8.22
.
Updated SLF4J from 1.7.36
to 2.0.7
.
Updated PicoCli from 4.6.3
to 4.7.4
.
1.9.1 (2022-10-03) Fixed
Path to libraries was not processed correctly on Windows.
1.9.0 (2022-09-27) Added
Added support for Kotlin serialization to serialize JSON data.
Added support for creating releases with Git Flow.
1.8.0 (2022-08-08) Fixed
Suppressed irrelevant warning from compiler.
Added
Added default import for ScriptScope
interface.
Changed
Debian package now also accepts Temurin JDK as dependencies.
Changed Chocolatey JDK dependency from outdated Oracle JDK to Temurin.
Updated Kotlin from 1.7.0
to 1.7.10
.
1.7.0 (2022-06-11) Changed
Updated Kotlin from 1.6.10
to 1.7.0
.
1.6.2 (2022-05-19) Fixed
Project name in packaging was set incorrectly.
1.6.1 (2022-05-17) Fixed
Moved remaining dependencies to main Chocolatey package.
1.6.0 (2022-05-17) Changed
Split Chocolatey packages into ns-scripting.install
and ns-scripting
, the latter of which provides external dependencies.
Switched dependency from openjdk8
to oraclejdk
in main Chocolatey package.
Dropped minimum version on maven
dependency in main Chocolatey package.
1.5.0 (2022-05-13) Added