Skip to content

Releases: MyWorldLLC/Chipmunk

CLI - v1.0.0-alpha2.7

21 Jun 06:28
Compare
Choose a tag to compare
CLI - v1.0.0-alpha2.7 Pre-release
Pre-release

Fixes issues with code extension resolution on Windows.

CLI - v1.0.0-alpha2.4

26 May 20:02
Compare
Choose a tag to compare
CLI - v1.0.0-alpha2.4 Pre-release
Pre-release
Sanitize Mac package version numbers too

CLI - v1.0.0-alpha2.1

26 May 18:34
Compare
Choose a tag to compare
CLI - v1.0.0-alpha2.1 Pre-release
Pre-release
Only trigger CLI build on v* tags

v1.0.0-alpha1

08 Dec 00:18
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

Preview release of language & CLI.

CLI - 1.0.5 (Preview 10)

12 Jan 23:46
Compare
Choose a tag to compare
Pre-release

Fixed class/module variables not being resolved when accessed from list/map expressions.

CLI - 1.0.3 (Preview 9)

03 Jan 01:05
Compare
Choose a tag to compare
Pre-release
Don't default source & bin directories, don't compile all sources in …

…script directory

Previously, Chipmunk would pull in all sources
and binaries in the current directory. In
practice this tended to cause too many
sources to be pulled in, resulting in compilation
failures if a directory contained multiple
independent scripts.

CLI - 1.0.2 (Preview 8)

02 Jan 01:56
Compare
Choose a tag to compare
Pre-release

Fixed Windows CLI launcher issue.

CLI - 1.0.1 (Preview 7)

17 Jun 00:49
Compare
Choose a tag to compare
Pre-release

This release contains support for binding to static Java methods & fields. It also fixes a major performance bug involved in for-loops.

CLI - 1.0.0 (Preview 6)

19 May 04:59
Compare
Choose a tag to compare
Pre-release

Due to some changes in how jpackage handles platform-specific version numbers, the CLI now must use its own version number, distinct from Chipmunk versions.

This another preview release with a couple of critical bugs fixed.

CLI - v1.0.0-cli-preview4

19 Dec 06:17
Compare
Choose a tag to compare
Pre-release

Re-enables automatic search for the main method if the main module is not used and if the -e flag is also not used.