Skip to content

Releases: vapor/toolbox

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

03 Mar 23:05
749ec0d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
This patch was authored and released by @0xTim.

We need to support 5.5 for Homebrew

Update Toolbox for new Templates

30 Apr 01:38
3e11f77
Compare
Choose a tag to compare
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

12 Sep 17:08
1836e8e
Compare
Choose a tag to compare
This patch was authored by @Kyle-Ye and released by @0xTim.

Fix Package.resolved version decoding issue

12 Sep 12:52
a59ec58
Compare
Choose a tag to compare
This patch was authored by @Kyle-Ye and released by @0xTim.

Fixes issue when trying to decode V2 Package.resolved files

18.5.1

16 Jun 15:43
4356c9c
Compare
Choose a tag to compare

Fixes a typo in the message when creating a new project

18.5.0

08 Jun 09:48
42cf362
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 18.4.1...18.5.0