Skip to content

Releases: Kaholo/kaholo-plugin-library

Release v1.4.0

08 Jun 06:30
46c81d9
Compare
Choose a tag to compare

Added:

Release v1.3.0

01 Jun 08:57
38f8850
Compare
Choose a tag to compare

Added:

Release v1.2.2

27 May 13:28
18ebaaa
Compare
Choose a tag to compare

Fixed:

  • loadConfiguration accessing incorrect config.json file directory, after the library has been published at NPM under scoped name

Release v1.2.1

27 May 12:10
dba3ac8
Compare
Choose a tag to compare

Changed:

  • package name from kaholo-plugin-library to @kaholo/plugin-library to match the NPM registry
    Fixed:
  • temporaryFilesSentinel not removing files when wrapped function threw an error (https://kaholo.atlassian.net/browse/KP-774)

Release v1.2.0

23 May 07:23
8a115b6
Compare
Choose a tag to compare

Added:

Release v1.1.1

19 May 06:50
0b705fa
Compare
Choose a tag to compare

Fixed:

  • Incorrect parameter definition destructuring used with validation.

Release v1.1.0

18 May 09:13
fb3b4b7
Compare
Choose a tag to compare

Added:

Release v1.0.3

06 May 12:52
5d0285b
Compare
Choose a tag to compare

Fixed:

  • Parameter reading bug causing default true value to override the selected parameter value.

Release v1.0.2

25 Apr 11:02
20cb760
Compare
Choose a tag to compare

Added:

  • README.md to provide documentation of the Kaholo plugin library.

Release v1.0.1

14 Apr 14:48
398c504
Compare
Choose a tag to compare

Fixed:

  • parser - missing int and float types handling