Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
182 lines (93 loc) · 6.87 KB

CHANGELOG.md

File metadata and controls

182 lines (93 loc) · 6.87 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2018-07-04)

Bug Fixes

  • E2E-Tests not running (3d3d0dd)
  • Project Template: /dist folder is not cleaned on build (b9a1db9)

Features

  • App-Template: Karma Unit Tests with Coverage Report (1a75655)
  • Don't require to start selenium server manually (7bb3573)
  • New command 'npm run linter' (b39084c)
  • Project Template: Dependencies updated. (02c6e2c)

1.1.0 (2018-06-03)

Bug Fixes

  • [contenthash] error with webpack 4 (cc97a63)

Features

  • Add install section to project template (8f28c54)
  • Migrate from webpack-dev-server to webpack-serve (c89e811)
  • Upgrade Dependencies to Angular v6 (92c19e9)

1.0.0-alpha.16 (2018-03-11)

Bug Fixes

  • Compiler error "No NgModule metadata found" (88cef1f)
  • TS strict mode compatibility (02e6507)

Features

  • print version number (d2b2b2e)
  • Project-Generator: tsconfig options as of TS 2.7 (3750f2f)
  • upgrade to webpack 4.0.1 (bccf523)

1.0.0-alpha.15 (2018-02-11)

Features

  • Make self executable (e0a5441)
  • Update project template to use ng-packagr ~2.0.0 (ee6f50b)

1.0.0-alpha.14 (2018-01-13)

Bug Fixes

  • remove wrong build instructions from feature package (2e451a4)

Features

  • Support asterisk (*) version specifiers in package dependencies (2a22bc9)

1.0.0-alpha.13 (2017-12-01)

Bug Fixes

  • Component routes must not begin or end with slash (/) (ac94ba1)

Features

  • Use latest ng-packagr (2.0.0-rc.4) (1ba6fc6)

1.0.0-alpha.12 (2017-11-23)

Bug Fixes

  • Incorporate ng-packagr-API changes. (cd5c5d1)
  • Add routes via RouterModule.forChild() in route modules. (fff1ae8)

1.0.0-alpha.11 (2017-11-04)

Bug Fixes

  • Create valid package names, package scopes or component routes / context-route from invalid inputs (6d1bbcd)

Features

  • Upgrade app template to Angular 5.0.0 (edac09d)

1.0.0-alpha.10 (2017-09-24)

1.0.0-alpha.9 (2017-09-23)

  • [Feature] Added conventional-changelog (36bd188)
  • [Fix] Lerna should work on ./packages/**/dist/. (89b99be)
  • 1.0.0-alpha.9 (63e26e3)
  • Add conventional changelog (11bfe22)
  • Added note about package scopes. (7efaadb)
  • App-Docs: Document package build command. (12913e1)

1.0.0-alpha.8 (2017-09-23)

  • Angular Package Format compatible packages (b509989)
  • Bugfix. Remove 'done' callbacks. (234dac2)
  • Rename "taskConf" to "context" to remain consistent. (ecf4378)

1.0.0-alpha.7 (2017-09-17)

1.0.0-alpha.6 (2017-09-16)

  • Add Protractor E2E-Testing with sample (05cf27d)
  • Clarify 'Experimental' state (bdec6da)
  • Updated README.md (2c7075f)

1.0.0-alpha.5 (2017-09-10)

  • Component-Scaffolding: Not only declare component in an NgModule (3e9e55c)
  • Improve docs (Known Issues) (ce283c8)
  • npm start: run webpack-dev-server with --watch=true (0877dd0)

1.0.0-alpha.4 (2017-09-09)

  • Drop Workspace and Project name questions where unnecessary. (bd47b78)
  • Fix component (0eb9975)
  • Initial commit (da31664)
  • remove package-scope (e095de9)