Skip to content

v0.3.0-canary.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 17:32

Features

Note

Breaking change from v0.3.0-canary.0

Fixed the semantics of search param comparisons. Now param1.contains(param2) returns true only if all key-value pairs of param2 are present in param1, regardless of param1 having more key-pairs than param2. The previous behavior was incorrectly reversed, meaning that param1.contains(param2) would return true only if all key-value pairs of param1 were present in param2.

Full Changelog: v0.3.0-canary.0...v0.3.0-canary.1