Skip to content
Peter Verhas edited this page Aug 21, 2020 · 3 revisions

Releases of ScriptBasic for Java

This document describes the history of ScriptBasic listing the different releases and the release notes for each of them.

ScriptBasic for Java is a language and an implementation at the same time. This way there is no separate language and implementation version. The language does not live without the implementation and there is no formal definition for the language (even though the language itself is very simple).

The version structure of the interpreter has three levels and follow the usual maven suggested version structure. The version of a release is M.m.b where M is the major version, m is the minor version and b is the bug fix version.

  • M increases if there is some significant change in the software and the new version has significant new features.

  • m increases if some smaller features are added to the interpreter.

  • b is increased if there is some bugfix but the features of the language and the interpreter did not change.

1.0.0

The first release in 2012

1.0.4

1.0.5

The version that supports Java 9.

2.0.0

release that supports DSL construct sentence command

2.1.0

this release has a lot of modifications that make ScriptBasic more compatible with real basic

2.1.1

release with a little bug fix that fix does not work actually

Clone this wiki locally