NumberFormat being passed as parameter to allow versatility on its initialization. It allows to input a NumberFormat initialize as simpleCurrency that uses the actual currency symbol and maintain the possibility of working with the currency ISO name.
adds a method called getDouble to be able to get the double value directly.
Add example and tests for the newly getDouble method.
Its a breaking change.
NumberFormat being passed as parameter to allow versatility on its initialization. It allows to input a NumberFormat initialize as simpleCurrency that uses the actual currency symbol and maintain the possibility of working with the currency ISO name.
adds a method called getDouble to be able to get the double value directly.
Add example and tests for the newly getDouble method.
Also enable web compilation.