Releases: hypersoftllc/qc-to_num
Releases · hypersoftllc/qc-to_num
v1.0.2
v1.0.1
Removed unused dependencies.
v1.0.0
Let undefined default mean return input for non-convertible input.
Let default be defined without declaring options object.
Added new convenience function called toNumOrNull which is equivalent to toNum called with a second argument of null. However, has the benefit of being a unary function. This is useful when a unary function is expected instead of a binary function.
Bug Fix
Fix bug that incorrectly rounds the returned default value. (It was intended that the default value will be returned as-is even if the exp option was set.)
Initial Release
v0.0.0 Merge branch 'release-0.0.0' into master