Skip to content

1.6.21

Compare
Choose a tag to compare
@hansott hansott released this 22 Apr 14:08
· 206 commits to main since this release
916e44a
  • Improve request statistics (we stopped counting static files paths etc)
  • Add support for subnets in IP Allowlist (configured on route level)
  • Detect if Zen is imported too late (will print a warning in console)
  • Add support for fast-xml-parser v5
  • Remove new Function(...) code injection detection (it can break apps that rely on Function.constructor === Function for inheritance checks)
  • Allow passing a Router to addExpressMiddleware (Closes #587)
  • Improve path traversal checks
  • Add support for shelljs v0.9.x