Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-11v2.1.0v2.1.0Johannes Ewald
2014-07-10Improve shared test casesJohannes Ewald
2014-07-10Update CHANGELOGJohannes Ewald
2014-07-10Update READMEJohannes Ewald
2014-07-10Add test to check whether __with__ ignores all returned values which are not ...Johannes Ewald
2014-07-08Add line-breaks to caveatsJohannes Ewald
2014-07-08Adjust READMEJohannes Ewald
2014-07-08Merge branch 'bobpace-undo'Johannes Ewald
2014-07-08Add __with__ to excluded filesJohannes Ewald
2014-07-08Add promise feature to __with__Johannes Ewald
2014-07-08Improve __with__ testsJohannes Ewald
2014-07-08Refactor testsJohannes Ewald
2014-07-08Move __with__-function into own moduleJohannes Ewald
2014-07-08Refactor code to match module styleJohannes Ewald
2014-07-07added __with__ function according to proposed syntax in issue #29Bob Pace
2014-07-01__set__ returns an 'undo' function that when invoked will restore the module ...Bob Pace
2014-06-23Add gittip donate buttonJohannes Ewald
2014-05-202.0.1Johannes Ewald
2014-05-20Updated coverage badge to svgJohannes Ewald
2014-05-20Updated ignore filesJohannes Ewald
2014-05-20Updated description and added script for test coverage with istanbulJohannes Ewald
2014-05-20Added fix for node 0.11.x testsJohannes Ewald
2014-05-20Fixed wrong gitignoreJohannes Ewald
2014-05-20Added istanbul for test coverageJohannes Ewald
2014-05-20Updated ignore filesJohannes Ewald
2013-10-01- updated note on browserifyjhnns
2013-10-01- version bump 2.0.0jhnns
2013-10-01- added jshint optionsjhnns
2013-10-01- removed client-side bundlers (for webpack support take a look at https://gi...jhnns
2013-10-01- re-added note on CoffeeScript #8 (since require.extensions seems to stay - ...jhnns
2013-10-01Merge pull request #19 from mcandre/masterJohannes
2013-06-08- removed note on CoffeeScript #8Johannes
2013-05-09clearing away JSHint errorsmcandre
2013-04-16- added .npmignorejhnns
2013-04-16- removed IDE stuff from npm packagejhnns
2013-03-20- switched dependency badge to https://Johannes
2013-03-13- Removed note on IEv1.1.2Johannes Ewald
2013-03-13- Rolled back fake-package.json-mechanismJohannes Ewald
2013-03-13- Forced fake package.json to be committedJohannes Ewald
2013-03-13- Reintroduced shared test casesJohannes Ewald
2013-03-13- Fixed wrong path in testJohannes Ewald
2013-03-13- Updated .travis.yml for node v0.10 (again)Johannes Ewald
2013-03-13- Updated .travis.yml for node v0.10 (again)Johannes Ewald
2013-03-13- Added deprecation warning for client-side bundlersJohannes Ewald
2013-03-13Merge pull request #17 from sokra/patch-1Johannes
2013-03-12Include link to rewire-webpack in readmeTobias Koppers
2013-03-02- version bumpv1.1.1Johannes Ewald
2013-03-02- added a test for the case where a comment is on the last lineJohannes Ewald
2013-03-01Merge pull request #14 from suisho/last_empty_lineJohannes
2013-03-01support module that without last empty linesuisho