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 (likefilter[foo][]
tofilter[foo][][]
). This is fixed with this release.