1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
Commit graph

52 commits

Author SHA1 Message Date
nkzawa fc23d34a40 Release 1.1.2 2016-11-18 23:25:51 +09:00
nkzawa d88f40a001 remove babel settings for ava 2016-11-14 16:01:15 +09:00
Sébastien Dubois c5887281fb Update glamor (#228) 2016-11-09 19:15:58 +09:00
Andrew McCloud 7f0f3ae940 Upgrade babel-plugin-module-resolver to 2.3.0 to fix #202 (#218) 2016-11-07 11:11:54 +09:00
nkzawa b9d6a59415 Release 1.1.1 2016-11-06 17:52:17 +09:00
nkzawa 027622f646 add ava as a devDependencies for npm@2.x 2016-11-06 14:47:13 +09:00
Siddharth Kshetrapal 18ab55bc73 Added travis file (#205)
* Added travis file

* Dropping node 5

* Added os field as well

* Removed os, fails on both osx and linux

* Adding ava and sockjs-client as devDeps

* Shouldn't need ava 🤔

* Moved sockjs-client to dependency
2016-11-06 03:04:59 +09:00
nkzawa ef409af453 Revert "Revert "Add syntax highlighting to debug error page" (#197)"
This reverts commit f4ae99fc54.
2016-11-06 00:15:54 +09:00
Guillermo Rauch 0c27e3ab16 package: bump version for release 2016-11-05 09:18:04 +08:00
Naoyuki Kanezawa f4ae99fc54 Revert "Add syntax highlighting to debug error page" (#197) 2016-11-04 21:23:00 +09:00
nkzawa 27c5632b1d add strip-ansi again 2016-11-04 19:29:39 +09:00
David Street bce4434db9 Add syntax highlighting to debug error page (#195) 2016-11-04 17:16:29 +09:00
Tim Oxley 77739f4d5e next init: Create supplied directory if it does not exist. (#136)
* next init: Create supplied directory if it does not exist.

* next init: use mkdirp to init into nested dirs.

Picked mkdirp-then out of many alternatives. Same author & similar
dependencies to mz.

Now next init a/b/c works.

Related https://github.com/zeit/next.js/pull/136#discussion_r85543040
2016-11-03 19:07:15 +09:00
Tim Oxley b86f6a2d42 Ensure bin files are linted. Fix lint issue in bin/next-init. (#158) 2016-10-31 11:39:55 -07:00
nkzawa 4c2f381e74 Release 1.0.2 2016-10-30 02:17:26 +09:00
Michael Helvey 3fa636fa81 Expose css, link, and head in package. (#154)
* Expose next/css, next/link, and next/head.

This allows test runners like Jest and ESLint's file resolver to
be able to find exported modules within `next`.

Fixes #113

* Removed semicolons for linting and expose modules.
2016-10-30 02:12:54 +09:00
Brandon Bayer 7501e80b4b fix: add json-loader to dependency list (#146) 2016-10-29 12:44:10 +02:00
nkzawa 990e39b13e replace babel-plugin-module-alias with babel-plugin-module-resolver 2016-10-29 00:48:14 +09:00
nkzawa e2a7c5f0e8 Release 1.0.1 2016-10-28 23:47:07 +09:00
Siddharth Kshetrapal 27fa4e958e Freezing version for standard (#108)
Added in https://github.com/zeit/next.js/pull/27
2016-10-27 17:57:47 +09:00
Leo Lamprecht 3d44b58d5d
Subtle fixes for package file 2016-10-25 20:47:03 +02:00
Leo Lamprecht 6cfd1a5fc2
Improved repository field in package file 2016-10-25 20:45:35 +02:00
nkzawa 767bcfdfc8 package.json: remove ^ 2016-10-26 01:27:02 +09:00
nkzawa 4b74c70cc9 Release 1.0.0 2016-10-26 00:10:10 +09:00
nkzawa c698b32ac8 Merge branch 'master' into fix/meta 2016-10-25 23:59:13 +09:00
nkzawa 333eb959cc 0.9.11 2016-10-25 23:43:07 +09:00
nkzawa 1bf98eaa6b v0.9.10 2016-10-25 22:54:45 +09:00
nkzawa 10105dce57 package.json: add the repository field 2016-10-25 20:18:06 +09:00
nkzawa c063973ac0 package.json: add description and homepage fields 2016-10-25 20:03:48 +09:00
nkzawa 165431bdc7 v0.9.9 2016-10-25 19:58:36 +09:00
nkzawa becae90375 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 16:46:16 +09:00
nkzawa 81612f86a7 prepublish hook 2016-10-25 16:45:12 +09:00
nkzawa 414fa68295 add benchmark module 2016-10-25 16:26:21 +09:00
Guillermo Rauch 10ce2e3305 Update package.json 2016-10-25 08:11:00 +02: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 2e2db37ccb add error page for debug 2016-10-19 21:41:45 +09:00
nkzawa 0544c247bb clean up dependencies 2016-10-17 16:24:38 +09:00
nkzawa a40bba954b remove .next before compiling 2016-10-17 12:55:33 +09:00
nkzawa 1be8447a26 Merge branch 'master' into add/hot-reload 2016-10-17 11:10:16 +09:00
Dan Zajdband 2d06eb5958 Added husky for linting on precommit (#29) 2016-10-16 17:52:12 -07:00
Dan Zajdband 1477734211 Added linting using standard (#27)
* Added linting using standard

* Linting on test
2016-10-16 17:00:17 -07:00
nkzawa 3032ade283 write assets to disk 2016-10-16 04:49:42 +09:00
nkzawa e7ffb2c17d emit modules as file 2016-10-16 01:17:27 +09:00
nkzawa 26e6193a97 hot-reload: initial 2016-10-15 00:05:08 +09:00
Dan Zajdband 7a379ac25e Added benchmark suite 2016-10-13 16:01:11 -04:00
Dan Zajdband 7f89c39045 Set test command and added more tests 2016-10-12 19:15:58 -04:00
nkzawa a8dcb52ac5 gulp test 2016-10-10 13:18:56 +09:00
nkzawa f9eaf8db3b use UglifyJsPlugin 2016-10-09 21:45:26 +09:00
nkzawa 429668b464 improve resolving files, cache files 2016-10-08 21:01:58 +09:00
nkzawa 88b01e0a72 next-dev 2016-10-06 20:05:52 +09:00