Skip to content

Releases: expressjs/serve-favicon

2.0.1

05 Jun 15:46
Compare
Choose a tag to compare
  • Reduce byte size of ETag header

2.0.0

02 May 23:28
Compare
Choose a tag to compare
  • path argument is required; there is no default icon.
  • Accept Buffer of icon as first argument.
  • Non-GET and HEAD requests are denied.
  • Send valid max-age value
  • Support conditional requests
  • Support max-age=0
  • Support OPTIONS method
  • Throw if path argument is directory.