June 23, 2010, 10:29 pm
I have updated the jQuery FormatCurrency plugin to work with jQuery 1.4.2 and the latest version of qUnit with 127 unit tests.
Download
Release Notes
- Fixed bug where “-” was deleted during Format As You Type.
- Improved eventOnDecimalsEntered to only be triggered if necessary.
- Improve Format As You Type demo by not calling formatCurrency on a SHIFT, CTRL, ALT, HOME or END key.
- Added support for jQuery 1.4 and qUnit 1.4
- Added fix and test for issue #19 “-.01″ was formatting as “-$NaN.01″
November 28, 2009, 12:33 pm
Last night I noticed a few issues added to the jQuery FormatCurrency page. I was able to resolve all of these issues and push out a new v1.2 release of the plugin.
Download
Release Notes
- Stored originalDecimals for reporting on the decimalsEntered trigger
- Added format_as_you_type demo page (from Emmanuel Sambo)
- Fixed issue #11 blank should equal blank
- Fixed bug #12 and added unit test (negativeFormatDecimal) to support
- Fixed bug #13 and added a check for a float value
- Fixed bug #14 and added unit tests for en-IN which contains edge cases due to its Rs. symbol (Rs. 1,000.00)
New Committer Added
Additionaly, I’m happy to announce we’ve added a new committer to the team, Marco De Bortoli from Italy. His contributions in bug reporting and fixing have already been valuable and we are looking forward to having him contribute to the futures.
Creation of the Futures Page
We’ve added a new Futures page to the Wiki. This page will be used as a collaborative page to edit/comment on the future of the plugin. The page can be found at http://code.google.com/p/jquery-formatcurrency/wiki/Futures.
May 26, 2009, 9:00 pm
After receiving some comments on my formatCurrency plugin regarding international support I decided to create an official release of the formatCurrency jQuery plugin.
The new plugin is available on the Google Code at http://jquery-formatcurrency.googlecode.com.
Thank you to everyone on for your downloads and comments. Please contact me if you are interested in becoming a member on the project.