Skip to content

1.10.5 - Fix crash with missing parameter

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 20 Mar 18:12
f6a08a1

What's Changed

Fix crash with missing parameter by @b-nassler in #130

This line https://github.com/vapor/leaf-kit/blob/main/Sources/LeafKit/LeafParser/LeafParser.swift#L203
would cause a crash when no parameters are found

Fixed issue that lead to a crash when parameters would be empty in line https://github.com/vapor/leaf-kit/blob/main/Sources/LeafKit/LeafParser/LeafParser.swift#L203

New Contributor

This patch was released by @0xTim

Full Changelog: 1.10.4...1.10.5