File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ ## v2.3
4
+
5
+
6
+ Major Enhancements:
7
+
8
+ * Replaced javac with kotlinc for wrapper compilation
9
+ * Added symlink support
10
+ * Allow to derive custom DSL interpreters from kscript (fixes [ #67 ] ( https://github.com/holgerbrandl/kscript/issues/67 ) )
11
+ * Implemented ` @file:Include ` and ` @EntryPoint ` as documented in README (fixes [ #73 ] ( https://github.com/holgerbrandl/kscript/issues/73 ) )
12
+ * Added [ gitter] ( https://gitter.im/holgerbrandl/kscript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge ) channel
13
+
14
+ Minor Enhancements:
15
+ * Consolidate imports and dependencies when ` //INCLUDE ` is used (fixes [ #75 ] ( https://github.com/holgerbrandl/kscript/pull/75 ) ) …
16
+ * Support artifact should have better namespace (fixes [ #57 ] ( https://github.com/holgerbrandl/kscript/issues/57 ) )
17
+ * Fixed [ #76 ] ( https://github.com/holgerbrandl/kscript/issues/76 ) : Unspecific error when dependency resolution fails
18
+ * Fixed [ #66 ] ( https://github.com/holgerbrandl/kscript/issues/66 ) : It should die more gracefully if ` idea ` is not present
19
+ * Fixed [ #81 ] ( https://github.com/holgerbrandl/kscript/issues/81 ) : Allow package declarations for scripts
20
+ * Fixed [ #78 ] ( https://github.com/holgerbrandl/kscript/issues/78 ) : When using ` --idea ` the script argument should be symlinked
21
+ * Fixed [ #79 ] ( https://github.com/holgerbrandl/kscript/pull/79 ) : Provide setup instructions if idea launcher is missing
22
+ * Simplified build instructions (fixes [ #60 ] ( https://github.com/holgerbrandl/kscript/issues/60 ) )
23
+ * Document dependencies of kscript (fixes [ #69 ] ( https://github.com/holgerbrandl/kscript/issues/69 ) )
24
+
25
+
1
26
## v2.2
2
27
3
28
* Logging of maven artifact downloads to stderr (fixes [ #23 ] ( https://github.com/holgerbrandl/kscript/issues/23 ) )
Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ Support
435
435
436
436
Feel welcome to post ideas and suggestions to our [ tracker] ( https://github.com/holgerbrandl/kscript/issues ) .
437
437
438
+ More advanced use=cases are doducmented in the complementary [ advanced user guide] ( docs/user_guide.md )
438
439
439
440
How to contribute?
440
441
------------------
Original file line number Diff line number Diff line change 3
3
4
4
See [ README] ( ../README.md ) for general instructions about how to use `kscript.
5
5
6
+ In here more specific use-cases are discussed.
7
+
6
8
7
9
__ {work in progress}__
8
10
You can’t perform that action at this time.
0 commit comments