Natural CLI home |
Downloads |
Examples |
Changelog |
Javadocs |
Contact
Natural CLI - Changelog
- Changed license to Apache License 2.0.
- Release 1.2.2 (2008-07-20):
- BUG FIX: Parsing fails if last token is optional and not given.
- Release 1.2.1 (2008-04-13):
- BUG FIX: Missing toString()
override in Syntax
class.
- BUG FIX: Parameter types added on 1.2 release are missing from DefaultParameterTypes
.
- BUG FIX: Bad name for URLParameterType
, must be URLParamType
.
- BUG FIX: Bad name for WorkingURLParameterType
, must be WorkingURLParamType
.
- BUG FIX: Not checked Infinite
values on DoubleParamType
and FloatParamType
.
- BUG FIX: WorkingURLParameterType
validation is ever true.
- Release 1.2 (2008-02-29):
- NEW: Added more predefined parameter types: working_url
, url
, byte
, short
, long
, double
, float
, hexadecimal
, octal
and binary
.
- Release 1.1 (2008-01-27):
- BUG: Renamed InvalidSyntaxDefinionException
to InvalidSyntaxException
.
- NEW: The last token can be a parameter that took an arbitrary number of values. For examples, go to the examples page.
- Release 1.0 (2007-12-08):
- NEW: First release! ;-).