Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 899 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 899 Bytes

Change log

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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

0.2.0 - 2016-08-03

Added

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