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
path: root/lib
AgeCommit message (Expand)Author
2015-02-05Fix issues with reverting nested propertiesJohannes Ewald
2015-01-16ignore invalid variable names during injection of global paramsZolmeister
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-28mv var to top of function to be consistent with style in rest of fileRich Trott
2014-10-28fix leak, add test, for #33Rich Trott
2014-10-28Small refactoringsJohannes Ewald
2014-10-25rewire methods as non-enumerableNick Bottomley
2014-07-08Add promise feature to __with__Johannes 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-05-20Added fix for node 0.11.x testsJohannes Ewald
2014-05-20Added istanbul for test coverageJohannes Ewald
2013-10-01- removed client-side bundlers (for webpack support take a look at https://gi...jhnns
2013-03-13- Added deprecation warning for client-side bundlersJohannes Ewald
2013-03-01support module that without last empty linesuisho
2013-02-23- added Coffee-Script support closes #8 (jashkenas/coffee-script#2707)Johannes Ewald
2013-02-20- removed old .reset()-exportJohannes Ewald
2013-02-12- Improved client-side rewire() with webpackJohannes Ewald
2012-09-25- Fixed error with client-side bundlers when a module was ending with a commentv1.0.3Johannes
2012-09-18- Improved strict mode detectionJohannes
2012-09-15- Fixed crash when a global module has been used in the browserv1.0.1Johannes
2012-08-20Merge branch 'master' of github.com:jhnns/rewireJohannes
2012-08-20- All tests runningJohannes
2012-08-18- Introduced webpack bundler for rewire (work in progress, some tests are not...Johannes
2012-07-17- Fixed error in commentJohannes
2012-07-10- fixed parsing error when trying to set a function as mockv0.3.2Johannes
2012-07-03updated commentsJohannes
2012-07-03- fixed bug when using b.addEntry()Johannes
2012-07-02- changed browserify version to 1.13.5Johannes
2012-06-23added commentsJohannes
2012-06-23added commentsJohannes
2012-06-22all tests runningJohannes
2012-06-21removed "use strict"; to avoid influencing not-strict modulesJohannes
2012-06-21added detectStrictMode-moduleJohannes
2012-06-15namespaced all variables within the __set__ method so you can really set all ...Johannes
2012-06-12- changed APIv0.2.0Johannes
2012-06-06added support for older node versionsv0.1.3Johannes
2012-06-04fixed bug when trying to leak private variables while using "module.exports =...Johannes
2012-06-04introduced require.reset()Johannes
2012-06-04added documentationJohannes
2012-06-04added documentationJohannes
2012-06-04changed repo-name to rewireJohannes
2012-06-03changed injection behaviourJohannes
2012-06-03all tests up and runningJohannes