- use built-in fs.readdir instead of @folder/readdir
- replace jshint with @pirxpilot/jshint
- replace mocha with native node test runner
filter
now takes String/function/regex param - use picomatch if you need shell wildcardsfilter
andcachify
functions are now accessible through asynchelpers()
- replace find with @folder/readdir
- modernize sources
- add woff2 to default list of cachified files
- add cachify-sum script
- transfer repo to pirxpilot
- add 'immutable' cache directive
- add .webp to the default list of cachified extentions
- fix
cachify
result for unknown paths when integrity param set
- add support for integrity parameter in cachify
- switch to sha256 algo to generate digest
- add support for configuring cachified format
- simplify cachified name resolution
- update mocha and should
- add
filter
method
- add reference to postcss-cachify to Readme
- fix: works correctly when no options are passed
- update default list of matched extensions
- export
init
function
- update deps: debug (0 -> 2) and should (1 -> 4)
- stop relying on a 'headers' event from response
- switch travis to node 0.10
- shieldify badges in Readme
- remove direct 'connect' dependency
- treat res.locals as object
- typos in Readme
- Initial implementation of connect-cachify-simple