Skip to content

Releases: OnlyNico43/gin-cors

v1.0.4

08 Nov 09:22
8e3cfe6
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

When no wildcard exists and the methode is not explicitly allowed the application will answer with a 405 Methode not allowed status code.

Also validation for Methodes is improved so that double methodes get filter and also all mehthods are capitalized.

v1.0.3

01 Nov 11:59
51d370f
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

Small changes and formating

v1.0.2

31 Oct 12:34
7679ce4
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

Fixes a bug when you have multiple valid origins so that it accepts all of them

v1.0.1

22 Oct 13:13
13bb620
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Licensing and minor adjustments

First release

22 Oct 12:42
b03535a
Compare
Choose a tag to compare

This is the first release of the gin-cors middleware package