Skip to content

2.1.7

Latest
Compare
Choose a tag to compare
@zergioz zergioz released this 30 Mar 17:24
· 1 commit to master since this release
4ccf886

This version of the code updates deprecated jQuery methods such as trim(), $.isArray, and Proxy().
It replaces them with native JavaScript alternatives. Additionally, it upgrades the code to adhere to modern JavaScript standards, replacing var with let and const for variable definitions.
Finally, the jQuery method each() is also replaced with native JavaScript forEach() - where possible.

What's Changed

New Contributors

Full Changelog: v2.1.5...2.1.7