098159998dAdd ability to configure environment variables for Node instances, plus auto-populate NODE_ENV based on IHostingEnvironment when possible. Fixes#230
SteveSandersonMS
2016-08-16 16:26:07 -0700
56cb898bdeRename PrimeCache to PrimeCacheAsync (keeping older name as obsolete overload). Fixes#246.
SteveSandersonMS
2016-08-16 13:57:37 -0700
c53bd8f8f6Prerenderer now passes original (unescaped) URL to Node - fixes#250
SteveSandersonMS
2016-08-16 11:44:55 -0700
d4f34ee8e9^15.0.0 is enough
Geir Sagberg
2016-08-16 01:53:23 +0200
b7201816b4docs(readme): Show how to get started with yeoman
Mark Pieszak
2016-07-27 15:33:17 -0400
3403eb7548Make aspnet-webpack compatible with older versions of the NodeServices package
SteveSandersonMS
2016-07-27 13:29:18 +0100
0a3463031bAdd Node.js support in all the Docker containers
SteveSandersonMS
2016-07-27 13:09:54 +0100
e9ca434405Update all templates to match latest "yo aspnet" output
SteveSandersonMS
2016-07-27 12:25:32 +0100
de960d80aaAllow explicit configuration of port number for webpack dev middleware server. Fixes#223.
SteveSandersonMS
2016-07-27 11:13:09 +0100
14337e32abWebpackDevMiddleware now preserves client's view of hostname when doing 302 to /__webpack_hmr
SteveSandersonMS
2016-07-27 11:03:04 +0100
698921d157Update Dockerfile in all templates to match .NET Core 1.0 RTM. Fixes#120
SteveSandersonMS
2016-07-27 10:43:16 +0100
c892f7da35Support debugging when on IPv6 network (Node's "Debugger listening" message is phrased differently there)
SteveSandersonMS
2016-07-27 09:50:43 +0100
f2f67fe880Support new config options to launch the Node process with a debug listener. This is compatible with node-inspector.
SteveSandersonMS
2016-07-26 18:33:27 +0100
79872c1bdeAmend aspnet-webpack for better node-inspector support
SteveSandersonMS
2016-07-26 16:38:46 +0100
2fe06ea784Make the dependency on es6-shim explicit, and include it in the vendor bundle
SteveSandersonMS
2016-07-26 14:57:14 +0100
77b404188bfix angular's (click) events not being triggered on IE9
Simon Kamlet
2016-07-22 11:04:51 +0200
96228711f2chore(package): Update to rc4, beta router & universal 104.5
Mark Pieszak
2016-07-21 11:41:43 -0400
64a8ef1112Moving and updating "aspnet-webpack" package in templates (#207)
Mike Mazmanyan
2016-07-26 17:44:07 +0400
4ecaefca52fix angular's (click) events not being triggered on IE9
Simon Kamlet
2016-07-22 11:04:51 +0200
b4020654e2Moving and updating "aspnet-webpack" package in templates
Dopare
2016-07-21 21:53:50 +0400
4749887326chore(package): Update to rc4, beta router & universal 104.5
Mark Pieszak
2016-07-21 11:41:43 -0400
fae0a886afTransfer multiline log messages from Node to .NET without treating each line as a separate log entry
SteveSandersonMS
2016-07-18 16:34:36 +0100
f4efcacd40Switch to native .NET logging APIs
SteveSandersonMS
2016-07-18 15:56:45 +0100
577ef4c69dUpdating to AutoMapper 5.0
Jimmy Bogard
2016-07-18 09:52:17 -0500
27ffa72e0dAdding support for capturing the output of a node instance for custom logging implementations.
Paul Knopf
2016-07-15 00:42:17 -0400
a14d9ba2dfChange onBeforeStartExternalProcess to a virtual method, so as to avoid expanding the set of constructor params in all hosting models
SteveSandersonMS
2016-07-18 14:39:36 +0100
7119815d04Added OnBeforeStartExternalProcess callback which to NodeServicesOptions (and OutOfProcessNodeInstance, SocketNodeInstance and HttpNodeInstance) to configure environment of the node.exe process to be started, and the path to the node executable itself. Fixes#20
thunder7553
2016-07-13 12:49:09 +0200
8d6b31c35eAdding support for capturing the output of a node instance for custom logging implementations.
Paul Knopf
2016-07-15 00:42:17 -0400
25eceefe5epublish include for tsd.json to typings.json
anwalkers
2016-07-13 15:03:26 -0700
504012859etypings clean up
anwalkers
2016-07-13 13:31:21 -0700
122f78fcd8Added OnBeforeStartExternalProcess callback which to NodeServicesOptions (and OutOfProcessNodeInstance, SocketNodeInstance and HttpNodeInstance) to configure environment of the node.exe process to be started, and the path to the node executable itself. Fixes#20
thunder7553
2016-07-13 12:49:09 +0200
58bf117442Update templates to domain-task 2.0.0. Fixes#166.
SteveSandersonMS
2016-07-11 11:55:01 +0100
fc897475f3Update 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.
SteveSandersonMS
2016-07-11 11:42:24 +0100
c1a1bdf373Update React template homepage as per #158
SteveSandersonMS
2016-07-07 15:50:37 +0100
01d5c90e23Include Microsoft.DotNet.Watcher.Tools in templates. Fixes#157
SteveSandersonMS
2016-07-07 15:47:48 +0100
8b5136825cUpdate remaining doc references to Invoke<T> and InvokeExport<T>
SteveSandersonMS
2016-07-07 14:59:59 +0100
b0bc80b4d6Update docs around custom node instances to match latest API changes
SteveSandersonMS
2016-07-07 14:58:25 +0100
3bc35aea21Simplify docs around receiving an INodeServices instance from DI
SteveSandersonMS
2016-07-07 14:50:24 +0100
920f1c8bf3Replace references to Invoke and InvokeExport with InvokeAsync and InvokeExportAsync throughout docs
SteveSandersonMS
2016-07-07 14:47:36 +0100
4b38519001Change all links in docs to point to new main branch ('dev')
SteveSandersonMS
2016-07-07 14:43:14 +0100
eec370e938Move file-watching logic into .NET to avoid Node's fs.watch issues on Windows (#128)
SteveSandersonMS
2016-07-07 14:25:54 +0100
be13f0b7bfCentralise the child-process-terminating logic in NodeServicesImpl - don't also do it in OutOfProcessNodeInstance. This works towards connection draining.
SteveSandersonMS
2016-07-07 12:52:15 +0100
26e8bd823cInstead of the Node process exiting instantly on file change, send a signal to .NET that it should restart. This is working towards the connection-draining feature.
SteveSandersonMS
2016-07-07 12:01:28 +0100
a19e37f3c0Move logic for restarting Node child process into NodeServicesImpl. Tidy up lots.
SteveSandersonMS
2016-07-07 11:35:25 +0100
4fb3b18868Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic
SteveSandersonMS
2016-07-06 18:23:25 +0100
4ee09cbe82Make Http hosting model able to report exceptions that happened while locating the function to invoke
SteveSandersonMS
2016-07-06 15:47:06 +0100
7ce5f8d4adRemove trailing whitespace in KO template
SteveSandersonMS
2016-07-06 11:18:22 +0100
f8981185d9Makes it possible to use absolute paths for publicPath in weback.config (#161)
Tobias Rundbom
2016-07-06 11:25:49 +0200
9215ee3d7dUpdate README.md
Steve Sanderson
2016-06-28 17:15:13 +0100
7826f9639dMakes it possible to use absolute paths for publicPath in weback.config - Parses publicPath as an URL and returns the path of that URL to be able to cope with absolute URLs
Tobias Rundbom
2016-07-05 17:51:55 +0200