Template: Enjoy improved HTML escaping in templates when using noConflict() and minification, ensuring your templates work seamlessly without errors.
Improvements
Array Functions: Experience enhanced functionality with the _.last() method, which now correctly handles cases where the requested length exceeds the array size.
Compatibility: Benefit from better compatibility with Adobe JavaScript through an explicit definition of the global context, ensuring smoother integration.
String Handling: The any() function is now fixed for strings in IE8, providing consistent behavior across different browsers.
Fixes
Fix an issue with _.template() that caused HTML escaping errors when using noConflict() and minification, ensuring your templates render correctly.
Fix a bug with _.last(a, n) where n exceeds the length of the array, improving the reliability of this function.
Others
Improve code clarity by removing unnecessary if statements, making the code cleaner and easier to read.