Skip to content

Latest commit

 

History

History
178 lines (105 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

178 lines (105 loc) · 4.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.3.1 - 2024-09-25

Changed

  • Upgraded nx to 19.8.1.

3.3.0 - 2024-09-25

Changed

  • Upgraded nx to 19.8.0. x Actually not upgraded (error in deploy).

3.2.0 - 2024-09-08

Changed

  • Upgraded nx to 19.6.6.
  • Upgraded @azure/functions to 4.5.1.

3.1.0 - 2024-06-24

Changed

  • Upgraded nx to 19.3.1.
  • Upgraded @azure/functions to 4.5.0.

3.0.0 - 2024-05-12

Changed

  • Upgraded nx to 19.0.2.
  • Upgraded @azure/functions to 4.4.0.

2.1.0 - 2024-03-23

Fixed

  • Fixed behavior of the plugin at Windows by @AimusSage.

Changed

  • Upgraded nx to 18.1.0.
  • Upgraded @azure/functions to 4.3.0.

2.0.0 - 2024-02-18

Changed

  • Upgraded nx to 18.0.4.
  • Upgraded @azure/functions to 4.2.0.

1.5.0 - 2023-12-25

Changed

  • Upgraded nx to 17.2.7.

1.4.0 - 2023-11-19

Changed

  • Upgraded nx to 17.1.2.
  • Upgraded @azure/functions to 4.1.0.

1.3.1 - 2023-11-05

Changed

  • Upgraded nx to 17.0.3.

1.3.0 - 2023-10-22

Changed

  • Upgraded nx to 17.0.1.

1.2.0 - 2023-10-15

Changed

  • Upgraded nx to 16.10.0.

1.1.3 - 2023-09-30

Fixed

  • Fixed migration for @azure/function upgrade.

1.1.2 - 2023-09-30

Changed

  • Upgraded @azure/functions to 4.0.1.

1.1.1 - 2023-09-26

Changed

  • Upgraded nx to 16.9.1.

1.1.0 - 2023-09-23

Changed

  • Upgraded nx to 16.9.0.

[1.0.1] - 2023-09-22

Fixed

  • Application generator now supports generating custom azureAppName.
  • Application generator now generates publish target with production as default configuration instead of development.

Changed

  • The azureAppName option is now optional in publish target, with fallback calculated at runtime.
  • Better logging in case when func cli is not installed.
  • Bumped @azure/functions dep to alpha.13.
  • Better README.

1.0.0 - 2023-09-20

Added

  • Function generator added.

Changed

  • Application generator now includes a sample spec file.

0.3.1 - 2023-09-17

Fixed

  • Unpublished util dependency removed.

0.3.0 - 2023-09-16

Added

  • publish executor added.

0.2.0 - 2023-09-15

Changed

  • serve now watches the project for changes.