Releases: OnlyNico43/gin-cors
Releases · OnlyNico43/gin-cors
v1.0.4
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
Full Changelog: v1.0.2...v1.0.3
Small changes and formating
v1.0.2
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
Full Changelog: v1.0.0...v1.0.1
Licensing and minor adjustments
First release
This is the first release of the gin-cors middleware package