You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Major new features
6
6
7
7
* Dramatically reduced overhead by using dependency lookup cache more efficiently. After the initially scriptlet-jar-building, `kscript` runs with almost zero overhead now (fixes [#4](https://github.com/holgerbrandl/kscript/issues/4))
8
8
* Dependencies can now declared in multiple lines for better readability (fixes [#2](https://github.com/holgerbrandl/kscript/issues/2))
9
-
* Automatic inclusion of support library for one-liners
10
-
* Direct script arguments `kscript 'println("hello kotlin")'`
9
+
* Automatic inclusion of support library for one-liners (fixes [#19](https://github.com/holgerbrandl/kscript/issues/19))
10
+
* Direct script arguments `kscript 'println("hello kotlin")'` (fixes [#18](https://github.com/holgerbrandl/kscript/issues/18))
11
11
* More robust dependency resolution with more informative error messages
12
12
13
13
Other changes
14
-
* Allow dependencies to be declared in multiple lines prefixed by `//DEPS`
15
-
* To ensure long-term stability of `kscript` we've added a suite of unit test. The repository tested continuously by Travis CI
14
+
* Allow dependencies to be declared in multiple lines prefixed by `//DEPS` (fixes [#2](https://github.com/holgerbrandl/kscript/issues/2))
15
+
* To ensure long-term stability of `kscript` we've added a suite of [unit tests](test/TestsReadme.md). The repository tested continuously by [Travis CI](https://travis-ci.org/holgerbrandl/kscript)
16
16
* Cache directory is now `~/.kscript`
17
17
* More heuristics to guess `KOTLIN_HOME`
18
18
* Cache cleanup `--clear-cache` now applies to jars, scripts, urls, and cached dependency lookups
0 commit comments