PackageTrack
Sign in Get early access

github.com/fatih/gomodifytags

v1.17.0 #829 most downloaded on Go modules fatih/gomodifytags

What this package is like to depend on

Last release 1 years ago

23 Apr 2025

Release timing varies

gaps range from 2 weeks to 11 months

Some releases are documented

notes for 10 of 19 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

62 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

62 releases · Nov 2017 to Apr 2025
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 62
  1. v1.17.1-0.20250423142747-f3939df9aa3c 23 Apr 2025 pre-release

    Nothing published for this version

  2. v1.17.1-0.20250418144304-6c6ab728c681 18 Apr 2025 pre-release

    Nothing published for this version

  3. v1.17.1-0.20250325171527-8c663b1c0765 25 Mar 2025 pre-release

    Nothing published for this version

  4. v1.17.0 15 Jul 2024
    Release notes

    What's Changed

    • Update README.md by @laurixyz in #90
    • Bump golang.org/x/tools from 0.0.0-20180824175216-6c1c5e93cdc1 to 0.6.0 by @dependabot in #97
    • Bump golang.org/x/tools from 0.6.0 to 0.7.0 by @dependabot in #98
    • chore: use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) by @testwill in #106
    • add TextMate2 bundle link by @vigo in #107
    • Dependency and CI updates by @fatih in #112
    • Don't double up underscores with -transform=snakecase by @arp242 in #96

    New Contributors

    Full Changelog: v1.16.0...v1.17.0

    Open source →
  5. v1.16.1-0.20240715074850-0af24e19f5a3 15 Jul 2024 pre-release

    Nothing published for this version

  6. v1.16.1-0.20230828104837-541eca67430a 28 Aug 2023 pre-release

    Nothing published for this version

  7. v1.16.1-0.20230717124600-19c1ba3e50bc 17 Jul 2023 pre-release

    Nothing published for this version

  8. v1.16.1-0.20230308150636-3280ef22beca 08 Mar 2023 pre-release

    Nothing published for this version

  9. v1.16.1-0.20230225130906-c900e2fa64a2 25 Feb 2023 pre-release

    Nothing published for this version

  10. v1.16.1-0.20220514132629-450757f48200 14 May 2022 pre-release

    Nothing published for this version

  11. v1.16.0 22 Sep 2021
    Release notes

    This release introduces a new titlecase transformation option. By passing the --transform titlecase flag, gomodifytags will transform the tags in the form of:

    "BaseDomain"` -> `"Base Domain"
    

    See related issue #65 and the PR introducing this change: #87

    Open source →
  12. v1.15.1-0.20210922160606-38673b169513 22 Sep 2021 pre-release

    Nothing published for this version

  13. v1.15.0 17 Sep 2021
    Release notes

    This release adds the new --quiet flag. When passed, gomodifytags won't output the results to stdout. This flag might be helpful for users who use gomodifytags for scripting in conjunction with the -w flag.

    Changes: #86

    Open source →
  14. v1.14.0 25 Aug 2021
    Release notes

    This release changes the special keyword to format tag values from $field to {field}. It fixes the issue described in:

    #76

    Changes included in this release are: #85

    Open source →
  15. v1.13.0 04 Nov 2020
    Release notes

    This release includes the changes from the PR: #64 gomodifytags handles now the following cases:

    • anonymous structs as function parameters
    func test(arg struct {
     	Field int `json:"field"`
     }) {
     }
    • "pointer to struct" type declaration
    var x *struct {
     	Field int `json:"field"`
     }
    • "array of struct" type declaration
    var x []struct {
     	Field int
     }

    and nested variants : "array of pointers to array of structs".

    Open source →
  16. v1.12.0 25 Oct 2020
    Release notes

    This release uses flag.CommandLine.Parse() instead of flag.Parse() to check for errors during flag parsing. This let us catch re-defined flag names.

    Related changes: #75

    Open source →
  17. v1.11.0 22 Oct 2020
    Release notes

    The flag --format was already in use. v1.10.0 introduced a new feature that also provided the --format flag. This releases changes the flag to --template.

    PR: #74

    Open source →
  18. v1.10.1-0.20201022160102-66ed821d6322 22 Oct 2020 pre-release

    Nothing published for this version

  19. v1.10.1-0.20201022052854-45c5830e730f 22 Oct 2020 pre-release

    Nothing published for this version

  20. v1.10.0 22 Oct 2020
    Release notes

    This release includes a new --format flag to change a struct tag's values based on the field name. This allows us to generate custom struct tags that don't follow the standard definition listed in https://golang.org/pkg/reflect/#StructTag. For a concrete example checkout the readme: https://github.com/fatih/gomodifytags#formatting-tag-values

    Includes the changes from PR: #69

    Open source →
  21. v1.9.1-0.20201012231418-bdb461ef089f 12 Oct 2020 pre-release

    Nothing published for this version

  22. v1.9.0 12 Oct 2020
    Release notes

    Removes the vendor/ folder.

    Changes: #71

    Open source →
  23. v1.8.0 12 Oct 2020
    Release notes

    Bump github.com/fatih/structtag from v1.0.0 to v1.2.0

    Related change: #70

    Open source →
  24. v1.7.0 05 Oct 2020

    Nothing published for this version

  25. v1.6.1-0.20200727080659-74aa761c1413 27 Jul 2020 pre-release

    Nothing published for this version

  26. v1.6.1-0.20200716044928-10821e0c4be7 16 Jul 2020 pre-release

    Nothing published for this version

  27. v1.6.1-0.20200514055104-6d5c51f1c42d 14 May 2020 pre-release

    Nothing published for this version

  28. v1.6.0 13 May 2020

    Nothing published for this version

  29. v1.5.0 12 May 2020

    Nothing published for this version

  30. v1.4.0 02 Apr 2020

    Nothing published for this version

  31. v1.3.0 26 Feb 2020

    Nothing published for this version

  32. v1.2.1-0.20200124060312-5882590b8741 24 Jan 2020 pre-release

    Nothing published for this version

  33. v1.2.0 19 Jan 2020

    Nothing published for this version

  34. v1.1.1-0.20200117231108-43e8da4980fe 17 Jan 2020 pre-release

    Nothing published for this version

  35. v1.1.0 17 Jan 2020

    Nothing published for this version

  36. v1.0.1 04 Sep 2019

    Nothing published for this version

  37. v1.0.0 06 Aug 2019

    Nothing published for this version

  38. v0.0.0-20250423142747-f3939df9aa3c 23 Apr 2025 pre-release

    Nothing published for this version

  39. v0.0.0-20240715074850-0af24e19f5a3 15 Jul 2024 pre-release

    Nothing published for this version

  40. v0.0.0-20230828104837-541eca67430a 28 Aug 2023 pre-release

    Nothing published for this version

  41. v0.0.0-20210922191403-46cec66387fd 22 Sep 2021 pre-release

    Nothing published for this version

  42. v0.0.0-20210825074426-6f01c0181f73 25 Aug 2021 pre-release

    Nothing published for this version

  43. v0.0.0-20201104065542-c502265c9351 04 Nov 2020 pre-release

    Nothing published for this version

  44. v0.0.0-20201025080032-d4b34d8ade04 25 Oct 2020 pre-release

    Nothing published for this version

  45. v0.0.0-20201012231418-bdb461ef089f 12 Oct 2020 pre-release

    Nothing published for this version

  46. v0.0.0-20201005025559-1bc97ea1c01b 05 Oct 2020 pre-release

    Nothing published for this version

  47. v0.0.0-20200727080659-74aa761c1413 27 Jul 2020 pre-release

    Nothing published for this version

  48. v0.0.0-20200716044928-10821e0c4be7 16 Jul 2020 pre-release

    Nothing published for this version

  49. v0.0.0-20200514055104-6d5c51f1c42d 14 May 2020 pre-release

    Nothing published for this version

  50. v0.0.0-20200402050054-86adea364419 02 Apr 2020 pre-release

    Nothing published for this version

  51. v0.0.0-20200226150602-37f1662e4c96 26 Feb 2020 pre-release

    Nothing published for this version

  52. v0.0.0-20200124060312-5882590b8741 24 Jan 2020 pre-release

    Nothing published for this version

  53. v0.0.0-20200119081056-712bc1cae53a 19 Jan 2020 pre-release

    Nothing published for this version

  54. v0.0.0-20200117231108-43e8da4980fe 17 Jan 2020 pre-release

    Nothing published for this version

  55. v0.0.0-20190904054626-d94266efa181 04 Sep 2019 pre-release

    Nothing published for this version

  56. v0.0.0-20190716070638-2dd5565a4bd8 16 Jul 2019 pre-release

    Nothing published for this version

  57. v0.0.0-20190714141403-b08246536dab 14 Jul 2019 pre-release

    Nothing published for this version

  58. v0.0.0-20190517204355-df91c5bc7551 17 May 2019 pre-release

    Nothing published for this version

  59. v0.0.0-20180914191908-141225bf62b6 14 Sep 2018 pre-release

    Nothing published for this version

  60. v0.0.0-20180826164257-7987f52a7108 26 Aug 2018 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