This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: BrainCrumbz/AWATTS
Releases · BrainCrumbz/AWATTS
v1.3.2
- feat(tools): set ASP.NET Core development environment with batch script
- fix(build): re-enable
require()
of global CSS - fix(build): disable source map for global CSS files
- chore(deps): upgrade webpack to 2.1.0-beta.25, plus others
- webpack-dev-server to 2.1.0-beta.9
- css-loader to 0.25.0
- chore(build): remove unnecessary serve-prod command
v1.3.1
v1.3.0
- feat(build): enable Angular2 AOT in production build
- feat(build): do not import Angular modules in AOT build
- feat(build): enable symbol mangling in production
- feat(build): don't re-build before serving in production
- feat(build): rebuild client before .NET publishing
- feat(tools): add batch script to archive branch
- fix(webpack): remove OccurenceOrder & Dedupe plugins to fix production build
- fix(webpack): serving in reload mode gave runtime errors due to WebpackDevServer settings on Http Module Proxy
- fix(test): fix test coverage on application code
- refactor(webpack): allow passing parameters when building common
- refactor(webpack): group pre/post/Loaders webpack config
- chore(deps): upgrade to
- webpack 2.1.0-beta,
- webpack-dev-server 2.1.0-beta.4,
- postcss-loader 0.13.0
- typings
v1.2.0
- feat(deeplinking): allow only GETs, allow paths to be ignored
- chore(deps): upgrade server-side environment
- upgrade SDK to .NET Core 1.0.1
- upgrade tools to .NET Core VS 2015 Tooling Preview 2
- rename solution/project to match GitHub project name
- update docs
- chore(deps): upgrade client-side environment
- upgrade to Angular 2 final
- upgrade client build tools to latest
- chore(repo): move all client files to dedicated subdirectory
v1.1.0
- chore(deps): migrate from Angular 2 beta15 to RC1
- chore(test): move third-party required modules from karma configuration to karma entry point
v1.0.0
First release, supporting also:
- CSS auto-prefixing
- DNX command line scripts to run web server