Projekt

Obecné

Profil

Stáhnout (917 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
1.2.1 / 2019-05-10
2
==================
3
4
  * Improve error when `str` is not a string
5
6
1.2.0 / 2016-06-01
7
==================
8
9
  * Add `combine` option to combine overlapping ranges
10
11
1.1.0 / 2016-05-13
12
==================
13
14
  * Fix incorrectly returning -1 when there is at least one valid range
15
  * perf: remove internal function
16
17
1.0.3 / 2015-10-29
18
==================
19
20
  * perf: enable strict mode
21
22
1.0.2 / 2014-09-08
23
==================
24
25
  * Support Node.js 0.6
26
27
1.0.1 / 2014-09-07
28
==================
29
30
  * Move repository to jshttp
31
32
1.0.0 / 2013-12-11
33
==================
34
35
  * Add repository to package.json
36
  * Add MIT license
37
38
0.0.4 / 2012-06-17
39
==================
40
41
  * Change ret -1 for unsatisfiable and -2 when invalid
42
43
0.0.3 / 2012-06-17
44
==================
45
46
  * Fix last-byte-pos default to len - 1
47
48
0.0.2 / 2012-06-14
49
==================
50
51
  * Add `.type`
52
53
0.0.1 / 2012-06-11
54
==================
55
56
  * Initial release