v0.6.0 #349
arthurio
announced in
Announcements
v0.6.0
#349
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Breaking change
Now users will have to pass the
%
(or%25
as uri encoded) sign in the query string parameter forlike
andilike
operators instead of it being applied automatically by the filter.A backward compatible function has been added so that any value without a percent sign defined for
like
orilike
operators will be automatically wrapped between percent signs ("test"
->"%test%"
).Dependency updates
Full Changelog: v0.5.4...v0.6.0
Beta Was this translation helpful? Give feedback.
All reactions