1. 15 2月, 2019 2 次提交
  2. 14 2月, 2019 3 次提交
  3. 13 2月, 2019 5 次提交
    • G
      Fix README links (#6284) · 126eb498
      Gary Meehan 提交于
      126eb498
    • T
      v8.0.1-canary.0 · 77a5a6f9
      Tim Neutkens 提交于
      77a5a6f9
    • T
      Merge branch 'master' into canary · 4fea345f
      Tim Neutkens 提交于
      # Conflicts:
      #	lerna.json
      #	packages/next-server/package.json
      #	packages/next/package.json
      4fea345f
    • T
      Fix Docs (#6270) · 10f41f5d
      Truong Hoang Dung 提交于
      Add options to customize webpack config section.
      10f41f5d
    • J
      Set default `Error` status code to 404 (#6276) · f43e1a95
      Joe Haddad 提交于
      * Set default `Error` status code to 404
      
      This is an appropriate default behavior because:
      
      1. When the server encounters an error, the `err` property is set.
      2. When the client-side application crashes, the `err` property is set.
      
      This means the "only" way to render the `/_error` page without an error
      is when a page is not found (special condition).
      
      Fixes #6243
      Closes #5437
      
      * Add new integration test for client side 404
      
      * single quotes
      
      * Remove unused variable
      
      * Standard needs to go away
      
      * Whoops
      
      * Check for null status code in res and err
      
      * Only check response for valid statusCode
      f43e1a95
  4. 12 2月, 2019 7 次提交
  5. 11 2月, 2019 16 次提交
  6. 10 2月, 2019 7 次提交