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
- Upgraded nx to 19.8.1.
3.3.0 - 2024-09-25
- Upgraded nx to 19.8.0. x Actually not upgraded (error in deploy).
3.2.0 - 2024-09-08
- Upgraded nx to 19.6.6.
- Upgraded @azure/functions to 4.5.1.
3.1.0 - 2024-06-24
- Upgraded nx to 19.3.1.
- Upgraded @azure/functions to 4.5.0.
3.0.0 - 2024-05-12
- Upgraded nx to 19.0.2.
- Upgraded @azure/functions to 4.4.0.
2.1.0 - 2024-03-23
- Fixed behavior of the plugin at Windows by @AimusSage.
- Upgraded nx to 18.1.0.
- Upgraded @azure/functions to 4.3.0.
2.0.0 - 2024-02-18
- Upgraded nx to 18.0.4.
- Upgraded @azure/functions to 4.2.0.
1.5.0 - 2023-12-25
- Upgraded nx to 17.2.7.
1.4.0 - 2023-11-19
- Upgraded nx to 17.1.2.
- Upgraded @azure/functions to 4.1.0.
1.3.1 - 2023-11-05
- Upgraded nx to 17.0.3.
1.3.0 - 2023-10-22
- Upgraded nx to 17.0.1.
1.2.0 - 2023-10-15
- Upgraded nx to 16.10.0.
1.1.3 - 2023-09-30
- Fixed migration for @azure/function upgrade.
1.1.2 - 2023-09-30
- Upgraded @azure/functions to 4.0.1.
1.1.1 - 2023-09-26
- Upgraded nx to 16.9.1.
1.1.0 - 2023-09-23
- Upgraded nx to 16.9.0.
- Application generator now supports generating custom
azureAppName
. - Application generator now generates publish target with production as default configuration instead of development.
- 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
- Function generator added.
- Application generator now includes a sample spec file.
0.3.1 - 2023-09-17
- Unpublished
util
dependency removed.
0.3.0 - 2023-09-16
publish
executor added.
0.2.0 - 2023-09-15
serve
now watches the project for changes.