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-numbertois-string-a-number. After some thoughts, I realised that the purpose of the module was to specifically check if astringvalue 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
stringvalues.numbervalues are not accepted anymore.
Patch:
- Update README with more specific information.
First release 🚀