This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
v1.0.1
Changes
v1.0.1
- Doc update
Historical Changelog
v1.0.0
- Inaugural production release
- 99+% test coverage
- Improved efficiency of certain methods in terms of code footprint
- Added examples for all methods and functions within rendered go reference material
- Added convenient new
NumberForm.Ge
andNumberForm.Le
wrapper methods to complement the preexistingGt
/Lt
methods - Documentation updates
- Include license file from Luke Champine's
uint128
package (MIT licensed), and added a special thanks in his honor withindoc.go
.