Projekt

Obecné

Profil

Stáhnout (792 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
1.1.2 / 2017-09-23
2
==================
3
4
  * perf: improve header token parsing speed
5
6
1.1.1 / 2017-03-20
7
==================
8
9
  * perf: hoist regular expression
10
11
1.1.0 / 2015-09-29
12
==================
13
14
  * Only accept valid field names in the `field` argument
15
    - Ensures the resulting string is a valid HTTP header value
16
17
1.0.1 / 2015-07-08
18
==================
19
20
  * Fix setting empty header from empty `field`
21
  * perf: enable strict mode
22
  * perf: remove argument reassignments
23
24
1.0.0 / 2014-08-10
25
==================
26
27
  * Accept valid `Vary` header string as `field`
28
  * Add `vary.append` for low-level string manipulation
29
  * Move to `jshttp` orgainzation
30
31
0.1.0 / 2014-06-05
32
==================
33
34
  * Support array of fields to set
35
36
0.0.0 / 2014-06-04
37
==================
38
39
  * Initial release