Skip to content

Releases: taylorhughes/skit

0.3.7

20 May 04:28
@s5 s5
Compare
Choose a tag to compare
  • Updates optimizer to parse 1x/2x options in <img srcset>

0.3.6

23 Nov 18:58
Compare
Choose a tag to compare
  • 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

23 Jun 17:35
Compare
Choose a tag to compare
  • Preserve license comment blocks in minified output by default

0.3.4

16 Jun 18:54
Compare
Choose a tag to compare

• Fix an issue with invalid CSRF causing 502 when it should produce 403

0.3.3

01 Apr 21:15
Compare
Choose a tag to compare
  • Pretty print JSON output in debug mode
  • Quell annoying log traceback for 405 errors

0.3.2

23 Mar 22:35
Compare
Choose a tag to compare
  • Fix minor regression from 0.3.1 for non-bundled resources

0.3.1

23 Mar 21:33
Compare
Choose a tag to compare
  • 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

15 Feb 19:36
Compare
Choose a tag to compare
  • Add new skit.platform.env module and accompanying options.env option for SkitServer so you can set various env variables and read them from server- and client-side

0.2.2

10 Feb 22:12
Compare
Choose a tag to compare
  • Add redirectWithTrailingSlashes option to always force controller URLs to use trailing slashes, eg. /foo/ rather than /foo

0.2.1

15 Jan 00:22
Compare
Choose a tag to compare
  • 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.