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
2015-02-23Fix problems when global objects like JSON, etc. have been rewiredJohannes Ewald
2015-02-17v2.3.0v2.3.0Johannes Ewald
2015-02-17Add possibility to mock undefined, implicit globalsJohannes Ewald
2015-02-10Add node 0.12 to .travis.ymlv2.2.0Johannes Ewald
2015-02-10v2.2.0Johannes Ewald
2015-02-06Add support for dot notationJohannes Ewald
2015-02-05v2.1.5v2.1.5Johannes Ewald
2015-02-05Fix issues with reverting nested propertiesJohannes Ewald
2015-02-05Add editorconfigJohannes Ewald
2015-02-05Use mocha to check for global leaksJohannes Ewald
2015-01-17Update changelog for 2.1.4Johannes Ewald
2015-01-17Remove node 0.8 from CIJohannes Ewald
2015-01-17v2.1.4v2.1.4Johannes Ewald
2015-01-17Add note on illegal global variable namesJohannes Ewald
2015-01-17Update devDependenciesJohannes Ewald
2015-01-17Merge pull request #36 from claydotio/you-dont-even-want-to-know-how-long-thi...Johannes Ewald
2015-01-16ignore invalid variable names during injection of global paramsZolmeister
2014-12-14Add test-folder to npmignoreJohannes Ewald
2014-12-14Add test for implicit global varsJohannes Ewald
2014-11-04Update CHANGELOG for v2.1.3Johannes Ewald
2014-11-04v2.1.3v2.1.3Johannes Ewald
2014-11-04Put src generator into dedicated module `getDefinePropertySrc()`Johannes Ewald
2014-11-04Fix shadowing of internal `module`, `exports` and `require` when a global cou...Johannes Ewald
2014-10-29v2.1.2v2.1.2Johannes Ewald
2014-10-29Merge pull request #34 from Trott/fix-leakJohannes Ewald
2014-10-28revise test to find all leaked globalsRich Trott
2014-10-28mv var to top of function to be consistent with style in rest of fileRich Trott
2014-10-28rm commentsRich Trott
2014-10-28fix leak, add test, for #33Rich Trott
2014-10-28v2.1.1v2.1.1Johannes Ewald
2014-10-28Small refactoringsJohannes Ewald
2014-10-28Merge pull request #32 from nickb1080/masterJohannes Ewald
2014-10-25rewire methods as non-enumerableNick Bottomley
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