UNPKG

component-require

Version:

require implementation for component(1)

63 lines (38 loc) 1.07 kB
1.0.1 / 2013-12-30 ================== * add lame require.main() support for now 1.0.0 / 2013-12-29 ================== * remove alias support 0.3.1 / 2013-09-12 ================== * fix circular dependency issue 0.3.0 / 2013-08-04 ================== * change typeof module from 'function' to 'require' to match Node.js implementation 0.2.2 / 2013-06-02 ================== * fix support for reaching into modules (`require("foo/bar")` etc) 0.2.1 / 2013-02-19 ================== * remove "has" var. Closes #16 0.2.0 / 2013-01-01 ================== * add support for absolute paths. 0.1.1 / 2012-12-30 ================== * fix prototype confusion (`toString` etc) 0.1.0 / 2012-10-19 ================== * add main alias support 0.0.3 / 2012-10-16 ================== * add `lastIndexOf` helper. Closes #9 * change this == root object. Closes #11 0.0.2 / 2012-09-01 ================== * add json support [juliangruber] * fix dep resolution when nested within directories 0.0.1 / 2010-01-03 ================== * Initial release