UNPKG

1.07 kBMarkdownView Raw
1
21.0.1 / 2013-12-30
3==================
4
5 * add lame require.main() support for now
6
71.0.0 / 2013-12-29
8==================
9
10 * remove alias support
11
120.3.1 / 2013-09-12
13==================
14
15 * fix circular dependency issue
16
170.3.0 / 2013-08-04
18==================
19
20 * change typeof module from 'function' to 'require' to match Node.js implementation
21
220.2.2 / 2013-06-02
23==================
24
25 * fix support for reaching into modules (`require("foo/bar")` etc)
26
270.2.1 / 2013-02-19
28==================
29
30 * remove "has" var. Closes #16
31
320.2.0 / 2013-01-01
33==================
34
35 * add support for absolute paths.
36
370.1.1 / 2012-12-30
38==================
39
40 * fix prototype confusion (`toString` etc)
41
420.1.0 / 2012-10-19
43==================
44
45 * add main alias support
46
470.0.3 / 2012-10-16
48==================
49
50 * add `lastIndexOf` helper. Closes #9
51 * change this == root object. Closes #11
52
530.0.2 / 2012-09-01
54==================
55
56 * add json support [juliangruber]
57 * fix dep resolution when nested within directories
58
590.0.1 / 2010-01-03
60==================
61
62 * Initial release