Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Improved And More Concise API

Compare
Choose a tag to compare
@toksdotdev toksdotdev released this 30 Nov 20:26
· 36 commits to master since this release
a824ff4

Features

  • Support for a decimal number conversion.
  • One converter object can be used to convert different numbers via $converter->convert(<number | dedimal>).
  • Follow PHP standard naming convention.

Issues Resolved

  • Fixes #6 - Undefined method ```ChangeCurrency()````.
  • Fixes #7 - Issues with accuracy has been fixed, with a new conversion approach.
  • Fixes #8 - Update .lock file.
  • More tests.

Special Thanks

  • @oza75 - Raising an issue for decimal support
  • @mimidot - Raised an issue about accuracy and missing methods