Skip to content

Releases: swaggo/buffalo-swagger

v1.4.1

30 Aug 15:49
c2ffb32
Compare
Choose a tag to compare

Changelog

  • 327ddeb Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 (#29)
  • 8731f1f Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#32)
  • c2ffb32 Bump gopkg.in/yaml.v3 in /example (#31)

v1.4.0

28 Mar 11:58
43e35b7
Compare
Choose a tag to compare

Changelog

  • 92987b8 Bump golang.org/x/crypto in /example (#27)
  • ad00383 Bump golang.org/x/net in /example (#25)
  • 98bce5d Bump golang.org/x/text from 0.3.7 to 0.3.8 in /example (#24)
  • 43e35b7 chore: bump golang.org/x/net to v0.7.0 (#28)

v1.3.1

05 Jan 15:40
476cf42
Compare
Choose a tag to compare

Changelog

476cf42 chore: fix the URL on swagger UI after refactoring (#23)

v1.3.0

27 Apr 18:44
60605cf
Compare
Choose a tag to compare

Changelog

60605cf chore: add missing features (#22)

v1.2.0

18 Jan 19:15
8bd78ec
Compare
Choose a tag to compare

Changelog

8bd78ec chore: drop go1.13 (#21)

v1.1.1

26 Oct 11:22
3275d4b
Compare
Choose a tag to compare

Changelog

2f27ebf add missing LICENSE.txt
3275d4b fix: security update for github.com/microcosm-cc/bluemonday (#20)

v1.1.0

12 Oct 20:08
dcab1d8
Compare
Choose a tag to compare

Changelog

2ddb071 Add proper MIME type for JS scripts
2ce122a Merge pull request #11 from divan/master
21bca53 Merge pull request #15 from swaggo/friendly-workflow-name-1
052a3c4 Merge pull request #16 from swaggo/fix_bluemonday_security
ca07540 Merge pull request #17 from swaggo/improvements
f8e5082 Update ci.yml
5ad90b5 add goreleaser.yml add PR template update README.md
dcab1d8 chore: update .gitignore
53eec42 fix mimetype
d563780 fix race condition
e78fbd2 fix race condition
231d156 improve mimetype handling

v1.0.0

25 Sep 12:45
8a727fb
Compare
Choose a tag to compare

Changelog

b7a1ade Add Readme
ebdb92f Added a header for serving the CSS so the browser can load it properly
c3a9eca Change namespace to swaggo/buffalo-swagger
62fe7bc Change namespace to swaggo/buffalo-swagger in the example project
fda6b10 Initial commit
f212288 Merge pull request #12 from swaggo/improve_code_coverage
0c0178a Merge pull request #3 from cippaciong/master
1975c54 Update README.md
eda5632 Update the import of docs package
01d66cd Upgrade swagger-ui to the latest version and change default model rendering (#5)
54c847d add go 1.15 , 1.16 to travis
9a2a2c6 add unit tests
8a727fb bluemonday before 1.0.5 allows XSS because certain Go lowercasing converts an uppercase Cyrillic character, defeating a protection mechanism against the "script" string.
a6126ba chore: add ci and badge
ae8edf3 update example
84ababb update go build versions