Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.37 KB

2.0.0 (2022-12-18)

Features

  • update Angular compatibility

BREAKING CHANGES

  • the ng-add schematic will add the deploy target to the first application project in the workspace when the project parameter is omitted (582dccc)
    • this change was made due to the removal of the defaultProject property in the workspace file

1.1.0 (2022-01-26)

Features

  • increase information output when loggin error (4ad0e17)

1.0.0-next.1 (2021-04-09)

Bug fixes

  • respect setting --tls false (ffe7137)

1.0.0-next.0 (2021-04-09)

Initial pre-release

Features

  • ng-add support
    • adds the deploy builder to passed or default project
  • dry-run support
    • test preparations, FTP connection without changing anything on the remote
  • FTP deploy your angular application