Releases: cloudflare/netjet
Releases · cloudflare/netjet
v1.3.0: Additional Preload Attributes
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
v1.1.4
v1.1.3
v1.1.2
v1.1.1
- 1.1.1 (98f7839)
- chore(lint): resolve [email protected] 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)