Releases: mennanov/fieldmask-utils
Releases · mennanov/fieldmask-utils
v1.1.2
What's Changed
- If any messages do not have a subfilter then don't introspect them. by @artificial-aidan in #40
- GitHub actions upgrade by @mennanov in #43
- Tutorial on how to convert a protobuf message and filter certain fields to a resulting map. by @marcoshuck in #42
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 by @dependabot in #44
New Contributors
- @artificial-aidan made their first contribution in #40
- @marcoshuck made their first contribution in #42
- @dependabot made their first contribution in #44
Full Changelog: v1.1.0...v1.1.2
Add WithSrcTag option.
v1.1.0 Add WithSrcTag option.
Rewrite of StructToMap
This release contains backwards incompatible changes!
Make StructToMap empty slice behavior consistent with the source slice
v0.7.1 Make dst slice consistent with the empty src slice. (#30)
Adds support for MapVisitor in StructToMap.
v0.7.0 Add a WithMapVisitor option. (#28)
Set destination slice to nil if the source slice is nil.
v0.6.0 Set dst slice to nil when src slice is nil.
Add support for source and destination pointers resolution
v0.5.0 add support of dst structs with pointers (#22)
Anypb behavior bug #21 fixed
v0.4.1 Fixes #21: incorrect behavior with Anypb.
v0.4.0
Release notes:
- fix the issue with anypb copy-by-value
- get rid of the
github.com/golang/protobuf/
dependency - drop support for go v1.11 and v1.12
- add support for go v1.16
- add
go vet ./...
command to CI routine