1. 08 4月, 2017 1 次提交
  2. 05 4月, 2017 1 次提交
  3. 03 4月, 2017 1 次提交
  4. 30 3月, 2017 1 次提交
  5. 26 3月, 2017 1 次提交
  6. 24 3月, 2017 1 次提交
  7. 17 3月, 2017 1 次提交
  8. 15 3月, 2017 1 次提交
  9. 14 3月, 2017 1 次提交
  10. 13 3月, 2017 1 次提交
  11. 08 3月, 2017 2 次提交
    • A
      [WIP] Improve test setup (#1372) · f9286f74
      Arunoda Susiripala 提交于
      * Run tests serially.
      
      * Make test result verbose.
      
      * Don't wait until closing the browser.
      
      * Add some debug logs.
      
      * Add bailing support.
      
      * Get the browser with a timeout.
      
      * Add some comments.
      
      * Remove istanbul babel tranformation.
      Jest already do it and it's breaking our coveralls hit.
      f9286f74
    • G
      update yarn · e15f0607
      Guillermo Rauch 提交于
      e15f0607
  12. 03 3月, 2017 1 次提交
  13. 01 3月, 2017 1 次提交
  14. 28 2月, 2017 1 次提交
  15. 27 2月, 2017 2 次提交
    • G
      Release 2.0.0-beta.33 · 8399ea70
      Guillermo Rauch 提交于
      8399ea70
    • A
      Implement "on demand entries" (#1111) · d3b1ead1
      Arunoda Susiripala 提交于
      * Add a plan for dynamic entry middleware.
      
      * Use dynamic pages middleware to load pages in dev.
      
      * Add the first version of middleware but not tested.
      
      * Integrated.
      
      * Disable prefetching in development.
      Otherwise it'll discard the use of dynamic-entries.
      
      * Build custom document and error always.
      
      * Refactor code base.
      
      * Change branding as on-demand entries.
      
      * Fix tests.
      
      * Add a client side pinger for on-demand-entries.
      
      * Dispose inactive entries.
      
      * Add proper logs.
      
      * Update grammer changes.
      
      * Add integration tests for ondemand entries.
      
      * Improve ondemand entry disposing logic.
      
      * Try to improve testing.
      
      *  Make sure entries are not getting disposed in basic integration tests.
      
      * Resolve conflicts.
      
      * Fix tests.
      
      * Fix issue when running Router.onRouteChangeComplete
      
      * Simplify state management.
      
      * Make sure we don't dispose the last active page.
      
      * Reload invalid pages detected with the client side ping.
      
      * Improve the pinger code.
      
      * Touch the first page to speed up the future rebuild times.
      
      * Add Websockets based pinger.
      
      * Revert "Add Websockets based pinger."
      
      This reverts commit f706a49a3d886d0231259b7a1fded750ced2e48f.
      
      * Do not send requests per every route change.
      
      * Make sure we are completing the middleware request always.
      
      * Make sure test pages are prebuilt.
      d3b1ead1
  16. 26 2月, 2017 4 次提交
  17. 23 2月, 2017 1 次提交
  18. 21 2月, 2017 1 次提交
  19. 17 2月, 2017 2 次提交
  20. 16 2月, 2017 1 次提交
  21. 15 2月, 2017 2 次提交
    • T
      Remove pre-gzip support (#1155) · fca186f9
      Tim Neutkens 提交于
      fca186f9
    • A
      Introduce a simple prefetching solution (#957) · 14c86bef
      Arunoda Susiripala 提交于
      * Implement a very simple prefetching solution.
      
      * Remove next-prefetcher.
      
      * Require 'whatwg-fetch' only in the client.
      
      * Use xhr in the code.
      
      * Use a simple fetching solution.
      
      * Fix 404 and xhr status issue.
      
      * Move the prefetching implementation to next/router.
      
      * Add deprecated warnning for next/prefetch
      
      * Run only 2 parellel prefetching request at a time.
      
      * Change xhr to jsonPageRes.
      
      * Improve the prefetching logic.
      
      * Add unit tests covering the Router.prefetch()
      
      * Update examples to use the new syntax.
      
      * Update docs.
      
      * Use execOnce() to manage warn printing.
      
      * Remove prefetcher building from the flyfile.js
      Because, we no longer use it.
      14c86bef
  22. 14 2月, 2017 3 次提交
  23. 11 2月, 2017 2 次提交
  24. 10 2月, 2017 2 次提交
    • L
      Write executable files to `dist/bin` (#1059) · 864fe60a
      Luke Edwards 提交于
      * update to fly@2.0.4
      
      * write executable dist/bin files
      864fe60a
    • L
      [WIP] Migrate from Gulp to Fly (#965) · 839fb1c0
      Luke Edwards 提交于
      * install fly & plugins
      
      * start flyfile conversion
      
      * install node-notifier directly
      
      * send task notifications
      
      * upgrade to fly@2.0.1
      
      * fix watch rebuilds
      
      * compile in parallel
      
      * remove gulp-related deps
      
      * enable start|stop-chromedriver
      
      * run build before watching
      
      * extract webpack config
      
      * fix webpack build
      
      * use serial chain within 'build' -- faster
      
      * update to fly-watch@1.1.0
      
      * generate new yarn.lock after rebase
      
      * rename tasks; use fly-esnext (async/await)
      
      * bump fly deps (node4 supp)
      
      * remove destructured assignment
      
      * import latest package.json changes
      839fb1c0
  25. 09 2月, 2017 1 次提交
  26. 08 2月, 2017 1 次提交
    • A
      Add babel-preset-latest support. (#1027) · 55f48563
      Arunoda Susiripala 提交于
      * Add babel-preset-2016 support.
      This adds the support for Exponentiation operator (**)
      
      * Use babel-preset-latest.
      
      * Remove babel-plugin-transform-async-to-generator in favor of babel-plugin-latest
      It has es2017 preset and it comes with the above plugin.
      55f48563
  27. 06 2月, 2017 1 次提交
  28. 03 2月, 2017 1 次提交
  29. 28 1月, 2017 1 次提交