Releases: simplesurance/proteus
Releases · simplesurance/proteus
v0.0.11
What's Changed
- feat(xtypes): Add validation function to String type by @FranciscoKurpiel in #45
- chore(ci): Update Go to 1.25 and upgrade golangci-lint by @FranciscoKurpiel in #46
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- feat: Make empty string handling for optional params consistent by @FranciscoKurpiel in #43
- feat(parser): add test for optional time.Time by @FranciscoKurpiel in #44
Full Changelog: v0.0.9...v0.0.10
v0.0.10-pre2
What's Changed
- feat: Make empty string handling for optional params consistent by @FranciscoKurpiel in #43
- feat(parser): add test for optional time.Time by @FranciscoKurpiel in #44
Full Changelog: v0.0.10-pre1...v0.0.10-pre2
v0.0.10-pre1
What's Changed
- feat(core): Introduce ErrNoValue for nuanced validation by @FranciscoKurpiel in #41
- fix(xtypes): handle empty strings for all key types by @FranciscoKurpiel in #42
Full Changelog: v0.0.8...v0.0.10-pre1
v0.0.9
What's Changed
- feat(core): Introduce ErrNoValue for nuanced validation by @FranciscoKurpiel in #41
- fix(xtypes): handle empty strings for all key types by @FranciscoKurpiel in #42
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- feature: adding support for time.Time and time.Duration fields by @FranciscoKurpiel in #32
- build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot[bot] in #33
- build(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot[bot] in #35
- ci: golangci-lint v2 and min go version 1.22 by @FranciscoKurpiel in #38
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #40
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #39
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- ci: removing test coverage report by @FranciscoKurpiel in #28
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #27
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #29
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #30
- bugfix: panic if ignored field has unsupported type by @FranciscoKurpiel in #31
New Contributors
- @dependabot made their first contribution in #27
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- replace getWhiteSpaces() with strings.Repeat() by @fho in #21
- dependencies: enable dependabot by @FranciscoKurpiel in #22
- ci: creating CODEOWNERS and adding gh-actions to dependabot by @FranciscoKurpiel in #23
- ci: bump golangci-lint to v1.50.1 and tweaks to gh workflows by @FranciscoKurpiel in #24
- ci: fix README.md example for --help by @FranciscoKurpiel in #25
- options: add support for --version by @FranciscoKurpiel in #26
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
What's Changed
- documentation: using latest on go get instructions by @FranciscoKurpiel in #11
- testing: removing dependencies by @FranciscoKurpiel in #13
- options: introduce WithValueFormatting option by @FranciscoKurpiel in #15
- doc: removing test coverage badge because it is no longer being updated by @FranciscoKurpiel in #16
- aesthetics: include default values on Dump() by @FranciscoKurpiel in #17
Full Changelog: v0.0.3...v0.0.4