Skip to content

Releases: fugerit-org/fj-script-helper

v2.0.3

24 Oct 20:44
61fd76b
Compare
Choose a tag to compare

[2.0.3] - 2024-10-24

Fixed

  • Changed return type of EvalScriptWithJsonDataModel.defaultDataModelConversion() to generic map Sona issue S1319.

[2.0.2] - 2024-10-24

Changed

  • Added EvalScriptWithJsonDataModel.defaultDataModelConversion() function.

[2.0.1] - 2024-10-24

Changed

  • Minor changes in logging and exception messaging
  • javadoc documentation

v2.0.0

23 Oct 19:25
Compare
Choose a tag to compare

[2.0.0] - 2024-10-23

Changed

  • EvalScript method evalKts() changed in handle()
  • EvalScriptWithJsonDataModel divided in EvalScriptWithDataModel and EvalScriptWithJsonDataModel

v1.0.0

23 Oct 10:32
Compare
Choose a tag to compare

[1.0.0] - 2024-10-23

Added

  • build and deploy scripts
  • EvalScript interface