Naoyuki Kanezawa
|
1708222381
|
Programmatic API (#310)
* add 'next' api
* add render APIs
* add 'as' prop to Link
* check Accept header to serve json response
* check if response was finished on getInitialProps call
* move server/app to server/index
* load webpack-hot-middleware-client by absolute path
* server: options for testing
* add tests
* example: improve
* server: make dir optional
* fix client routing
* add parameterized routing example
* link: fix display url
* Add custom-server-express example (#352)
* Add custom-server-express example
* Remove extraneous nexts in express routes defs
* Update next config in server.js
* Handle accept headers totally inside Next.js (#385)
* Handle accept headers totally inside Next.js
Now user doesn't need to handle it anymore.
* Move json pages serving to /_next/pages base path.
* Join paths correctly.
* remove next/render
|
2016-12-16 12:33:08 -08:00 |
|
Naoyuki Kanezawa
|
8ddafaea5c
|
custom document support (#405)
|
2016-12-16 10:42:40 -08:00 |
|
Benjamin E. Coe
|
0f2979b02b
|
chore: switch from ava to jest (#381)
|
2016-12-12 21:31:49 +09:00 |
|
nkzawa
|
6ad1e23167
|
Merge branch 'master' into pr/259
|
2016-12-02 10:35:07 +09:00 |
|
nkzawa
|
39c6536bcc
|
fix a test
|
2016-12-01 20:39:56 +09:00 |
|
Benjamin Coe
|
c56fde89c3
|
chore: add test coverage
|
2016-11-22 10:11:23 -08:00 |
|
zpnk
|
e0455823a0
|
Add default utf-8 charset. (#270)
|
2016-11-17 15:06:54 -08:00 |
|
nkzawa
|
83400a8f38
|
fix usage of next/css
|
2016-10-25 17:16:54 +09:00 |
|
Dan Zajdband
|
e164074f8e
|
Added glamor css (#38)
* Added glamor css
* Using pseudoclasses instead of calling functions
* Updated readme using style instead of default import for css
|
2016-10-21 09:39:20 -07:00 |
|
nkzawa
|
ec774a39da
|
refactor paths
|
2016-10-19 21:58:08 +09:00 |
|
Dan Zajdband
|
1477734211
|
Added linting using standard (#27)
* Added linting using standard
* Linting on test
|
2016-10-16 17:00:17 -07:00 |
|
Dan Zajdband
|
78fa6b191d
|
Added async props test (#9)
|
2016-10-15 23:32:58 -05:00 |
|
Dan Zajdband
|
7f89c39045
|
Set test command and added more tests
|
2016-10-12 19:15:58 -04:00 |
|
nkzawa
|
facd19b5a7
|
add a css test
|
2016-10-10 13:35:37 +09:00 |
|
nkzawa
|
3647ed14ac
|
add a test
|
2016-10-10 13:25:08 +09:00 |
|