Skip to content

Releases: marchintosh94/numberformat

Version 0.1.6

08 Oct 11:19
aafb593
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

Version 0.1.5

25 Jul 09:52
845dee1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

Version 0.1.4

20 Apr 11:24
7d1728b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Version 0.1.1

15 Apr 15:57
c7f9c46
Compare
Choose a tag to compare

Negative number formatting

What's Changed

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

08 Apr 07:31
e8ac640
Compare
Choose a tag to compare
  • 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

05 Apr 23:10
43d0cfc
Compare
Choose a tag to compare

Improved code performance and quality

Version 0.0.1

01 Apr 01:00
40c33ca
Compare
Choose a tag to compare

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)