Tuesday, August 31, 2004
Updates - August 31, 2004
numberFormat.html
Released NumberFormat 1.5.2 on August 27.
Release Notes:
Bug fixes and general code cleanup.
Took out deprecated RegExp.leftContext and RegExp.rightContext. Now using the array returned when calling exec on the RegExp instance. Refer to moveDecimalAsStringNF and justNumberNF.
Took out the HTML <!-- and //-->
Added addSeparators method.
Now able to accept the string 10E+3 and make it 10000 In 1.5.1 10e+3 as a number or string is ok and 10E+3 as a number is ok but in 1.5.1 when 10E+3 is passed in as a string, it turns out as 10
Released NumberFormat 1.5.2 on August 27.
Release Notes:
Bug fixes and general code cleanup.
Took out deprecated RegExp.leftContext and RegExp.rightContext. Now using the array returned when calling exec on the RegExp instance. Refer to moveDecimalAsStringNF and justNumberNF.
Took out the HTML <!-- and //-->
Added addSeparators method.
Now able to accept the string 10E+3 and make it 10000 In 1.5.1 10e+3 as a number or string is ok and 10E+3 as a number is ok but in 1.5.1 when 10E+3 is passed in as a string, it turns out as 10
posted by Keith [8/31/2004 06:45:00 PM] - permalink - 0 comments