- fixed: Treat '.' as zero
- fixed: Update validate regex to exclude hex strings, integers and floats
- fixed: Crash when using strings with spaces
- added: New toBns function to convert JS number to big number strings
- changed: Implement toBns for all public API to expand argument type support
- Fix library path
- Fix round/ceil for subzero numbers with leading zeros after decimal point
- Fix 0x prefix for negative hex numbers
- add: floor, ceil, round functions
- change: Modernize testing workflow