This project adheres to Semantic Versioning.
Patch:
- Update README examples.
Patch:
- Add an early return if the value is not a
string
.
Breaking changes:
- Rename the module
is-plain-number
tois-string-a-number
. After some thoughts, I realised that the purpose of the module was to specifically check if astring
value was representing a number in decimal base and fixed notation. I renamed the module so it can clearly express what it was doing. - Only check
string
values.number
values are not accepted anymore.
Patch:
- Update README with more specific information.
First release 🚀