Releases: madebybob/php-number
Releases · madebybob/php-number
1.1.0
- Removed
AbstractNumber::create()
in favor of extensibility. Added to the defaultNumber
class.
(it was not possible to extend the method by adding arguments inAbstractNumber
implementations).
Add this method to your ownAbstractNumber
implementations if you like to be able to use this static factory method. - Changed access identifier of
AbstractNumber::getNumberFromInput()
fromprivate
toprotected
in favor of extensibility.