-
-
Templates that were waiting for awesome-typescript-loader 3.0.0 to sh…
…ip no longer need to wait - it has shipped
SteveSandersonMS committedFeb 23, 2017 -
Update templates to TypeScript 2.2.1 and fix whatwg-fetch related err…
…ors. Fixes #705
SteveSandersonMS committedFeb 23, 2017
-
-
-
-
Add 'primaryOutputs' to dotnet new template.json files (and reorder J…
…SON properties alphabetically)
-
When building "dotnet new" templates, always prebuild and include cli…
…ent-side 'dist' files for all templates, because dotnet new can't run arbitrary post-generation steps
SteveSandersonMS committedFeb 13, 2017 -
More updates to "dotnet new" template to produce correct template.jso…
…n values
SteveSandersonMS committedFeb 13, 2017 -
Fix package.json files in Angular2Spa and AureliaSpa to have replacea…
…ble name (not hardcoded as Angular2Spa, etc.). Other templates were already set up like this.
SteveSandersonMS committedFeb 13, 2017 -
Further update dotnet new template builder to produce correct templat…
…e.son contents
SteveSandersonMS committedFeb 13, 2017 -
Update dotnet new template builder to match tooling preview 4 file st…
…ructure
SteveSandersonMS committedFeb 13, 2017 -
Update the version of NuGet.exe used when building "dotnet new" templ…
…ates to v4 (rc)
SteveSandersonMS committedFeb 13, 2017 -
In generator-aspnetcore-spa, change internal name of Angular template…
… from "angular-2" to "angular" to comply with suggested Angular branding
SteveSandersonMS committedFeb 13, 2017 -
Remove the Angular 2.0.2 template; define the 2.4.5+ template as the …
…standard Angular one. Makes issue #665 no longer apply.
-
Fix TypeScript build error with updated lodash type definitions
SteveSandersonMS committedFeb 13, 2017
-
Fix issues in KnockoutSpa/ReactSpa webpack 2 configs. Bump generator …
…version to 0.8.4.
-
-
Replace 'loader' with 'use' in various Webpack configs. Fixes 'loader…
… option has been deprecated' warnings.
SteveSandersonMS committedFeb 9, 2017 -
In ReactReduxSpa, pin @types/react-router-redux to known-good version…
… 4.0.30, because 4.0.40 is broken. Fixes #651
SteveSandersonMS committedFeb 9, 2017 -
In Angular2Spa, fix HMR with 2.4.6 and relax version dependency to al…
…low arbitrary 2.x again. Fixes #643
-
Remove "Connection: keep-alive" workaround from domain-task, as it's …
…not needed with .NET Core >= 1.1.0. Fixes #655
-
Move angular2-template-loader dependency version to ^0.6.2 now that t…
…he bug in 0.6.1 is fixed. Fixes #649.
-
Pin AureliaSpa to extract-text-webpack-plugin 2.0.0-beta.4 until it c…
…an move to Webpack 2.2.0 final.
-
-
In aspnet-prerendering, parse the incoming querystring before passing…
… it to the boot func for convenience. Fixes #638.
SteveSandersonMS committedFeb 3, 2017 -
fix(ng-router): update to 3.4.5 for experimental version
When everything is 4.x they'll all be on the same page / semantic versioning :)
-
Minor tweak in Yeoman generator source to clarify intent (makes no di…
…fference in current cases, so no need to re-release the package for this)
-