Releases: marchintosh94/numberformat
Releases · marchintosh94/numberformat
Version 0.1.6
What's Changed
- Fixed number formatting with scientific notation by @marchintosh94 in #13
Full Changelog: v0.1.5...v0.1.6
Version 0.1.5
What's Changed
- Fixed number parser and updated doc by @marchintosh94 in #12
Full Changelog: v0.1.4...v0.1.5
Version 0.1.4
Version 0.1.1
Negative number formatting
What's Changed
- Version 0.1.0 by @marchintosh94 in #8
- Negative number bug fix by @marchintosh94 in #9
Full Changelog: v0.1.0...v0.1.1
Version 0.1.0
- added defaultErrorVale to be returned if an error happen on formatting
- defaultCurrencySymbol prop has been expanded by adding currency sign
and code - replaced exceptions with console.error
- fixed yml to publish
- fixed tests and default values
What's Changed
- Default value on error and new props on defaultCurrencySymbol by @marchintosh94 in #7
Full Changelog: v0.0.2...v0.1.0
Version 0.0.2
Improved code performance and quality
Version 0.0.1
Features
- addded jest config for tests
- implemented tests
- fixed number format initialization
- exposed setter method to set the number that has to be formatted
- exposed config data (readonly)