Skip to content

Releases: expressjs/serve-favicon

2.5.1

10 Jun 10:03
83da8d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

2.5.0

29 Mar 20:03

Choose a tag to compare

  • Ignore requests without url property
  • deps: ms@2.1.1
    • Add week
    • Add w

2.4.5

26 Sep 16:48

Choose a tag to compare

  • deps: etag@~1.8.1
    • perf: replace regular expression with substring
  • deps: fresh@0.5.2
    • Fix regression matching multiple ETags in If-None-Match
    • perf: improve If-None-Match token parsing

2.4.4

12 Sep 03:55

Choose a tag to compare

  • deps: fresh@0.5.1
    • Fix handling of modified headers with invalid dates
    • perf: improve ETag match loop
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: safe-buffer@5.1.1

2.4.3

16 May 21:46

Choose a tag to compare

  • Use safe-buffer for improved Buffer API
  • deps: ms@2.0.0

2.4.2

25 Mar 01:19

Choose a tag to compare

  • deps: ms@1.0.0

2.4.1

28 Feb 04:07

Choose a tag to compare

  • Remove usage of res._headers private field
  • deps: fresh@0.5.0
    • Fix incorrect result when If-None-Match has both * and ETags
    • Fix weak ETag matching to match spec
    • perf: skip checking modified time if ETag check failed
    • perf: skip parsing If-None-Match when no ETag header
    • perf: use Date.parse instead of new Date

2.4.0

20 Feb 06:54

Choose a tag to compare

  • deps: etag@~1.8.0
    • Use SHA1 instead of MD5 for ETag hashing
    • Works with FIPS 140-2 OpenSSL configuration
  • deps: fresh@0.4.0
    • Fix false detection of no-cache request directive
    • perf: enable strict mode
    • perf: hoist regular expressions
    • perf: remove duplicate conditional
    • perf: remove unnecessary boolean coercions
  • perf: simplify initial argument checking

2.3.2

17 Nov 02:41

Choose a tag to compare

  • deps: ms@0.7.2

2.3.1

24 Jan 02:56

Choose a tag to compare

  • deps: parseurl@~1.3.1
    • perf: enable strict mode