saloonphp / saloon

🤠 Build beautiful API integrations and SDKs with Saloon
https://docs.saloon.dev
MIT License
2.03k stars 105 forks source link

Fix | Better Query Parameter Parsing #370

Closed Sammyjo20 closed 6 months ago

Sammyjo20 commented 6 months ago

This PR fixes issue #369

The old query parameter parser was just using parse_str however this was converting dots into underscores. This PR introduces a much better tokenization-parsing algorithm which does not convert characters like dots and semi-colons into underscores.