Releases: SalehAlbuga/azure-functions-swift-tools
Releases · SalehAlbuga/azure-functions-swift-tools
0.6.1
- Correct typos
- Remove extra log
0.6.0
- A new Publish command to deploy the app to a Function App on Azure hosted in a consumption plan 🎉
swiftfunc publish myAzureFunctionApp
0.5.0
- Linux support (remove Darwin dependency)
0.4.1
- Correct Queue template type
0.4.0
- Custom Handler (HTTP worker) project creation support + templates
- Bug fix
v0.3.0
- Fixing an issue when running a project using the latest v2 Core Tools, where host was showing
Item has already been added. Key in dictionary: 'TERM' Key being added: 'TERM'
- Detecting if Core Tools are installed before starting the host and providing instructions for installation.
- Minor Swift syntax change in one of the templates
v0.2.0
- Main file template update
- New Servicebus function template
v0.1.3
Merge branch 'master' of https://github.com/SalehAlbuga/azure-functio…
v0.1.2
bug fixes + new templates
v0.1.1
bindir path fix