Skip to content

4.0.0

Compare
Choose a tag to compare
@schamberg97 schamberg97 released this 28 Sep 14:29
· 1 commit to master since this release
01dffb2

Notable changes:

  • Greatly improved performance

Breaking changes:

  • It is no longer possible to modify Fyrejet's request and response prototypes. If you need to add new request or response functionality, consider adding new functions or objects to req and res objects via middleware. This change is made to greatly improve performance

  • res.sendfile is deleted. Should not significantly impact anyone, as res.sendfile is deprecated for a long time in Express 4.

  • Major internal routing & init middleware changes to optimize performance. Behaviour is the same, but over 50% of the code is rewritten or reorganised, so it is mentioned just to be safe

  • app.settings implementation now relies on proxy object