- update dependencies
- add
wasmto default set of extensions - transition to ESM format
- upgrade
biometo 2.3.0 - update github actions
- minor filter optimization
- fix timing issue in tests
- fix cachify-sum
- use biome instead of jshint
- replace should with built-in
node:assert
- use built-in fs.readdir instead of @folder/readdir
- replace jshint with @pirxpilot/jshint
- replace mocha with native node test runner
filternow takes String/function/regex param - use picomatch if you need shell wildcardsfilterandcachifyfunctions 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
cachifyresult 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
filtermethod
- add reference to postcss-cachify to Readme
- fix: works correctly when no options are passed
- update default list of matched extensions
- export
initfunction
- 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