Releases: jonbodner/proteus
Release v0.8.1
Fix for time.Time being recursed into when it has a struct tag
Release v0.8.0
Make []byte a special case that doesn't expand into multiple values and stays a blob of binary data.
Release v0.7.0
Support embedded structs
This release adds support for tags on fields in embedded structs. The embedded struct itself does not have a prof
tag.
It passes all of my existing tests, but it's possible there are corner cases that aren't handled.
Release v0.6.0
Switch to new home-grown logger. Change proteus.ShouldBuild
to expect a context for the first parameter.
Release v0.5.2
Add ShouldBuild factory function that returns errors when there are failures to build factory functions
Fix bug in using unnamed parameters (no prop
struct tag) with structs and maps.
Release v0.5.1
Minor update to enable proper handling of slice type that implements driver.Valuer.
Release v0.5.0
API should be stable, but if any serious issues are discovered, the API might be revised.