Skip to content

0.2.3

Compare
Choose a tag to compare
@BenMorel BenMorel released this 15 Apr 13:09
· 37 commits to master since this release

πŸ› Bug fix

Variables passed to setQuery(), setPost() and setCookies() are now always cast to string and (nested) arrays of strings.

The previous behaviour (storing the original array as is) could lead to unexpected bugs with code that expected the values returned by getQuery(), getPost() and getCookies() to be strings, which is normally the case with data retrieved from an actual HTTP request.