1. 02 8月, 2019 1 次提交
  2. 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
  3. 31 5月, 2019 1 次提交
    • J
      Refresh query on mount for exported pages (#7462) · 8a8cde1b
      JJ Kasper 提交于
      * Refresh query on mount for exported pages
      
      * Make sure to only refresh query if it is different
      
      * Only update if search isn't empty
      
      * Merge pre-rendered query values with
      current query values
      
      * Remove dynamic restriction for autoExporting
      
      * Update dynamic routing test fo autoExport
      
      * Remove autoExport from client-navigation test
      
      * Remove logs and update trailing slash config
      
      * Update nextExport tests in client-navigation
      
      * Disable autoExport in export suite
      8a8cde1b
  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