The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add a new
.Set
that can be introspected to see if things are set. (thanks @razor-1)
- Fix []byte to be base64 encoded in json to match how []byte is handled (thanks @razor-1)
- Scan negative int64 values into uint64 without breaking
- Fix an overflow issue in uint64
- Version the code with go modules
- Update code for new randomizer interface
- Start versioning with semantic versions
- Add tags for older versions (back to 7.1.0)