Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.98 KB

Path Framework Changelog

Please refer to this document when updating applications using the Path Framework to newer Path versions.

0.5

New features

Changes

0.4

Changes

  • Angular 6.x migration:
    • Migrate file .angular-cli.json to angular.json
    • Update karma.conf.js if unit tests are used
    • Update package.json: node 8.12 / npm 6.4 or later are required, update path, typescript versions
    • Update tsconfig.app.json: angular-cli now requires dependent libraries to be included in the build explicitly
    • Compare with Path Example Application commit
  • Path Framework uses TSLint to check code style. You may use TSLint in your application as well.
    • Update tslint.json
    • Include tslint-angular dependency in package.json
    • Check and update your code according to tslint
    • Compare with Path Example Application commit