Releases: mr-stringer/hanautil
Releases · mr-stringer/hanautil
v1.0.0
This is breaking change. Functions that return non-basic types now return pointers to types. This is more efficient and is in line with go idioms.
What's Changed
- Changed return of custom types to pointers by @mr-stringer in #30
Full Changelog: v0.1.7...v1.0.0