Skip to content

Releases: expressjs/serve-favicon

2.3.0

14 Jun 03:22

Choose a tag to compare

  • Send non-chunked response for OPTIONS
  • deps: etag@~1.7.0
    • Always include entity length in ETags for hash length extensions
    • Generate non-Stats ETags using MD5 only (no longer CRC32)
    • Remove base64 padding in ETags to shorten
  • deps: fresh@0.3.0
    • Add weak ETag matching support
  • perf: enable strict mode
  • perf: remove argument reassignment
  • perf: remove bitwise operations

2.2.1

14 May 14:57

Choose a tag to compare

  • deps: etag@~1.6.0
    • Improve support for JXcore
    • Support "fake" stats objects in environments without fs
  • deps: ms@0.7.1
    • Prevent extraordinarily long inputs

2.2.0

19 Dec 06:25

Choose a tag to compare

  • Support query string in the URL
  • deps: etag@~1.5.1
    • deps: crc@3.2.1
  • deps: ms@0.7.0
    • Add milliseconds
    • Add msecs
    • Add secs
    • Add mins
    • Add hrs
    • Add yrs

2.1.7

20 Nov 06:39

Choose a tag to compare

  • Avoid errors from enumerables on Object.prototype

2.1.6

17 Oct 00:37

Choose a tag to compare

  • deps: etag@~1.5.0

2.1.5

24 Sep 19:07

Choose a tag to compare

  • deps: etag@~1.4.0

2.1.4

24 Sep 19:07

Choose a tag to compare

  • Fix content headers being sent in 304 response
  • deps: etag@~1.3.1
    • Improve ETag generation speed

2.1.3

08 Sep 02:58

Choose a tag to compare

  • deps: fresh@0.2.4

2.1.2

06 Sep 03:17

Choose a tag to compare

  • deps: etag@~1.3.0
    • Improve ETag generation speed

2.1.1

27 Aug 18:42

Choose a tag to compare

  • Fix ms to be listed as a dependency