Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@otsch otsch released this 12 Apr 21:34
· 6 commits to main since this release

Fixed

  • Fixes an issue introduced in v1.0.2. When creating an instance from string, it's containing an array and the brackets are encoded (like filter%5Bfoo%5D%5B%5D=1&filter%5Bfoo%5D%5B%5D=2), the method trying to fix duplicate keys without brackets added another array level (like filter[foo][] to filter[foo][][]). This is fixed with this release.