Skip to content

2.3.0

Compare
Choose a tag to compare
@rschwietzke rschwietzke released this 19 Apr 08:46
· 18 commits to master since this release
  • #9 Added Store: Delete to be able to clean the entire data pool. Thanks to @m-31 for providing the base PR.
  • #11 Updated dependencies of XLT, CSV, and GSON
  • #12 Beanshell not longer silently fails but breaks to report the reason of the problem for easier diagnostics, this might break some scripts because commands now have to succeed and non-existing variables might cause complains here as well incorrect Java code (Beanshell)

Please note, that Beanshell currently has issues to support dynamic argument lists for String.format and MessageFormat.format. It will always complains about a missing signature, because it looks for the specific class instead for Object.. as second parameter.