v4.4.0
- Smaller encode/decode maps by @sapphi-red in #909
- The encode and decode maps are now stored more space-efficiently, saving 44% in minified bundles, and cutting the size of the installed module by 52%.
Please note that some JavaScript minifiers, such as terser, will now produce non-ASCII output. If you use entities in the browser, please make sure you are set up to ship UTF-8 to clients, or set eg. terser's ascii_only
option to false
.
Full Changelog: v4.3.1...v4.4.0