Releases: cloudflare/netjet
Releases · cloudflare/netjet
v1.3.0: Additional Preload Attributes
06 Feb 13:07
Compare
Sorry, something went wrong.
No results found
This release contains one new feature: support for adding additional Link attributes such as "nopush" and "x-http2-push-only" that may be understood by downstream intermediaries.
express ( )
. use ( netjet ( {
directives : [ 'nopush' ]
} ) )
. use ( express . static ( root ) )
. listen ( 1337 ) ;
Thanks to @SamyPesse for the PR. 🎉
Features
support optional preload attributes (7900bd52 )
v1.2.0
26 Jan 18:48
Compare
Sorry, something went wrong.
No results found
v1.1.4
14 Aug 19:03
Compare
Sorry, something went wrong.
No results found
Bug Fixes
urls: prefix relative urls with base href (a8f3600 ), closes #28
v1.1.3
26 Aug 14:09
Compare
Sorry, something went wrong.
No results found
Bug Fixes
headers: encode URLs included in headers (020b2a3 ), closes #22
Features
package: update hijackresponse to version 2.0.0 (88bf105 )
v1.1.2
21 Jul 21:35
Compare
Sorry, something went wrong.
No results found
chore(lint): resolve lint failures (f7e7af9 )
chore(package): update posthtml to version 0.9.0 (8644de7 )
chore(package): update xo to version 0.16.0 (52a6137 )
chore(release): 1.1.2 (b200fd1 )
fix(matchers): skip traversal when all matches are disabled (195a7d5 )
v1.1.1
21 Jul 21:35
Compare
Sorry, something went wrong.
No results found
1.1.1 (98f7839 )
chore(lint): resolve xo@0.14.0 lint failures (49ff06a )
chore(netjet): Name anonymous middleware function (92caa21 )
chore(package): update lodash.unescape to version 4.0.0 (dadd7dd )
chore(package): update supertest-as-promised to version 3.0.0 (238fbc8 )
chore(package): update testdouble to version 0.10.0 (30a9a23 )
chore(package): update testdouble to version 0.8.0 (1bfb578 )
chore(package): update testdouble to version 1.0.0 (e8ecebb )
chore(package): update xo to version 0.13.0 (22281a9 )
chore(package): update xo to version 0.14.0 (0969a50 )
chore(package): update xo to version 0.15.0 (2a81918 )
v1.1.0
21 Jul 21:35
Compare
Sorry, something went wrong.
No results found
1.1.0 (8e69572 )
fix(posthtml): no longer needs a Promise shim (96f374d )
feat(cache): Cache resources based on ETag headers (0a34ec7 )
chore(package): setup Travis-CI (f8fe400 )
v1.0.1
21 Jul 21:35
Compare
Sorry, something went wrong.
No results found
v1.0.0
21 Jul 21:35
Compare
Sorry, something went wrong.
No results found
feat(netjet): create the middleware (dfbe66a )
initial commit (17ee4e3 )