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 792B

123456789101112131415161718192021222324252627282930313233343536373839
  1. 1.1.2 / 2017-09-23
  2. ==================
  3. * perf: improve header token parsing speed
  4. 1.1.1 / 2017-03-20
  5. ==================
  6. * perf: hoist regular expression
  7. 1.1.0 / 2015-09-29
  8. ==================
  9. * Only accept valid field names in the `field` argument
  10. - Ensures the resulting string is a valid HTTP header value
  11. 1.0.1 / 2015-07-08
  12. ==================
  13. * Fix setting empty header from empty `field`
  14. * perf: enable strict mode
  15. * perf: remove argument reassignments
  16. 1.0.0 / 2014-08-10
  17. ==================
  18. * Accept valid `Vary` header string as `field`
  19. * Add `vary.append` for low-level string manipulation
  20. * Move to `jshttp` orgainzation
  21. 0.1.0 / 2014-06-05
  22. ==================
  23. * Support array of fields to set
  24. 0.0.0 / 2014-06-04
  25. ==================
  26. * Initial release