1.3.6
◀Back | Minified | Changelog | Cautionlog2012-11-02
Basic bugfixes for this release. Skipped 1.3.5 (more simple fixes).
- Faster
String#repeat
- Fixed issue with
Array#sample
skewing randomization. - Limiting minute/second parsing to 0-59.
- Fixed issue with
addMonths
traversing into other months. - Fixed issue with NaN being true for
isOdd
. - Fixed issue with HTML escaping.
- Fixed issue with float values parsing in
Object.fromQueryString
. - Internal refactoring of
Object.each
. - Fixed issue with
7 July
date format. - Added "'yy" as a valid year format.
- Allowing empty strings for thousands separator and decimal in
Number#format
.