Steve Sanderson
|
76ae9aa58f
|
Fix build error in aspnet-prerendering caused by TypeScript 2.2.1 breaking change
|
2017-02-28 09:19:39 +00:00 |
|
SteveSandersonMS
|
61ffca6290
|
In aspnet-prerendering, parse the incoming querystring before passing it to the boot func for convenience. Fixes #638.
|
2017-02-03 10:54:00 +00:00 |
|
SteveSandersonMS
|
9c1c1b4023
|
Publish aspnet-prerendering 2.0.2
|
2016-12-01 17:31:32 +00:00 |
|
SteveSandersonMS
|
dc130adc91
|
Update aspnet-prerendering to reference baseUrl in domain-task's main module, not domain-task/fetch. Goal is to avoid Webpack having to bundle isomorphic-fetch on server unless you're actually using it.
|
2016-12-01 14:32:54 +00:00 |
|
SteveSandersonMS
|
17f9ecec29
|
Support new prerendering mode that doesn't require you to deploy node_modules to production. This is a breaking change in aspnet-prerendering, hence the major version bump. The NuGet package is back-compatible though.
|
2016-11-28 16:56:02 +00:00 |
|
SteveSandersonMS
|
f13c2595b8
|
Update aspnet-prerendering to use TS 2.0 and @types
|
2016-10-05 13:58:55 +01:00 |
|
SteveSandersonMS
|
ff396377b9
|
Fix some issues when building with Korebuild. Also make it build the project templates.
|
2016-10-05 10:59:24 +01:00 |
|
SteveSandersonMS
|
17801a3c16
|
aspnet-prerendering now needs newer TypeScript to build, because on of its dependencies (whatwg-streams) does
|
2016-10-05 10:20:08 +01:00 |
|
SteveSandersonMS
|
0234b44355
|
In build scripts, use local rimraf package
|
2016-10-05 10:15:19 +01:00 |
|
SteveSandersonMS
|
46906e4ea8
|
Add repo info to package.json in all NPM packages hosted in this repo
|
2016-09-27 11:00:41 +01:00 |
|
SteveSandersonMS
|
232e908ce8
|
Pass through error stack when NPM module loading failed in aspnet-webpack and aspnet-prerendering to make debugging easier
|
2016-09-21 11:08:04 +01:00 |
|
SteveSandersonMS
|
c2c45b04df
|
In preparation for supporting redirections, aspnet-prerendering now passes through all boot func resolution props to .NET code
|
2016-09-09 11:06:36 +01:00 |
|
SteveSandersonMS
|
1f2168949d
|
Publish updated aspnet-prerendering NPM package
|
2016-09-08 12:56:46 +01:00 |
|
Geir Sagberg
|
0ad0483935
|
Update aspnet-webpack-react to React 15
^15.0.0 is enough
Update ReactGrid example to work with newest Griddle version
Several fixes to stop build.sh from failing
|
2016-08-18 13:50:22 -07:00 |
|
SteveSandersonMS
|
fc897475f3
|
Update domain-task package to version 2.0.1 (major bump because breaking change) and modify 'fetch' behaviour so it no longer tries to register the task with domain-task automatically. See code comments for reasons.
|
2016-07-11 12:16:29 +01:00 |
|
SteveSandersonMS
|
ea0a32a15b
|
Implement and document asp-prerender-data
|
2016-06-21 15:46:52 +01:00 |
|
SteveSandersonMS
|
25c728f885
|
Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.*
|
2016-05-02 13:13:49 -07:00 |
|
SteveSandersonMS
|
4a0e4bdf1a
|
Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.*
|
2016-05-02 13:13:49 -07:00 |
|