UNPKG

9.22 kBMarkdownView Raw
1
20.0.65 / 2016-05-18
3===================
4
5 * package: add webpack json loader [@rauchg]
6
70.0.64 / 2016-05-18
8===================
9
10 * use workers to webpack in next-build [@kevin-roark]
11 * enable to minify css [@nkzawa]
12 * pre-render to disk in next-build [@kevin-roark]
13 * improve babel settings [@nkzawa]
14 * enable async/await on /bin [@nkzawa]
15 * remove lazy option [@nkzawa]
16
170.0.63 / 2016-05-17
18===================
19
20 * fix npm build [@rauchg]
21
220.0.62 / 2016-05-17
23===================
24
25 * don't prefetch the same url more than once [@nkzawa]
26
270.0.61 / 2016-05-16
28===================
29
30 * strip ANSI from client logs [@kevin-roark]
31 * fix the case route is rendered before compile is finish [@nkzawa]
32 * make toDest return string [@nkzawa]
33 * use milliseconds for compile id [@nkzawa]
34 * fix hot-reloading error [@nkzawa]
35 * add job queue with multiple processes [@nkzawa]
36 * always append key to body of if statement to supress react warnings [@nkzawa]
37 * remove babel-preset-es2015-ie [@nkzawa]
38
390.0.60 / 2016-05-12
40===================
41
42 * add lazy compilation [@kevin-roark]
43 * improve logging [@kevin-roark]
44
450.0.59 / 2016-05-09
46===================
47
48 * bump cache
49
500.0.58 / 2016-05-09
51===================
52
53 * Object.assign doesn't exist on IE [@nkzawa]
54
550.0.57 / 2016-05-08
56===================
57
58 * fix not to add query parameters to prefetcher [@nkzawa]
59
600.0.56 / 2016-05-05
61===================
62
63 * server: implement `getInitialProps` [@rauchg]
64 * remove `<script server>` support [@rauchg]
65 * page-prefetcher: simplify once again [@ruchg]
66
670.0.55 / 2016-05-04
68===================
69
70 * revert support for regenerator [@rauchg]
71
720.0.54 / 2016-05-04
73===================
74
75 * add back `babel-runtime` for `Object.values` [@rauchg]
76
770.0.53 / 2016-05-04
78===================
79
80 * fix missing `Object.values` issue [@rauchg]
81
820.0.52 / 2016-05-04
83===================
84
85 * remove babel runtime [@rauchg]
86 * no longer support older versions of node without generators [@rauchg]
87 * eslintrc: add `no-unused-vars` [@rauchg]
88
890.0.51 / 2016-05-04
90===================
91
92 * server: add some lazy requires [@rauchg]
93
940.0.50 / 2016-05-04
95===================
96
97 * avoid requiring babel / socket.io / chokidar whenever possible [@rauchg]
98 * server: expose some utils (`toDest`, `toSrc`) separately [@rauchg]
99 * add `prepublish` script [@rauchg]
100
1010.0.49 / 2016-05-04
102===================
103
104 * bump deps [@rauchg]
105
1060.0.48 / 2016-05-03
107===================
108
109 * package: add webpack babel loader and strict mode remover [@rauchg]
110 * gulpfile: skip `'use strict;'` in module loader [@rauchg]
111 * eval-script: document weirdness [@rauchg]
112
1130.0.47 / 2016-04-26
114===================
115
116 * hot-reloading: fix reloading errored routes [@nkzawa]
117 * hot-reloading: fix delete cache [@nkzawa]
118
1190.0.46 / 2016-04-24
120===================
121
122 * enable async/await for <script server/> [@nkzawa]
123 * add support for <script server> [@nkzawa]
124 * print debug logs only on development [@nkzawa]
125 * bump react [@nkzawa]
126
1270.0.45 / 2016-04-08
128===================
129
130 * share next/head on every components [@nkzawa]
131 * delete remove-react-attrs [@nkzawa]
132 * use react v15 [@nkzawa]
133 * don't use for..of on client [@nkzawa]
134 * use babel-preset-es2015-ie for client [@nkzawa]
135
1360.0.44 / 2016-04-07
137==================
138
139 * remove Map, Set etc from client code [@nkzawa]
140 * babel config for IE10 [@nkzawa]
141
1420.0.42 / 2016-04-04
143===================
144
145 * update readme
146 * redirect to base automatically [nkzawa]
147
1480.0.42 / 2016-04-04
149===================
150
151 * bump
152
1530.0.41 / 2016-04-04
154===================
155
156 * bump
157
1580.0.40 / 2016-04-04
159===================
160
161 * serve prefetcher from the root path [@nkzawa]
162 * share next/* modules on client [@nkzawa]
163
1640.0.39 / 2016-04-03
165===================
166
167 * document: show error on hot-reloding [@nkzawa]
168 * custom App support [@nkzawa]
169 * bump react [@nkzawa]
170
1710.0.38 / 2016-04-02
172===================
173
174 * improve duduping head elements [@nkzawa]
175 * support overriding Document [@nkzawa]
176
1770.0.37 / 2016-03-30
178===================
179
180 * set shouldComponentUpdate = false if static component [@nkzawa]
181
1820.0.36 / 2016-03-26
183===================
184
185 * bin: include base to the link in the console
186 * server: serve from base path
187 * compiler: inject whitespace properly
188
1890.0.35 / 2016-03-24
190==================
191
192 * tokenizer: decode html entities to fix regression [@nkzawa]
193 * package: bump `react-addons-css-transition-group` [@rauchg]
194
1950.0.34 / 2016-03-24
196===================
197
198 * compiler: babel transform from ast [@nkzawa]
199 * head-manager: use textContent to set text [@nkzawa]
200 * diff and patch head elements [@nkzawa]
201
2020.0.33 / 2016-03-22
203===================
204
205 * build [@rauchg]
206
2070.0.32 / 2016-03-22
208===================
209
210 * minify next.bundle.js [@nkzawa]
211 * set status code 500 on error [@nkzawa]
212 * fix hotReload flag to work on client [@nkzawa]
213 * fix incorrect command options [@rauchg]
214 * next-dev: fix --no-debug and --no-watch [@rauchg]
215
2160.0.31 / 2016-03-21
217===================
218
219 * add copy task to release build [@nkzawa]
220 * remove copy-view task [@nkzawa]
221
2220.0.30 / 2016-03-20
223===================
224
225 * fix base could be undefined [@nkzawa]
226 * router: fix order of constructor arguments [@nkzawa]
227
2280.0.29 / 2016-03-20
229===================
230
231 * add the base option for url rewriting [@nkzawa]
232
2330.0.28 / 2016-03-19
234===================
235
236 * build [@rauchg]
237
2380.0.27 / 2016-03-18
239===================
240
241 * escape json [@nkzawa]
242
2430.0.26 / 2016-03-17
244===================
245
246 * implement file ids to improve hot code reloading [@nkzawa]
247
2480.0.25 / 2016-03-17
249===================
250
251 * build
252
2530.0.24 / 2016-03-12
254===================
255
256 * router: append hash to url [@nkzawa]
257
2580.0.23 / 2016-03-12
259===================
260
261 * bump babel [@nkzawa]
262
2630.0.22 / 2016-03-08
264===================
265
266 * fix empty attribute value [@nkzawa]
267 * add isolation classes to spread attributes [@nkzawa]
268 * normalize props on compiler, not on generator [@nkzawa]
269 * set reconnectDelayMax to 1s for hot-code-reloading [@nkzawa]
270 * fix url to route conversion [@nkzawa]
271
2720.0.21 / 2016-03-05
273===================
274
275 * compile error.njs under .next directory [@nkzawa]
276 * support constructor when defining class as object [@nkzawa]
277 * add support for css @import [@nkzawa]
278 * replace glob with glob-promise [@nkzawa]
279 * fix css sourcemaps [@nkzawa]
280
2810.0.20 / 2016-03-01
282===================
283
284 * fix gen and server render of head styles & scripts [@rase-]
285
2860.0.19 / 2016-02-26
287===================
288
289 * improve `<Link>` and add render tests [@rauchg]
290
2910.0.18 / 2016-02-26
292===================
293
294 * prefix element classes at runtime [@nkzawa]
295
2960.0.17 / 2016-02-25
297===================
298
299 * show code frame when runtime error occurred on hot-reloading [@nkzawa]
300
3010.0.16 / 2016-02-25
302===================
303
304 * fix /path/index.njs route [@nkzara]
305 * show stacktrace if it's not SyntaxError [@nkzawa]
306 * show code frame on JS error [@nkzawa]
307 * improve var name collision avoidance [@nkzawa]
308 * enable to execute JS in block [@nkzawa]
309 * fix head title when the content is an array [@nkzawa]
310
3110.0.15 / 2016-02-21
312===================
313
314 * next-build: update `--source-maps` wording [@rauchg]
315 * next-start: add `--source-maps` option [@rauchg]
316 * package: bump `webpack` [@rauchg]
317 * server: don't append `sourceURL` unless sourcemaps are on [@rauchg]
318 * server: use uglify to remove built-in sourcemaps [@rauchg]
319
3200.0.14 / 2016-02-21
321===================
322
323 * no source maps by default with `next-build` [@rase-]
324
3250.0.13 / 2016-02-21
326===================
327
328 * fix server-rendered `title` and `meta` tags [@rase-]
329
3300.0.12 / 2016-02-21
331===================
332
333 * fix whitespace issue [@rase-]
334
3350.0.11 / 2016-02-20
336===================
337
338 * router: fix `e.state` which can be `null` not `{}` [@rauchg]
339 * prefetcher: test for `serviceWorker` upon registration [@rauchg]
340 * show an error on `html`, `head` and `body` tags [@nkzawa]
341
3420.0.10 / 2016-02-19
343===================
344
345 * next-compiler: do not suppress `Head`, `Style`, … [@rauchg]
346 * head: fix children iteration [@rauchg]
347
3480.0.9 / 2016-02-19
349==================
350
351 * fix CSS combinator operators [@rase]
352 * add `export default {}` handy syntax [@rase]
353
3540.0.8 / 2016-02-17
355==================
356
357 * gulpfile: add task `release` [@rauchg]
358 * include `next.bundle.js` [@rauchg]
359
3600.0.7 / 2016-02-17
361==================
362
363 * next-start: default port to `3000` like `next-dev` [@rauchg]
364
3650.0.6 / 2016-02-17
366==================
367
368 * next-start: switch to promise and output correctly [@rauchg]
369
3700.0.5 / 2016-02-17
371==================
372
373 * next: rename `server` -> `start` in cmd [@rauchg]
374
3750.0.4 / 2016-02-17
376==================
377
378 * publish [@rauchg]
379
3800.0.3 / 2016-02-17
381==================
382
383 * fix `npm publish` by excluding `build/package.json` [@rauchg]
384
3850.0.2 / 2016-02-17
386==================
387
388 * temporarily assign `n4` as name and `package.json` tweaks [@rauchg]
389 * fix if statement on nested JSX elements [@nkzawa]
390 * remove css conversion for injecting as template string [@nkzawa]
391 * support if statement on top level [@nkzawa]
392 * remove unused imports [@nkzawa]
393 * fix a style test [@nkzawa]
394
3950.0.1 / 2016-02-15
396==================
397
398 * initial release
399
400