# Change log

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.0 - 2016-10-28
### Added
- Currency format customization through the `Currency` class setters.
- Changelog

### Fixed
- Project code format. All classes now adheres to PSRs.

## 0.2.1 - 2016-09-17
### Fixed
- Armenian Dram symbol was represented as HTML entity, by [InstanceOfMichagel](https://github.com/InstanceOfMichael).

## 0.2.0 - 2016-08-03
### Added
- String parsing, by [InstanceOfMichagel](https://github.com/InstanceOfMichael).
- PHPUnit

### Fixed
- Scalar typehint

## 0.1.2 - 2016-07-30
### Fixed
- `thousandSeparator` key name with a space.

## 0.1.1 - 2016-07-30
### Fixed
- Currency formats.

## 0.1.0 - 2016-07-25
### Added
- `__toString()` magic method to the `Money` class.

## 0.0.1 - 2016-07-25

- Initial Release
