fabiospampinato / cash

An absurdly small jQuery alternative for modern browsers.
MIT License
6.51k stars 266 forks source link

Align serialize with jQuery 2 and newer #416

Closed vovayatsyuk closed 1 year ago

vovayatsyuk commented 1 year ago

jQuery no longer serializes spaces as +. They left the old logic for the ajax "form-urlencoded" type only.

Here is commit in jquery repo: https://github.com/jquery/jquery/commit/70605c8e5655da996ebd395e3c43423daaa08d9c

fabiospampinato commented 1 year ago

Thank you! Shipped in v8.1.4.