Skip to content

Releases: hypersoftllc/qc-to_num

v1.0.2

02 Jun 17:46
Compare
Choose a tag to compare

Fixed how default is determined.

v1.0.1

25 May 20:56
Compare
Choose a tag to compare

Removed unused dependencies.

v1.0.0

25 May 18:06
Compare
Choose a tag to compare

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

10 May 15:28
Compare
Choose a tag to compare

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

09 May 19:15
Compare
Choose a tag to compare
v0.0.0

Merge branch 'release-0.0.0' into master