Changes Report

Release History

Version Date Description
1.2.0 2008-06-12 Improved error reporting
1.1.1 2008-05-29 Bugfixes and generified
1.1.0 2008-05-26 Introduced signing
1.0.0 2008-05-25 Initial release of fixedformat4j


Release 1.2.0 - 2008-06-12

Type Changes By
add Improved error reporting when fail to parse a string. All details about how data was suppose to be parse will be included in the error message. The class and method name of the instance trying to create will be included as well. jeyben
add Added the ability to annotate methods starting with 'is' in addition to 'get'. Fixes 5 . jeyben

Release 1.1.1 - 2008-05-29

Type Changes By
add Added the ability to not sign numbers. And made it default jeyben
update Generified the FixedFormatter interface. Reguires custom formatters to be updated. Fixes 4 . jeyben
fix Fixed bug when parsing numbers from string having prependend signs. jeyben
fix Fixed various smaller bugs primarily in predefined formatters. jeyben

Release 1.1.0 - 2008-05-26

Type Changes By
add Introduced ability to parse and format signed numbers. jeyben

Release 1.0.0 - 2008-05-25

Type Changes By
add Initial release of fixedformat4j. jeyben