Skip to content

1.1.0

Choose a tag to compare

@jonmldr jonmldr released this 05 Jan 20:15
· 37 commits to master since this release
  • Removed AbstractNumber::create() in favor of extensibility. Added to the default Number class.
    (it was not possible to extend the method by adding arguments in AbstractNumber implementations).
    Add this method to your own AbstractNumber implementations if you like to be able to use this static factory method.
  • Changed access identifier of AbstractNumber::getNumberFromInput() from private to protected in favor of extensibility.