Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Feb 11, 2016
  2. Feb 10, 2016
  3. Jan 07, 2016
  4. Jan 05, 2016
  5. Dec 24, 2015
  6. Dec 12, 2015
  7. Nov 06, 2015
  8. Oct 15, 2015
  9. Sep 24, 2015
  10. Sep 23, 2015
  11. Sep 16, 2015
  12. Sep 04, 2015
  13. Sep 02, 2015
    • James Ide's avatar
      [npm] Update to stacktrace-parser@0.1.3 and ws@0.8.0 to satisfy io.js 3 / Node 4 · 514efd17
      James Ide authored
      The previous version of stacktrace-parser 0.1.2 had an line in its package.json file that required Node <= 2.x. That line was removed, so it no longer warns on io.js 3.x or Node 4.x.
      
      Similarly, ws 0.8.0 was published with support for the new V8, so it compiles with io.js 3.x and therefore should work with Node 4.x.
      
      Updated the Travis file as well to run on io.js 3.x.
      
      Test Plan:
      ```
      $ nvm use iojs-v3
      Now using io.js v3.1.0 (npm v2.13.3)
      
      $ npm i
      <no compiler errors>
      ```
      514efd17
  14. Aug 22, 2015
    • James Ide's avatar
      [Travis] Put $PWD in front of nvm (fixes npm install) · f8f68176
      James Ide authored
      There was a problem where NVM_DIR wasn't correctly configured, which meant that `npm install` was using whatever version of Node was on the system (0.12 in this case) despite having run `nvm use iojs-v2`. Fixing up NVM_DIR fixes the `npm install` errors and builds the native npm packages for the right version of Node.
      f8f68176
  15. Aug 13, 2015
  16. Aug 12, 2015
  17. Jul 31, 2015
  18. Jul 02, 2015
    • James Ide's avatar
      [Tests] Update tests to run on io.js with the latest version of jest · 212bd225
      James Ide authored
      Updates the tests in small ways so they run on io.js with some updates:
      
       - The Cache test which relies on Promises uses `runAllImmediates` for modern versions of Node because bluebird uses `setImmediate` instead of `process.nextTick` for Node >0.10.
      
      Test Plan: Run `npm test` with the latest version of jest.
      212bd225
  19. May 30, 2015
  20. May 14, 2015
  21. May 05, 2015
  22. Apr 23, 2015
  23. Apr 17, 2015
  24. Apr 11, 2015
  25. Apr 04, 2015
  26. Apr 02, 2015
  27. Mar 28, 2015
    • Ben Alpert's avatar
      Autobuild website on Travis · 3b73a0f3
      Ben Alpert authored
      Had to change around the config since this is now a public repo so we
      can't use SSH auth. This seems to work though.
      3b73a0f3
  28. Mar 27, 2015