PackageTrack
Sign in Get early access

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 2024
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 20
  1. v1.4.1-0.20240314084024-89ac0db76959 14 Mar 2024 pre-release

    Nothing published for this version

  2. v1.4.1-0.20230306210755-4ee7bb27a0ff 06 Mar 2023 pre-release

    Nothing published for this version

  3. v1.4.1-0.20221025033247-80e27c6520cb 25 Oct 2022 pre-release

    Nothing published for this version

  4. v1.4.0 12 Aug 2022

    Nothing published for this version

  5. v1.3.1-0.20220812164208-3fa3bbe240bd 12 Aug 2022 pre-release

    Nothing published for this version

  6. v1.3.1-0.20220812162129-795b185d9616 12 Aug 2022 pre-release

    Nothing published for this version

  7. v1.3.1-0.20220719094506-c9bece7cea3c 19 Jul 2022 pre-release

    Nothing published for this version

  8. v1.3.0 17 Aug 2021
    Release notes

    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.

    Open source →
  9. v1.2.1-0.20210813025517-2ab519911e46 13 Aug 2021 pre-release

    Nothing published for this version

  10. v1.2.0 10 Aug 2021
    Release notes

    Thank @lrstanley for contributing following PRs:

    Open source →
  11. v1.1.1-0.20210813025517-2ab519911e46 13 Aug 2021 pre-release

    Nothing published for this version

  12. v1.1.0 17 Jun 2020

    Nothing published for this version

  13. v1.0.1-0.20200416110032-b492d1da655d 16 Apr 2020 pre-release

    Nothing published for this version

  14. v1.0.0 08 Oct 2018
    Release notes

    Protoc-Go-Inject-Tag 1.0.0

    Open source →
  15. v0.0.0-20230306210755-4ee7bb27a0ff 06 Mar 2023 pre-release

    Nothing published for this version

  16. v0.0.0-20181008023834-c2c1884c833d 08 Oct 2018 pre-release

    Nothing published for this version

  17. v0.0.0-20180802135345-702215640cc6 02 Aug 2018 pre-release

    Nothing published for this version

  18. v0.0.0-20180528100005-5ec7d62b5f9f 28 May 2018 pre-release

    Nothing published for this version

  19. v0.0.0-20170518151843-3081f5cfa6df 18 May 2017 pre-release

    Nothing published for this version

  20. v0.0.0-20170506005426-b61d277ad061 06 May 2017 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive