Releases: vapor/toolbox
18.7.5 - Use the new updated Mustache package from vapor-community
What's Changed
Use the new updated Mustache package from vapor-community by @gwynne in #451
This fixes building the toolbox on Arch Linux and uses a much newer version of the
mustach
parser for good measure.
This patch was released by @gwynne
Full Changelog: 18.7.4...18.7.5
18.7.4 - Change commit message in new project generation.
What's Changed
Change commit message in new project generation. by @wieczorek1990 in #418
Hello,
I am changing the commit message “first commit” to “Generate Vapor project.”
Proper commit messages are important in Git.
New Contributor
- @wieczorek1990 made their first contribution in #418 🎉
This patch was released by @0xTim
Full Changelog: 18.7.3...18.7.4
18.7.3 - Work around some CI issues
This release is a fake, and is exactly identical to 18.7.2; it's just here to convince the CI to run properly.
Full Changelog: 18.7.1...18.7.2
18.7.2 - Bump the dependencies group with 1 update
What's Changed
Bump the dependencies group with 1 update by @dependabot[bot] in #419
Bumps the dependencies group with 1 update: github.com/jpsim/yams.
Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
This patch was released by @gwynne
Full Changelog: 18.7.1...18.7.2
Backport support for Swift 5.5
This patch was authored and released by @0xTim.
We need to support 5.5 for Homebrew
Update Toolbox for new Templates
This patch was authored and released by @0xTim.
- Bumps the minimum required Swift version to 5.6 to match SwiftNIO
- Adds deprecation warnings to all the old commands
- Handle the new Vapor templates with a different executable name (you should still use
swift run
anyway)
Add support for Package.resolved v2
This patch was authored by @Kyle-Ye and released by @0xTim.
- Add Package.resolved v2 decoding support
- Align PackageResolvedV1 definition with swift-package-manager
Fix Package.resolved version decoding issue
18.5.1
18.5.0
What's Changed
- Give a generic message to open the project by @ahmdyasser in #391
- Compatibility with official swift container images by @Jeffrey-de-Bruijn in #390
- Use new API for build script by @jroya1 in #394
- Update Supported Swift Versions by @0xTim in #395
New Contributors
- @ahmdyasser made their first contribution in #391
- @Jeffrey-de-Bruijn made their first contribution in #390
- @jroya1 made their first contribution in #394
Full Changelog: 18.4.1...18.5.0