Skip to content

Releases: s1monw1/KtsRunner

Upgrade to Kotlin 1.4

23 Nov 09:07
0aeed03
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.4.20
  • Restructure project to include a lib and a sample-app

Update libraries

04 Mar 12:25
Compare
Choose a tag to compare

Update Kotlin to 1.3.70 and use newest Gradle version

Test Refactoring, Error Handling, Custom Class Loader

27 Nov 23:22
Compare
Choose a tag to compare
  • Errors when loading the script will be handled now.
  • You can provide a custom class loader for the script load engine
  • Tests running with Jupiter now

Changed engine to be instance variable of KtsObjectLoader

18 Nov 18:35
Compare
Choose a tag to compare
changed engine to instance variable, documented thread-safety; change…

…d kotlin version

No more Fat Jar

22 Aug 20:27
Compare
Choose a tag to compare
  • Library comes without dependencies bundled
  • Package of KtsObjectLoader is now named de.swirtz.ktsrunner.objectloader

New load APIs

22 Aug 12:15
Compare
Choose a tag to compare
v0.0.3

introduced new API functions

Minor change of engine:ScriptEngine property, removed cast

13 May 21:12
Compare
Choose a tag to compare

v0.0.1 Basic scripting evaluation

08 May 18:25
Compare
Choose a tag to compare
fixed engine access