github.com/favadi/protoc-go-inject-tag
v1.4.0
#1865 most downloaded on Go modules
favadi/protoc-go-inject-tag
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.5 years
Most releases are documented
notes for 3 of 5 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
20 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
20 releases · May 2017 to Mar 2024Releases
latest 20-
v1.4.1-0.20240314084024-89ac0db7695914 Mar 2024 pre-releaseNothing published for this version
-
v1.4.1-0.20230306210755-4ee7bb27a0ff06 Mar 2023 pre-releaseNothing published for this version
-
v1.4.1-0.20221025033247-80e27c6520cb25 Oct 2022 pre-releaseNothing published for this version
-
v1.4.012 Aug 2022Nothing published for this version
-
v1.3.1-0.20220812164208-3fa3bbe240bd12 Aug 2022 pre-releaseNothing published for this version
-
v1.3.1-0.20220812162129-795b185d961612 Aug 2022 pre-releaseNothing published for this version
-
v1.3.1-0.20220719094506-c9bece7cea3c19 Jul 2022 pre-releaseNothing published for this version
-
v1.3.017 Aug 2021Release notes
Open source →Release highlights:
Added support for trailing comments (comments that follow a field, rather than being above the field):
// file: test.proto syntax = "proto3"; package pb; option go_package = "/pb"; message IP { string Address = 1; // @gotags: valid:"ip" string MAC = 2; // @gotags: validate:"omitempty" }
New format for specifying a list of tags to be added:
// file: test.proto syntax = "proto3"; package pb; option go_package = "/pb"; message IP { // @gotags: valid:"ip" string Address = 1; // Or: string MAC = 2; // @gotags: validate:"omitempty" }
Deprecations
Some previous cli flags and tags have been marked as deprecated. To see more, check out the README.
For a full list of changes, see here.
-
v1.2.1-0.20210813025517-2ab519911e4613 Aug 2021 pre-releaseNothing published for this version
-
v1.2.010 Aug 2021 -
v1.1.1-0.20210813025517-2ab519911e4613 Aug 2021 pre-releaseNothing published for this version
-
v1.1.017 Jun 2020Nothing published for this version
-
v1.0.1-0.20200416110032-b492d1da655d16 Apr 2020 pre-releaseNothing published for this version
-
v1.0.008 Oct 2018 -
v0.0.0-20230306210755-4ee7bb27a0ff06 Mar 2023 pre-releaseNothing published for this version
-
v0.0.0-20181008023834-c2c1884c833d08 Oct 2018 pre-releaseNothing published for this version
-
v0.0.0-20180802135345-702215640cc602 Aug 2018 pre-releaseNothing published for this version
-
v0.0.0-20180528100005-5ec7d62b5f9f28 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20170518151843-3081f5cfa6df18 May 2017 pre-releaseNothing published for this version
-
v0.0.0-20170506005426-b61d277ad06106 May 2017 pre-releaseNothing published for this version