Skip to content

v0.0.3

Choose a tag to compare

@memclutter memclutter released this 07 Nov 22:27

Added

  • uint and uint64 field 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 ./... -race across 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