Skip to content

Commit fef69a5

Browse files
committed
updated news
1 parent db49c0c commit fef69a5

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## v2.2
227

328
* Logging of maven artifact downloads to stderr (fixes [#23](https://github.com/holgerbrandl/kscript/issues/23))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ Support
435435

436436
Feel welcome to post ideas and suggestions to our [tracker](https://github.com/holgerbrandl/kscript/issues).
437437

438+
More advanced use=cases are doducmented in the complementary [advanced user guide](docs/user_guide.md)
438439

439440
How to contribute?
440441
------------------

docs/user_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
See [README](../README.md) for general instructions about how to use `kscript.
55

6+
In here more specific use-cases are discussed.
7+
68

79
__{work in progress}__
810

0 commit comments

Comments
 (0)