Releases: vapor/toolbox
20.0.0
The Vapor Toolbox now uses Swift Subprocess with its modern async API to execute commands and ConsoleKit v5 to improve the CLI I/O. macOS 13 and 14 are no longer supported, hence the major release.
What's Changed
- Use
swift-subprocessand ConsoleKit v5 by @fpseverino in #479
Full Changelog: 19.2.0...20.0.0
19.2.0 - Allow reversing condition to render a file
What's Changed
Allow reversing condition to render a file by @fpseverino in #482
- Check for a
!at the start of theif:condition to render a file, in which case it reverses the condition- Support shell completion scripts
- Fix tests on Android
Reviewers
Thanks to the reviewers for their help:
This patch was released by @fpseverino
Full Changelog: 19.1.1...19.2.0
19.1.1 - Improve Makefile
What's Changed
Improve Makefile by @fpseverino in #478
- Add Makefile CI
- Add
SUDOflag to Makefile- Miscellaneous
- Don’t clone the template when calling
--version- Remove
update-homebrewworkflow
Reviewers
Thanks to the reviewers for their help:
- @CristianCardosoArellano
This patch was released by @fpseverino
Full Changelog: 19.1.0...19.1.1
19.1.0 - Add support for JSON manifest files
What's Changed
Add support for JSON manifest files by @fpseverino in #477
While keeping YAML files as the default, add support for parsing manifest files in JSON format
This patch was released by @fpseverino
Full Changelog: 19.0.0...19.1.0
19.0.0
Vapor Toolbox 19.0.0 brings a new release rewritten to use modern libraries and support better templates. This release also significantly reduces the number of commands the toolbox has given that Swift now has much better support.
What's Changed
- Bump the all-dependencies group with 1 update by @dependabot in #452
- Errors are now properly handled in build script by @brandonmaul in #450
- Bump the all-dependencies group with 1 update by @dependabot in #453
- Update Swift Versions by @0xTim in #456
- New simplified rewrite of the Vapor Toolbox by @fpseverino in #471
New Contributors
- @brandonmaul made their first contribution in #450
- @fpseverino made their first contribution in #471
Full Changelog: 18.7.5...19.0.0
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
mustachparser 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill 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