Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 2.79 KB

Changelog

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

0.1.0 (2021-11-22)

⚠ BREAKING CHANGES

  • Drop Support for Angular versions <13
  • Drop Support for nodejs v10 and v12
  • option build-target replaces configuration

✏️ Documentation

🎸 Features

0.0.5 (2019-12-30)

🐛 Bug Fixes

  • update ng-add schematic (caa6b6c)

✏️ Documentation

0.0.4 (2019-10-04)

🐛 Bug Fixes

  • use correct path to read from package.json (5b1b8a6)

0.0.3 (2019-10-03)

✏️ Documentation

  • improve readme & project documentation (36e45be)

0.0.2 (2019-10-02)

🎸 Features

  • 🎉 implement ng-add schematic for the package (d45bf1f)
  • add docker build and push logic to builder (2ac677b)
  • add docker options in builder (8da80cb)
  • autogenerate dockerfile and nginx config if not present (6edcd86)

🐛 Bug Fixes

  • adjust copy command to also copy .dockerignore file (1baf9bf)
  • set correct builder in ng add schematic (55cd271)
  • use correct image name with account and tag (dcb14b3)

0.0.1 (2019-09-30)

✏️ Documentation

  • add code of conduct (187062e)
  • add contributing guide (c4db8b3)
  • add first draft for README (cb490bd)
  • add github templates for issues and prs (7c771c1)