Releases: hexdigest/gowrap
v1.2.6
v1.2.5
v1.2.4
v1.2.3
Changelog
139c038 Clarify the docs on circuitbreaker template
899bd2d Fix goroutines leakage in the fallback template.
6c8f056 Fixed fallback template and opentelementry tests
6fb8270 Merge pull request #46 from regeda/fix-goroutines-leakage-on-fallback
2e02dbe Merge pull request #48 from Fryuni/patch-1
40ff9af Merge pull request #49 from kristofpento/feat-file-relative-git-path
81516cd add git root path helper
1fd1c6b add support to define template file source relative to git root
v1.2.2
Changelog
37c165b Fix interface description in twirp_error template
ea7b21a Load source package with imports
9432c0c Merge pull request #40 from breml/patch-1
e8ff957 Merge pull request #42 from damianopetrungaro/master
6ae1d28 Merge pull request #45 from rgngl/load-package-with-imports
30ca5d9 feat(template): add opentelemetry
v1.2.1
v1.2.0
Changelog
4d504d9 Changed build badge to github actions one
096f8d3 Create go.yml
ab74aef Fixed formatting
59e9924 Merge branch 'master' of github.com:hexdigest/gowrap
df92cd1 Merge pull request #37 from damianopetrungaro/master
66bc95a Merge pull request #38 from eenlucian/modify-autogenerated-notice
7e64fa4 Modify the autogenerated comment message to adhere to the Go standard
f7e74e6 Update cmd_generate.go
9f8ade4 Updated .github/workflows
0a16bba Updated .goreleaser.yml
615b89c feat(template): add opencensus
b844b40 feat: upgrade to go 1.16
0aa5c47 workaround for go1.16 bug golang/go#44129
v1.1.12
v1.1.11
Changelog
f31c78f Add Comment and GoDoc parse to Method and Param
c63e8a2 Add usefull string funcs for tmpl generation
b9a6be3 Code cleanup
c99c800 Fixed error message
6218574 Improve up(down)First helper funcs, add tests
ffef006 Merge pull request #30 from unkeep/add_str_funcs
e80e3f2 Merge pull request #31 from masim05/typo-fix
02aedfa Merge pull request #35 from dovbysh/dev
d839eb5 Merge pull request #36 from dovbysh/comments
13fde12 Optimize helper func
f6a649a Remove duplicated with
word.
2dc2430 Removed deprecated goreleaser config items
a678975 Replaced concurrentRequests with burst in ratelimit template
99b3d16 Update cmd_generate.go
85a39ab Update cmd_generate_test.go
2cd3429 change type of f param at NewMethod to *ast.Field to parse Doc and Comments
2ad43b7 pass fi *ast.Field
instead of typ to NewParam
07c47bd rename snake variable to result
3773a2f toSnakeCase -> snake
2e076b6 toSnakeCase function
v1.1.10
Changelog
3018a0f Add ability to parametrize prometheus metric name
dc026ef Make it possible for template to output imports
d33235d Merge pull request #23 from recht/master
c4e12ab Merge pull request #27 from devbrom/master
e3ff801 Merge pull request #28 from AntonRutkevich/parametrize-prometheus-metric
8f89b01 Merge pull request #29 from hexdigest/render_imports
bb53266 Renamed RenderImports to Import and fixed some issues from the original PR
9eaba95 Trim spaces
f716635 Trim spaces
a44dc89 add twirp_error template
629c2e9 parametrize-prometheus-metric - Allow customizing full metric name
d900744 parametrize-prometheus-metric - Update filename