All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Installation instructions to the
README
- Command to "Format Numbers" to the Command Palette
- Ensure that the repository name is addressed in the
CONTRIBUTING
guide
- Ensure that updating the settings take immediate effect
- 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
- Ensure non-numeric strings are ignored without any errors
- 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
and9999