Naoyuki Kanezawa
0b3db91731
Fix handling finished response ( #889 )
...
* allows to not return props if response is already finished on getInitialProps
* check res.finished after getInitialProps call of Document
2017-01-26 16:36:50 +05:30
Arunoda Susiripala
399e510389
Make sure lastAppProps always have some value. ( #829 )
...
* Make sure lastAppProps always have some value.
* Revert "Make sure lastAppProps always have some value."
This reverts commit b4ae722d9c1a4460e17dbdc041b111cbd492b2aa.
* Throw an error, if we found an empty object from getInitialProps.
* Add proper tests for getInitialProps empty check.
2017-01-20 11:33:46 -08:00
Dan Zajdband
70b92e6b65
Added deprecation message when adding an extra anchor in behalf of the user. ( #797 )
2017-01-16 22:02:11 +01:00
Arunoda Susiripala
fae2305f46
Add correct sync version of error handling with existSync. ( #769 )
...
* Add correct sync version of error handling with existSync.
* Update utils.js
2017-01-15 21:15:06 +09:00
Naoyuki Kanezawa
2a29bf6242
display deprecation warning only when method was called ( #462 )
2016-12-21 10:43:31 -08:00
Arunoda Susiripala
565bb5790b
Update url.pushTo and url.replaceTo update only on dev. ( #434 )
...
In order to warn the user, now we are using a warn function
which is located in the lib/utils module.
2016-12-19 13:04:38 -08:00