You are here

CHANGELOG.txt in Format Number API 6

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
6.x-1.x-dev
===========



6.x-1.6
=======

Features:
- #636066 by seals: Added Swedish translation.
- #438116 Implement numeric input element at Forms API level. Requires running update.php to clear theme registry.
- Updated translation template.

Bugfixes:
- Use variable_del() to erase module variables upon module uninstallation rather than using DELETE query against the {variable} table.
- Fixed a couple of Coder module issues.


6.x-1.5
=======

There is no need to run update.php. Just be sure to clear your javascript caches.

Features:
- Added Dutch translation (by libeco).
- Added CHANGELOG.txt.
- #570268 by jonathan_hunt: Add a 3rd argument to Drupal.formatNumber() to tell if we want the result truncated of rounded.
- #580540 by Bevan: Implement rounding to significant figures.
- Make javaScript compatible with other libraries than jQuery. See:
  http://drupal.org/update/modules/6/7#javascript_compatibility
- Use single quotes rather than double quotes in javascript file.


6.x-1.4
=======

Features:
- Added description to settings menu item.

Bugfixes:
- #353897 by xmarket: Fix problems with multibyte characters used as decimail point and/or thousands separators.
- Avoid PHP notice during user settings validation.


6.x-1.3
=======

Features:
- #334969 by ztyx: Add support for ascii space when no-break space is used as thousands separator.


6.x-1.2
=======

Features:
- Added javascript version of the API.
- Added translation template.
- Passing $decimals = -1 to format_number() can be used to format any number of decimal places.
- Updated README.txt

Bugfixes:
- Fix sign checking in parse_formatted_number().


6.x-1.1
=======

Features:
- Moved form settings code to a separate file.
- Settings form now based on a known set of symbols (see CLDR By-Type Chart: number.symbol).
- New exposed APIs (see README.txt).

Bugfixes:
- #331916 by ztyx: Small comment fix.


6.x-1.0
=======

- First release.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ===========
  3. 6.x-1.6
  4. =======
  5. Features:
  6. - #636066 by seals: Added Swedish translation.
  7. - #438116 Implement numeric input element at Forms API level. Requires running update.php to clear theme registry.
  8. - Updated translation template.
  9. Bugfixes:
  10. - Use variable_del() to erase module variables upon module uninstallation rather than using DELETE query against the {variable} table.
  11. - Fixed a couple of Coder module issues.
  12. 6.x-1.5
  13. =======
  14. There is no need to run update.php. Just be sure to clear your javascript caches.
  15. Features:
  16. - Added Dutch translation (by libeco).
  17. - Added CHANGELOG.txt.
  18. - #570268 by jonathan_hunt: Add a 3rd argument to Drupal.formatNumber() to tell if we want the result truncated of rounded.
  19. - #580540 by Bevan: Implement rounding to significant figures.
  20. - Make javaScript compatible with other libraries than jQuery. See:
  21. http://drupal.org/update/modules/6/7#javascript_compatibility
  22. - Use single quotes rather than double quotes in javascript file.
  23. 6.x-1.4
  24. =======
  25. Features:
  26. - Added description to settings menu item.
  27. Bugfixes:
  28. - #353897 by xmarket: Fix problems with multibyte characters used as decimail point and/or thousands separators.
  29. - Avoid PHP notice during user settings validation.
  30. 6.x-1.3
  31. =======
  32. Features:
  33. - #334969 by ztyx: Add support for ascii space when no-break space is used as thousands separator.
  34. 6.x-1.2
  35. =======
  36. Features:
  37. - Added javascript version of the API.
  38. - Added translation template.
  39. - Passing $decimals = -1 to format_number() can be used to format any number of decimal places.
  40. - Updated README.txt
  41. Bugfixes:
  42. - Fix sign checking in parse_formatted_number().
  43. 6.x-1.1
  44. =======
  45. Features:
  46. - Moved form settings code to a separate file.
  47. - Settings form now based on a known set of symbols (see CLDR By-Type Chart: number.symbol).
  48. - New exposed APIs (see README.txt).
  49. Bugfixes:
  50. - #331916 by ztyx: Small comment fix.
  51. 6.x-1.0
  52. =======
  53. - First release.