Releases: hummingbird-project/template
Releases · hummingbird-project/template
v2.4.0
What's Changed
- Rename ci.yml to ci.yml.mustache to fix GitHub Actions failures by @schultzjim in #26
- Add CLI flags to configure.sh for non-interactive usage by @schultzjim in #25
New Contributors
- @schultzjim made their first contribution in #26
Full Changelog: 2.3.1...2.4.0
v2.3.1
- Fix command line arguments in Dockerfile
- Fix configuration parameters in Tests
v2.3.0
- Replace swift-argument-parser with swift-configuration. The template will now read configuration variables from command line arguments, environment variables and a
.envfile.
v2.2.1
Patch release changes
- Fix issue with
Logger.Levelextension and swift-log 1.8.0
v2.2.0
- Update Package.swift to remove error in earlier versions of Swift. #20 from @ali-ahsan-ali
- Add support for generating lambda functions. #22
- Update download to work out the latest version of the template.
v2.1.0
- Run configure.sh straight from
download.sh. If folder is not provided ask for one. #17 - Add option to setup project using OpenAPI generator. #18
- Use /dev/tty instead of stdin for prompts. #19 from @johnbcodes
v2.0.4
v2.0.3
- Cleanup output text
- Remove unnecessary output
v2.0.2
- Rename
ApptoAppCommandto avoid it clashing with name of executable