Skip to content

Releases: hexdigest/gowrap

v1.2.6

12 Aug 07:00
9ff5ba3
Compare
Choose a tag to compare

Changelog

89ec27d Added ignoreErrors parameter to circuitbreaker template
8a2966e Create the path that the output file will be generated
d0c189b Fixes #43
9ff5ba3 Merge pull request #52 from david7482/master

v1.2.5

19 May 20:23
8bb86bf
Compare
Choose a tag to compare

Changelog

bf75993 Add template functions from github.com/Masterminds/sprig/v3
8bb86bf Merge pull request #51 from breml/add-sprig
352066f Update Go to 1.17 and golangci-lint

v1.2.4

05 May 19:35
2e229bd
Compare
Choose a tag to compare

Changelog

1f109ac Allow overlapping methods
b5b167c Always return the outermost overlapping method
2e229bd Merge pull request #50 from Saku2/allow-overlapping-interfaces

v1.2.3

04 May 08:21
40ff9af
Compare
Choose a tag to compare

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

29 Jan 20:41
6ae1d28
Compare
Choose a tag to compare

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

03 Jul 06:25
013dcb8
Compare
Choose a tag to compare

Changelog

5f6eaac Add local export setting from goimports
acf9cc2 Added link to the patreon page
013dcb8 Merge pull request #39 from breml/add-goimports-local-prefixes

v1.2.0

21 Jun 16:04
Compare
Choose a tag to compare

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

03 May 19:07
Compare
Choose a tag to compare

Changelog

a00b5e8 Fixed release recipe in the Makefile
64ca5f1 Output version in a usage message

v1.1.11

05 Apr 18:00
Compare
Choose a tag to compare

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

22 Sep 14:15
8f89b01
Compare
Choose a tag to compare

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