Skip to content

Releases: vapor/toolbox

20.0.0

21 Nov 17:39
8fdd9a0

Choose a tag to compare

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

Full Changelog: 19.2.0...20.0.0

19.2.0 - Allow reversing condition to render a file

05 Jun 15:39
ed8bca6

Choose a tag to compare

What's Changed

Allow reversing condition to render a file by @fpseverino in #482

  • Check for a ! at the start of the if: 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

28 Mar 09:52
dbe0d58

Choose a tag to compare

What's Changed

Improve Makefile by @fpseverino in #478

  • Add Makefile CI
  • Add SUDO flag to Makefile
  • Miscellaneous
    • Don’t clone the template when calling --version
    • Remove update-homebrew workflow

Closes #393, closes #413, closes #469, closes #342

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

27 Mar 17:22
38f8549

Choose a tag to compare

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

17 Mar 20:49
7998dd4

Choose a tag to compare

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

New Contributors

Full Changelog: 18.7.5...19.0.0

18.7.5 - Use the new updated Mustache package from vapor-community

03 Mar 23:05
749ec0d

Choose a tag to compare

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.

12 Oct 18:21
8780315

Choose a tag to compare

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

This patch was released by @0xTim

Full Changelog: 18.7.3...18.7.4

18.7.3 - Work around some CI issues

09 Oct 12:44
60110a6

Choose a tag to compare

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

09 Oct 12:15
18.7.2
60110a6

Choose a tag to compare

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

30 Apr 02:35
559648a

Choose a tag to compare

This patch was authored and released by @0xTim.

We need to support 5.5 for Homebrew