Skip to content

Releases: google/node-fastify-auto-push

v0.4.0

18 Apr 21:20
b8f5ab6
Compare
Choose a tag to compare

Update h2-auto-push to v0.4.0. And log errors that occur during pushes.

Commits

43cd2ff feat: Log when error occurs while pushing (#28)

v0.3.2

17 Apr 23:24
d885d4b
Compare
Choose a tag to compare

Mainly fix for #23

Commits

d885d4b chore: release v0.3.2 (#27)
d597106 release master upstream/master origin/master fix: use h2-auto-push v0.3.1 (#26)
8cde236 chore: cleanup (#25)
36cf5fb fix: update sample app (#24)
8f576bf fix(package): update fastify-plugin to version 1.0.0 (#21)
86e08bd fix(package): update fastify-static to version 0.10.0 (#20)
d3af66b fix(package): update fastify-static to version 0.9.0 (#19)
7e4c9ac chore(package): update js-green-licenses to version 0.5.0 (#18)
be547da chore(package): update fastify to version 1.0.0 (#17)

v0.3.1

20 Feb 18:56
d4ff959
Compare
Choose a tag to compare

Fixes the bug where pushes didn't work.

Commits

  • fix: don't remove the prefix from the request path (#13) bb57037
  • docs(readme): add Greenkeeper badge (#12) dcf487e

v0.3.0

07 Feb 21:08
c52ccea
Compare
Choose a tag to compare

Commits

  • fc7ac86 feat: use a unique symbol to store request path in the stream (#10)
  • 2b84232 chore: move fastify from dependencies to devDependencies (#8)
  • e4f2c23 Use fastify-static and hooks instead (#6)
  • faa8bcd chore: add AUTHORS file (#9)
  • 93b11c8 chore: add sample app (#5)

v0.2.0

18 Jan 19:50
a1ea9d9
Compare
Choose a tag to compare

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

v0.1.1

17 Jan 17:58
a9166dc
Compare
Choose a tag to compare

Commits

  • chore: add "files" stanza to package.json (#2) 49e8b3a

v0.1.0

17 Jan 00:41
8bb866f
Compare
Choose a tag to compare

Initial release.