crossroadlabs / PathToRegex

A Swift library translating paths with wildcards into regular expressions
GNU General Public License v3.0
7 stars 7 forks source link

Updated to work with Swift 5 #14

Open matthewrobb opened 3 years ago

matthewrobb commented 3 years ago

A few things needed updated to allow this library to work in Swift 5 projects. Removed the dependency on Boilerplate and brought in the Optional extensions that were being used as fileprivate extensions just for this module. Bumped Regex version to 1.2