SteveSandersonMS
|
87b9db7579
|
Add yarn.lock to ignorefiles in aspnet-prerendering
|
2017-02-03 10:54:00 +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
|
d69b65e572
|
Bump NodeServices/SpaServices package versions to 1.1.0-rtm for release
|
2017-01-30 09:57:00 +00:00 |
|
SteveSandersonMS
|
e5178d2938
|
Update peerDependency on aspnet-webpack-react to allow Webpack 2.2.0+ as well as 1.x
|
2017-01-27 15:32:19 +00:00 |
|
SteveSandersonMS
|
e4d00a2da3
|
Update aspnet-webpack to support Webpack 2-style configs that export a function
|
2017-01-27 14:44:25 +00:00 |
|
SteveSandersonMS
|
345b4f64b5
|
Update aspnet-webpack-react to support Webpack 2.x-style configs
|
2017-01-27 11:18:26 +00:00 |
|
SteveSandersonMS
|
a9bc1201d1
|
Fix the build by passing allowConnectionDraining from SocketNodeInstance
|
2017-01-20 18:09:57 +00:00 |
|
SteveSandersonMS
|
6a1f35da8f
|
Bumping NodeServices/SpaServices versions to 1.1.0-rc2-* for RC2 release
|
2017-01-20 17:33:34 +00:00 |
|
SteveSandersonMS
|
d7d1a04751
|
When Node is launched with a debug listener, disable connection draining on restart. Fixes #506.
|
2017-01-20 17:32:26 +00:00 |
|
SteveSandersonMS
|
351fe3d15c
|
In SpaServices, add new HotModuleReplacementEndpoint option on HMR config. Fixes #579.
|
2017-01-20 15:03:52 +00:00 |
|
SteveSandersonMS
|
9d5006107f
|
Bumping NodeServices/SpaServices versions to 1.1.0-rc1-* for RC1 release
|
2017-01-13 09:02:28 +00:00 |
|
Niclas Emdelius
|
49bece54c2
|
Check if response is stream or object without using reference to reflection package.
|
2017-01-03 13:29:45 +00:00 |
|
nicemd
|
0907379da8
|
Streamed responses can be be Object or Stream
See issue https://github.com/aspnet/JavaScriptServices/issues/518
|
2017-01-03 13:29:45 +00:00 |
|
SteveSandersonMS
|
fbb8054c2e
|
Make error message clearer if Node isn't installed (or not found on PATH). Fixes #527
|
2017-01-03 10:59:26 +00:00 |
|
SteveSandersonMS
|
70f59fc8ec
|
Update core package versions to 1.1.0-beta2-* so that CI will produce non-timestamped packages
|
2017-01-03 10:29:22 +00:00 |
|
SteveSandersonMS
|
0763f1062b
|
Add missing trailing slash on publicPath in docs. Fixes #516.
|
2017-01-02 10:58:03 +00:00 |
|
SteveSandersonMS
|
eb98067e86
|
Update docs about using socket transport. Fixes #500
|
2016-12-13 15:59:43 +00:00 |
|
SteveSandersonMS
|
a25d1f4731
|
Publish aspnet-webpack 1.0.26
|
2016-12-13 15:48:44 +00:00 |
|
SteveSandersonMS
|
4c3834361e
|
Stop WebpackDevMiddleware littering the 'dist' directories with blah.host-update.js.map files (they never need to be written to disk)
|
2016-12-13 15:47:43 +00:00 |
|
SteveSandersonMS
|
1c4682e50d
|
Fix all the ConditionalProxyMiddleware errors that happened if you ctrl+c on a "dotnet run" (not "dotnet watch run") since beta-000002.
|
2016-12-13 11:32:32 +00:00 |
|
Sébastien Ros
|
6545e11bf2
|
Fix filename in sample
Mismatch between code sample and described js filename.
|
2016-12-08 10:04:50 +00:00 |
|
SteveSandersonMS
|
8d1cb3a537
|
Remove angular2-aspnet NPM package source as none of its functionality is still in use (and hasn't been since beta versions of Angular 2)
|
2016-12-08 10:02:37 +00:00 |
|
SteveSandersonMS
|
8705a4b353
|
Remove redux-typed from source tree. It's no longer in use and doesn't need to be maintained. Source can be re-added in the future if needed.
|
2016-12-07 19:02:53 +00:00 |
|
SteveSandersonMS
|
7c685c1354
|
Add AssemblyInfo.cs to Microsoft.AspNetCore.NodeServices.Sockets package
|
2016-12-07 18:09:11 +00:00 |
|
SteveSandersonMS
|
9c1c1b4023
|
Publish aspnet-prerendering 2.0.2
|
2016-12-01 17:31:32 +00:00 |
|
SteveSandersonMS
|
0a116ba2a1
|
Prerendering logic supplies PathBase (formatted as baseUrl) to boot logic
|
2016-12-01 17:24:24 +00:00 |
|
SteveSandersonMS
|
2b2465ad2e
|
Update prerendering docs to account for aspnet-prerendering 2.0.0 and the new createServerRenderer API. Fixes #479
|
2016-12-01 14:41:48 +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
|
b8913d29dd
|
Update domain-task to export baseUrl from 'main' instead of only 'fetch'. Goal is to avoid Webpack detecting dependency on isomorphic-fetch unless you're actually using it.
|
2016-12-01 14:31:27 +00:00 |
|
SteveSandersonMS
|
78632617f8
|
Publish aspnet-webpack 1.0.25
|
2016-11-30 16:53:39 +00:00 |
|
SteveSandersonMS
|
e2f8031bb8
|
For HMR, proxy all requests including /__webpack_hmr. Fixes #271.
|
2016-11-30 16:53:16 +00:00 |
|
SteveSandersonMS
|
2cffab14f6
|
StringAsTempFile cleans up in a wider range of circumstances (not relying on finalizer running). Helps with #7 but still doesn't cover all cases.
|
2016-11-30 15:04:08 +00:00 |
|
SteveSandersonMS
|
832da2a451
|
Split out 'socket' hosting model into a separate optional NuGet package, since most developers won't need it
|
2016-11-30 12:18:57 +00:00 |
|
SteveSandersonMS
|
ebf5a18344
|
Eliminate the NodeHostingModel enum because it isn't extensible. Instead, use extension methods on NodeServicesOptions to configure a NodeInstanceFactory.
|
2016-11-30 11:29:57 +00:00 |
|
SteveSandersonMS
|
a8d3eed32c
|
Detect legacy aspnet-prerendering mode earlier to fix #470
|
2016-11-29 18:37:43 +00:00 |
|
SteveSandersonMS
|
4cbbf58600
|
Update core packages to version 1.1.0-*, upgrading .NET Core dependencies to match 1.1.0 release
|
2016-11-29 16:35:59 +00:00 |
|
SteveSandersonMS
|
3ff4447924
|
Add XML docs to core packages
|
2016-11-29 16:03:15 +00:00 |
|
SteveSandersonMS
|
3b91ad9b39
|
Make core package project.json files conform to org-wide conventions
|
2016-11-29 14:02:26 +00:00 |
|
SteveSandersonMS
|
bebf24952e
|
Add AssemblyInfo files to core packages
|
2016-11-29 13:04:21 +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
|
9f6b0b0573
|
Build SpaServices 'Node/Content/*.js' files from TypeScript sources
|
2016-11-28 16:56:02 +00:00 |
|
SteveSandersonMS
|
69a0a29057
|
Handle Webpack 2.1.0 beta 23 renaming 'loaders' to 'rules'. Fixes #460.
|
2016-11-25 10:15:38 +00:00 |
|
Scott Addie
|
3a4936dbf7
|
Add '-loader' suffix to all Webpack loader references
|
2016-11-21 10:14:37 +00:00 |
|
WrathZA
|
bbbcb5ef18
|
Update README.md
Fixed very minor spelling mistake on line 521.
You = Your
|
2016-11-18 17:03:24 +00:00 |
|
SteveSandersonMS
|
ea81671828
|
Update docs to remove references to deprecated 'asp-prerender-webpack-config'. Fixes #359
|
2016-11-07 14:52:33 -08:00 |
|
SteveSandersonMS
|
fadcb586c6
|
Support specifying environment variables for the Webpack dev middleware Node instance. Resolves #311.
|
2016-11-07 12:29:01 -08:00 |
|
SteveSandersonMS
|
2c97326721
|
In domain-task, avoid use of "new Function" because of CSP. Fixes #345
|
2016-11-07 12:21:02 -08:00 |
|
SteveSandersonMS
|
7ee8a7b15e
|
Update aspnet-webpack peerDependency to allow Webpack 2.1.0beta+ as well as Webpack 1.x
|
2016-10-31 17:14:29 +00:00 |
|
SteveSandersonMS
|
64903fe0c6
|
Fix aspnet-webpack build on machines that don't already have tsd in the node_modules dir here
|
2016-10-31 16:49:37 +00:00 |
|
SteveSandersonMS
|
077f91847a
|
Fix AngularServices NPM package dependency restoration following third-party package changes
|
2016-10-31 16:35:06 +00:00 |
|