Skip to content

Releases: maxnatchanon/vscode-go-struct-tag-autogen

1.1.2

28 Apr 14:57
dff7ae8
Compare
Choose a tag to compare
  • Fix tag generation with comment (#11)

1.1.1

11 Dec 07:51
19c9527
Compare
Choose a tag to compare
  • Fix tag suggestion regex (#9)
  • Fix tag generation regex (#9)

1.1.0

28 Apr 15:49
1d0a6ae
Compare
Choose a tag to compare
  • Support adding tags dynamically (#7)
  • Minor bug fixes

1.0.3

14 Mar 13:08
6e710ba
Compare
Choose a tag to compare
  • Fix bugs
    • Tag generation not replace all placeholders (#5)

1.0.2

05 Mar 14:03
61386fb
Compare
Choose a tag to compare
  • Fix bugs
    • Suggestions not showing up when field type has [] characters

1.0.1

25 Feb 11:55
42eb267
Compare
Choose a tag to compare
  • Add tag support: form
  • Fix bugs
    • Suggestions not showing up when field type has . characters

1.0.0

24 Feb 20:39
5b46f78
Compare
Choose a tag to compare
  • Initial release
  • Supported tags: json, bson, binding
  • Supported cases: camel, snake, pascal, none
  • Features: Tag suggestion, Tag value suggestion, Generate tags command