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 (Collapse)Author
2017-10-20Update READMEJeroen Valcke
2017-10-20Add test to check if __filename and __dirname is correctJeroen Valcke
2017-10-20Added __set__ testsJeroen Valcke
2017-10-19Add optional babel const to let parser.Jeroen Valcke
2016-07-012.5.2v2.5.2Johannes Ewald
2016-07-01Update CHANGELOGJohannes Ewald
2016-07-01Add empty line after varJohannes Ewald
2016-07-01Merge pull request #98 from tschaub/unmodified-extensionsJohannes Ewald
Only add .coffee to extensions if it was present before
2016-05-18Only add .coffee to extensions if it was present beforeTim Schaub
2016-03-16Add note on imported globals in READMEJohannes Ewald
See http://stackoverflow.com/questions/34885024/when-using-rewire-and-sinon-faketimer-order-matters/36025128 Fixes #87
2016-03-16Update and improve READMEJohannes Ewald
2016-03-16Merge pull request #86 from vkarpov15/patch-1Johannes Ewald
remove misused term from README
2016-03-16Merge pull request #84 from trodrigues/patch-1Johannes Ewald
Add a note about babel-plugin-rewire
2016-03-16Merge pull request #88 from BenjaminVerble/readme/limitations/constJohannes Ewald
add note about const to readme
2016-01-28add note about const to readmeBen Verble
2016-01-18remove misused term from READMEValeri Karpov
monkeypatching !== dependency injection https://en.wikipedia.org/wiki/Dependency_injection
2015-12-01Add node 4.x and 5.x to .travis.ymlJohannes Ewald
2015-12-01v2.5.1v2.5.1Johannes Ewald
2015-12-01Update CHANGELOGJohannes Ewald
2015-12-01Merge pull request #83 from TheSavior/primitivesJohannes Ewald
Should not try to attach to modules that export primitives
2015-11-30Should not blow up on modules that export primitivesEli White
2015-11-20Add a note about babel-plugin-rewireTiago Rodrigues
See #62
2015-11-16v2.5.0v2.5.0Johannes Ewald
2015-11-16Update CHANGELOGJohannes Ewald
2015-11-16Move testLib into dedicated folder inside root folderJohannes Ewald
2015-11-14Move shared test cases into lib folderJohannes Ewald
Since new versions of npm respect the .npmignore even when it comes from git urls, we need to move the shared test cases into the lib folder in order to provide these cases to other modules which port rewire's functionality to other environments. As discussed at https://github.com/jhnns/rewire-webpack/pull/18
2015-11-07v2.4.0v2.4.0Johannes Ewald
2015-11-07Update CHANGELOGJohannes Ewald
2015-11-07Merge pull request #78 from TheSavior/writableJohannes Ewald
Enable rewiring rewired modules
2015-10-13Make properties writableEli White
2015-06-10Update CHANGELOGJohannes Ewald
2015-06-10v2.3.4v2.3.4Johannes Ewald
2015-06-10Merge pull request #60 from stevemao/patch-1Johannes Ewald
Add two more keywords
2015-06-10Merge pull request #59 from pdehaan/patch-1Johannes Ewald
Add license attribute
2015-05-29add two more keywordsSteve Mao
I was searching for "fake require" but I couldn't find this amazing module
2015-05-23Add license attributePeter deHaan
https://docs.npmjs.com/files/package.json#license http://npm1k.org/
2015-04-28v2.3.3v2.3.3Johannes Ewald
2015-04-28Update CHANGELOGJohannes Ewald
2015-04-28Fix issue where the strict mode was not detected when a comment was before ↵Johannes Ewald
"strict mode"; Fixes #54
2015-04-28v2.3.2v2.3.2Johannes Ewald
2015-04-28Update CHANGELOGJohannes Ewald
2015-04-28Fix wrong commentsJohannes Ewald
2015-04-28Add section about limitationsJohannes Ewald
Closes #51 #57
2015-04-28Use IIFE like in ↵Johannes Ewald
https://github.com/jhnns/rewire-webpack/blob/e6ae0c2be0cd7d273ef272b91c2934ecf3447edf/lib/rewire.loader.js Closes #56
2015-04-28Try to require coffee-script on start-upJohannes Ewald
2015-03-19Clearify caveat about dot notationJohannes Ewald
2015-03-19Fix minor grammar issueJohannes Ewald
2015-02-25Add downloadRank to npm badgeJohannes Ewald
2015-02-23v2.3.1v2.3.1Johannes Ewald
2015-02-23Add note on special globalsJohannes Ewald