Releases: taylorhughes/skit
Releases · taylorhughes/skit
0.3.7
0.3.6
- Adds the X-Forwarded-For and X-Forwarded-Proto headers to skit-proxied web requests so backends can determine the remote IP and whether the original request was encrypted
0.3.5
- Preserve license comment blocks in minified output by default
0.3.4
• Fix an issue with invalid CSRF causing 502 when it should produce 403
0.3.3
- Pretty print JSON output in debug mode
- Quell annoying log traceback for 405 errors
0.3.2
- Fix minor regression from 0.3.1 for non-bundled resources
0.3.1
- Subresource integrity checks! All CSS/JS bundle resources get integrity checks by default in optimized production mode
- More accurate file versioning, fixing a subtle bug where updated resources might not be loaded if a cached client-side resource is out of date
- Fixed a bug with client-side cookie parsing differing slightly from server-side cookie parsing
0.2.3
- Add new
skit.platform.env
module and accompanyingoptions.env
option for SkitServer so you can set various env variables and read them from server- and client-side
0.2.2
- Add
redirectWithTrailingSlashes
option to always force controller URLs to use trailing slashes, eg./foo/
rather than/foo
0.2.1
- Serve unbundled resources from static root rather than using runtime resource references. This allows you to serve unbundled JS/CSS from versioned/cached CDN alongside bundled resources.