Skip to content

Releases: google/node-h2-auto-push

v0.4.0

18 Apr 16:17
3ec8a00
Compare
Choose a tag to compare

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

0b2d70d feat: emit 'pushError' on errors during push (#13)

v0.3.1

17 Apr 21:59
97f851d
Compare
Choose a tag to compare

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)

v0.3.0

07 Feb 00:55
28fd7a0
Compare
Choose a tag to compare

AutoPush#push() is not a public API anymore. Instead AutoPush#preprocessRequest() returns the push function as well as the cookie value.

Commits

  • 9723357 feat: pushList must be per request, not per object (#6)

v0.2.0

18 Jan 19:40
dd46a83
Compare
Choose a tag to compare

Support only Node ">=9.4.0" or ">8.9.4 <9".

v0.1.0

16 Jan 19:45
9b09ae2
Compare
Choose a tag to compare

Initial release