Release 6 ~~~~~~~~~ - The key of an argument was not being set correctly on ocassion. Release 5 ~~~~~~~~~ - null was not being recognised within function calls. - argument key now only applies to the next value, not all subseqent values. Release 4 ~~~~~~~~~ - Added keys to argument list eg foo(baa:"moo"); - Arguments are now passed to functions as Flores.Argument[] instead of String[]. - Replaced reflection based function calling with a single abstract method callFunction. Flores is now implemented as an abstract class. The language of this release is compatable with previous releases. The Java part is not. Release 2 ~~~~~~~~~ - Allowed else if syntax instead of requiring else {if } Release 1 ~~~~~~~~~ - Initial release