Skip to content

Releases: ilyakam/NumberFormatter

[1.1.0] - 2018-05-15

16 May 02:44
6da5d93
Compare
Choose a tag to compare

Added:

  • Installation instructions to the README
  • Command to "Format Numbers" to the Command Palette

Fixed:

  • Ensure that the repository name is addressed in the CONTRIBUTING guide

[1.0.3] - 2018-05-14

15 May 03:27
Compare
Choose a tag to compare

Fixed:

  • Ensure that updating the settings take immediate effect

[1.0.2] - 2018-05-13

13 May 19:36
494ca8a
Compare
Choose a tag to compare

Fixed:

  • Ensure that large numbers do not change due to rounding when formatted
  • Ensure that empty selected regions do not throw an error in the console
  • Ensure that a useless decimal dot (e.g., 1234.) doesn't count as a digit

[1.0.1] - 2018-05-06

07 May 02:02
f5560d2
Compare
Choose a tag to compare

Fixed:

  • Ensure non-numeric strings are ignored without any errors

[1.0.0] - 2018-04-29

29 Apr 23:39
15143a2
Compare
Choose a tag to compare

Added:

  • Ability to format numbers by adding thousands separator(s): 12345 » 12,345
  • Ability to format numbers by removing thousands separator(s): 12,345 » 12345
  • Ability to choose any character for the decimal and thousands separators
  • Ability to skip formatting four-digit numbers between 1000 and 9999