v0.0.3
Added
uintanduint64field types.
Changed
- Converted the project to a Go module (
module github.com/memclutter/confparse,go 1.18). - Replaced Travis CI with a GitHub Actions workflow running
go test ./... -raceacross a Go version matrix (1.14–1.17) on Linux, macOS, and Windows, and uploading coverage to Codecov. - Reworked the test suite into table-driven cases at 100% coverage, including the default-value error paths for every supported type.
Full changelog: v0.0.2...v0.0.3