Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

release-0.6

Latest
Compare
Choose a tag to compare
@skx skx released this 05 Oct 14:42
· 2 commits to master since this release
b19db21

release-0.6

This release makes some minor updates, largely as a result of contributions from @renard:

  • We've updated the gzip-compression settings to prefer the smallest compression, rather than the fastest speed.
  • We've updated the implementation of the resource-storage.
    • Using a map, rather than an array.
  • We use base64-encoding rather than hex-encoding.
  • We've updated our test-cases to be more portable.
    • Previously they failed upon Mac OS X host(s).

The net result should be that regenerated static.go files should be smaller, as the resources embedded within them will be both compressed better, and encoded more efficiently.