Skip to content

Latest commit

 

History

History
108 lines (42 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

108 lines (42 loc) · 4.25 KB

(2022-05-06)

0.4.1 (2022-05-06)

Bug Fixes

  • template: the message template pass the wrong mode param (d9934ad)

Features

  • locate message support multi packages (942375d)
  • locate package import and package name (f0ad631)

0.3.5 (2022-03-21)

Features

  • proto: use official extension registry sequence number as extension number. (5ee69f9)

0.3.4 (2022-03-17)

Bug Fixes

  • issue/15: replace the extension number (13b609f)

0.3.3 (2022-02-21)

Bug Fixes

  • generate un-exported fieldMaskWithMode method (c52f499)

0.3.2 (2022-02-21)

Bug Fixes

  • allow one of .in or .out option to be skipped (c36b4f9)
  • generate out message vars only once per type (46245c3)
  • generated Masked function return value when field mask is nil (79674c1)
  • go install github.com/yeqown/protoc-gen-fieldmask@latest (d59e3ad)
  • support repeated and map fields in field_mask (11a780a)

0.3.1 (2022-01-27)

Features

  • proto: enhance Filter and Prune action for nestedFieldMask (66284ba)

0.3.0 (2022-01-26)

Bug Fixes

  • proto/util: masked judge in util (c64c76c)

Features

  • template: support mask recursive message type in message (5170d19)
  • templates: optimise templates (91edc7a)

0.2.0 (2022-01-25)

Bug Fixes

  • example/pb: reformat generated *.fm.go (d05fc48)

0.1.0 (2022-01-21)

Bug Fixes

  • doc: fix field_mask.proto path in README (2cdb9b3)

Features

  • doc: adjust README to be human-friendly (e66741c)
  • basically usable (0f6e635)
  • prepare example and debug toolchain (8556470)