Skip to content

Releases: mennanov/fieldmask-utils

v1.1.2

14 Mar 22:40
50a32d4
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.1.2

Add WithSrcTag option.

19 Aug 15:48
88c57d8
Compare
Choose a tag to compare
v1.1.0

Add WithSrcTag option.

Rewrite of StructToMap

06 Feb 23:37
f9573a9
Compare
Choose a tag to compare

This release contains backwards incompatible changes!

Make StructToMap empty slice behavior consistent with the source slice

27 Nov 07:24
d82c25e
Compare
Choose a tag to compare
v0.7.1

Make dst slice consistent with the empty src slice. (#30)

Adds support for MapVisitor in StructToMap.

21 Sep 04:29
57ce6c2
Compare
Choose a tag to compare
v0.7.0

Add a WithMapVisitor option. (#28)

Set destination slice to nil if the source slice is nil.

15 Jul 06:56
Compare
Choose a tag to compare
v0.6.0

Set dst slice to nil when src slice is nil.

Add support for source and destination pointers resolution

30 Sep 06:33
c38d5cf
Compare
Choose a tag to compare
v0.5.0

add support of dst structs with pointers (#22)

Anypb behavior bug #21 fixed

03 Sep 21:25
Compare
Choose a tag to compare
v0.4.1

Fixes #21: incorrect behavior with Anypb.

v0.4.0

31 May 17:37
Compare
Choose a tag to compare

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