| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-12 | 567 Bytes | |
| Release v5.12.0 source code.tar.gz | 2026-03-12 | 393.7 kB | |
| Release v5.12.0 source code.zip | 2026-03-12 | 493.8 kB | |
| Totals: 3 Items | 888.0 kB | 0 | |
fsutil:- Extended the known list of extension for
fsutil.DetectContentTypeByExtension() - Added
fsutil.AddExtensionType()that allows to add or override items in the list of known extensions. - Added SVG signature sniffing to the content type detection. SVG files should now be detected as
image/svg+xmlinstead oftext/xml. ( @fnoopv [#286] ) errors: minor optimization to avoid reallocations of the reasons slice.- Bump minimum go version to
1.25.8.
Full Changelog: https://github.com/go-goyave/goyave/compare/v5.12.0...v5.12.0