Skip to content

Releases: alexarchambault/ammonite-runner

v0.4.0

05 Sep 13:13
ebaf1d7
Compare
Choose a tag to compare

What's Changed

Updates

Full Changelog: v0.3.3...v0.4.0

v0.3.3

26 Jul 18:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Mar 16:19
6eee81a
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Changes

Match "Ammonite" and "Scala" in header comment in a case-insensitive way

Comments at the head of scripts locking the Ammonite and / or Scala versions are now case-insensitive, so that the following comments all have the same effect:

// ammonite 2.3.8, scala 2.13.3
// Ammonite 2.3.8, scala 2.13.3
// ammonite 2.3.8, Scala 2.13.3
// AMMonite 2.3.8, SCALA 2.13.3

v0.3.1

24 Feb 11:06
cfb4dd0
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Updates

  • Update coursier-interface to 0.0.25

Fixes

  • Add the ammonite-compiler dependency when needed (should fix missing scala-compiler class errors with recent Ammonite versions)
  • In the CLI, take into account --fork option
  • In the CLI, fork by default on Windows, and when using a JDK >= 9

Changes

  • In the API, make Ammonite.interpOnly default to true

v0.3.0

23 Jul 14:19
bb9e3b2
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Tweak / fix handling or arguments for Ammonite

All arguments from the first one not handled by ammonite-runner (see amm-runner --help for the options it handles) are now passed as is to Ammonite. That means things like amm-runner -w script.sc now work fine (and run Ammonite in watch mode).

v0.2.7

24 Jun 14:23
3a7fe35
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release
  • Bump case-app, which makes the cli actually run something, rather than silently exiting (regression in 0.2.6)

v0.2.6

19 Jun 12:16
c89391a
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
  • Allow to pass JVM arguments in ammrunner.Command

v0.2.5

07 Jun 12:06
5d840ed
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
  • Fix regression in CLI

v0.2.4

02 Jun 15:40
cb44801
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • Clearer error message when deleting temporary file fails.

v0.2.3

20 May 18:21
3756726
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • Ignore FileSystemException-s when deleting temporary launcher on Windows