Skip to content

Releases: Jashepp/express-http2-workaround

v1.1.3

19 Aug 07:34
Compare
Choose a tag to compare

Upon initialisation, a courtesy check is now done for the experimental http2 implementation in node.

This lets developer(s) know that this module will not work with the new http2 implementation. When used in a version of node that has it exposed, an error will be thrown.
The new implementation is a bit different to the http2 module's implementation that this module is made to help work with express. Hopefully express will be updated to work with the new implementation, otherwise I may consider adding support with this module (if possible).

v1.1.2

24 Jan 11:45
Compare
Choose a tag to compare

Added tests & Travis CI

v1.1.1

24 Jan 11:46
Compare
Choose a tag to compare

Use Object.setPrototypeOf(obj,exp) instead of obj.proto = exp

v1.1.0

25 Nov 08:48
Compare
Choose a tag to compare

Better support for advance use-cases.

Fix multiple instance issue.
Moved internal methods and properties onto an instance object.
Add advanced use documentation to the readme.

v1.0.0

22 Nov 10:04
Compare
Choose a tag to compare

Add support for sub express applications