1. 02 8月, 2019 1 次提交
  2. 24 7月, 2019 1 次提交
  3. 21 6月, 2019 1 次提交
    • J
      Dynamic Routes: Change impl from $param to [param] (#7623) · 6c625703
      Joe Haddad 提交于
      * Dynamic Routes: Change impl from $param to [param]
      
      * Update expected test snapshot
      
      * Update test to use new syntax
      
      * Update test file
      
      * Test more behavior
      
      * Update route sorter for new param syntax
      
      * Update dynamic routing tests
      
      * Update danging test file
      
      * Tweak test
      
      * Fix dev and update tests
      6c625703
  4. 28 5月, 2019 1 次提交
    • J
      Dynamic routing mark 2 (#7432) · e27203f8
      Joe Haddad 提交于
      * Update escape string regexp operators
      
      * temp
      
      * Extract getRouteRegex func
      
      * First iteration of dynamic routing for production only
      
      * Correctly order prod
      
      * Add serverless support
      
      * Single line it
      
      * noop routes
      
      * Format doc
      
      * Fix dynamic routing for dev
      
      * Add flag for dynamic routing
      
      * Update packages/next-server/lib/router/router.ts
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      
      * remove example
      
      * Add router tests
      
      * Format code
      
      * Sort routes
      
      * Update to not use posix path methods
      e27203f8