This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Version 3.0.0
Changed
- This package now correctly pins towards Swift 4.1 in
Package.swift
(thanks @cb1674).
Removed
- Removed the static function
get
onEnvironment
since it was already defined in vapor/service (thanks @cb1674). - Removed the
MutableLeafTagConfig
since we will encourage theuse...LeafTags
pattern moving on.