프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / range-parser / HISTORY.md

이력 | 보기 | 이력해설 | 다운로드 (832 Bytes)

1
1.2.0 / 2016-06-01
2
==================
3

    
4
  * Add `combine` option to combine overlapping ranges
5

    
6
1.1.0 / 2016-05-13
7
==================
8

    
9
  * Fix incorrectly returning -1 when there is at least one valid range
10
  * perf: remove internal function
11

    
12
1.0.3 / 2015-10-29
13
==================
14

    
15
  * perf: enable strict mode
16

    
17
1.0.2 / 2014-09-08
18
==================
19

    
20
  * Support Node.js 0.6
21

    
22
1.0.1 / 2014-09-07
23
==================
24

    
25
  * Move repository to jshttp
26

    
27
1.0.0 / 2013-12-11
28
==================
29

    
30
  * Add repository to package.json
31
  * Add MIT license
32

    
33
0.0.4 / 2012-06-17
34
==================
35

    
36
  * Change ret -1 for unsatisfiable and -2 when invalid
37

    
38
0.0.3 / 2012-06-17
39
==================
40

    
41
  * Fix last-byte-pos default to len - 1
42

    
43
0.0.2 / 2012-06-14
44
==================
45

    
46
  * Add `.type`
47

    
48
0.0.1 / 2012-06-11
49
==================
50

    
51
  * Initial release