1. 24 3月, 2019 1 次提交
  2. 14 1月, 2019 1 次提交
  3. 11 1月, 2019 1 次提交
  4. 29 11月, 2018 1 次提交
  5. 28 11月, 2018 1 次提交
    • T
      Use Typescript to transpile Next.js core files instead of Babel (#5747) · 15bb1c5e
      Tim Neutkens 提交于
      - Replaces taskr-babel with taskr-typescript for the `next` package
      - Makes sure Node 8+ is used, no unneeded transpilation
      - Compile Next.js client side files through babel the same way pages are
      - Compile Next.js client side files to esmodules, not commonjs, so that tree shaking works.
      - Move error-debug.js out of next-server as it's only used/require in development
      - Drop ansi-html as dependency from next-server
      - Make next/link esmodule (for tree-shaking)
      - Make next/router esmodule (for tree-shaking)
      - add typescript compilation to next-server
      - Remove last remains of Flow
      - Move hoist-non-react-statics to next, out of next-server
      - Move htmlescape to next, out of next-server
      - Remove runtime-corejs2 from next-server
      15bb1c5e
  6. 02 10月, 2018 1 次提交
  7. 01 10月, 2018 1 次提交
    • T
      Monorepo (#5341) · b1c4f3ae
      Tim Neutkens 提交于
      - Implements Lerna
      - Moves all source code into `packages/next`
      - Keeps integration tests in the root directory
      b1c4f3ae
  8. 07 2月, 2018 1 次提交
  9. 01 9月, 2017 1 次提交
  10. 30 8月, 2017 1 次提交
    • A
      Add/with router (#2870) · 56662b4d
      Arunoda Susiripala 提交于
      * Add withRoute HOC
      
      Rebased (squashed)
      - removed routerToProps
      - updated hoist-non-react-statics
      - improved propTypes
      
      * Expose the whole Router instead of the route.
      
      * Make the example simple.
      
      * Update examples and the readme.
      
      * Add a test case.
      56662b4d