- Set a more sane default rounding strategy:
PHP_ROUND_HALF_UP
- Add
roundFormat()
function which first rounds, then formats the amount, as the regularformat()
function truncates any additional data, resulting in a loss of accuracy
- Fix typod class name PHPDocBlockTest
- Switch to PSR-2 style guide
- Add setDefault method to CurrencyFactory
- Allow CurrencyConversionService to be passed in to money constructor
- Add addCurrency method to CurrencyFactory
- Change CurrencyConversionServiceFactory to a service provider with get/set methods
- Add unit tests
- Renamed library from money-php to php-money
- Initial release