Skip to content

0.11.0

Compare
Choose a tag to compare
@nwoltman nwoltman released this 19 Jun 04:32
· 55 commits to master since this release
v0.11.0
90d9221

BREAKING CHANGES

  • ci: Stop testing on Node 11, start testing on Node 12 (227b229)
  • Remove app.inject() and related docs (53fc63e)

Dependencies

Polish

  • Refactor Hooks class (5c21f2a)
  • load: Remove confusing return statements (8990a5a)
  • Don't try to support the CONNECT method (7c4ed3c)
  • Remove code that handles invalid Content-Length headers (8b4d3b6)
  • Remove unnecessary helper for requiring the http2 module (4404882)

Documentation

  • Update docs related to HTTP/2 (f116b0a)