Releases: google/node-h2-auto-push
Releases · google/node-h2-auto-push
v0.4.0
pushFn()
, which is returned from preprocessRequest()
, now has no arguments. Previously it accepted the stream
argument but it was redundant and now is removed.
And when an error occurs while auto-pushing resources, a 'pushError'
event is emitted from the stream
. its argument is the error object that caused it.
Commits
v0.3.1
Mainly the fix for google/node-fastify-auto-push#23
Commits
c06a5c5 origin/master upstream/master fix: prevent chain effects in pushes (#11)
dc35c39 chore(package): update js-green-licenses to version 0.5.0 (#10)
0bad545 docs(readme): add Greenkeeper badge (#9)
ba42c8c chore: update with typescript 2.7.1 (#8)