abandon 0.3.0
v0.3.0 has only one change from the release candidate:
- The abandon process exits with code = 1 when there is an error. Useful for writing shell scripts. #90
The complete set of changes since v0.2.1:
- Compact notation for transactions. #57
- Support for scopes. #5
- Default accounts for balancing a transaction can be specified by defining
defaultAccount
. - Support for comparison expressions, such as
<
,>
, etc - Support for conditional expression:
condition ? x : y
- ISO 8601 date format supported #67
- Support for regex and glob patters in
input
config option: #76 - Format of xml exports and the config options for them has changed.
- The runner script uses JAVA_HOME if set. #83
- Exit with code == 1 on error #90
See CHANGES.md for more details.
Maven artifacts
<dependency>
<groupId>in.co.uproot</groupId>
<artifactId>abandon-base_2.11</artifactId>
<version>0.3.0</version>
</dependency>
Can be downloaded from Sonatype.