Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. 1.8.1 / 2017-09-12
  2. ==================
  3. * perf: replace regular expression with substring
  4. 1.8.0 / 2017-02-18
  5. ==================
  6. * Use SHA1 instead of MD5 for ETag hashing
  7. - Improves performance for larger entities
  8. - Works with FIPS 140-2 OpenSSL configuration
  9. 1.7.0 / 2015-06-08
  10. ==================
  11. * Always include entity length in ETags for hash length extensions
  12. * Generate non-Stats ETags using MD5 only (no longer CRC32)
  13. * Improve stat performance by removing hashing
  14. * Remove base64 padding in ETags to shorten
  15. * Use MD5 instead of MD4 in weak ETags over 1KB
  16. 1.6.0 / 2015-05-10
  17. ==================
  18. * Improve support for JXcore
  19. * Remove requirement of `atime` in the stats object
  20. * Support "fake" stats objects in environments without `fs`
  21. 1.5.1 / 2014-11-19
  22. ==================
  23. * deps: crc@3.2.1
  24. - Minor fixes
  25. 1.5.0 / 2014-10-14
  26. ==================
  27. * Improve string performance
  28. * Slightly improve speed for weak ETags over 1KB
  29. 1.4.0 / 2014-09-21
  30. ==================
  31. * Support "fake" stats objects
  32. * Support Node.js 0.6
  33. 1.3.1 / 2014-09-14
  34. ==================
  35. * Use the (new and improved) `crc` for crc32
  36. 1.3.0 / 2014-08-29
  37. ==================
  38. * Default strings to strong ETags
  39. * Improve speed for weak ETags over 1KB
  40. 1.2.1 / 2014-08-29
  41. ==================
  42. * Use the (much faster) `buffer-crc32` for crc32
  43. 1.2.0 / 2014-08-24
  44. ==================
  45. * Add support for file stat objects
  46. 1.1.0 / 2014-08-24
  47. ==================
  48. * Add fast-path for empty entity
  49. * Add weak ETag generation
  50. * Shrink size of generated ETags
  51. 1.0.1 / 2014-08-24
  52. ==================
  53. * Fix behavior of string containing Unicode
  54. 1.0.0 / 2014-05-18
  55. ==================
  56. * Initial release