Changes 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Revision history for Lingua-RO-Numbers
  2. 0.22 2018-10-29
  3. - Added support for the colovial form of 18 as "optuspe" in `ro_to_number()`.
  4. 0.21 2017-01-10
  5. - Changed the license from `perl` to `artistic_2`.
  6. - Other meta changes.
  7. 0.20 2015-01-15
  8. - Minor fix for numbers greater than 10**27 (now they are reported correctly)
  9. 0.19 2014-11-27
  10. - Fixed a bug for string numbers like '8.0' (now returns 'opt' instead of undef)
  11. - Fixed bug for infinity; now it is returned correctly.
  12. 0.18 2014-07-25
  13. - Text for ro_to_number() is now UTF-8 decoded.
  14. - Fixed an infinite loop for text like "unu virgula zero"
  15. 0.17 2014-06-29
  16. - POD fixes.
  17. 0.16 2014-06-20
  18. - Added the ro_to_number() function which converts a Romanian text into its numeric value.
  19. 0.15 2013-05-01
  20. - Bug-fix: the 'thousands_separator' string should not be added at the end of a number.
  21. 0.14 2013-06-23
  22. - Removed the kwalitee test.
  23. - Added the META.json file.
  24. 0.13 2013-06-09
  25. - Removed the requirement of the 'encoding' pragma.
  26. 0.12 2013-06-09
  27. - Removed the usage of the deprecated 'encoding' pragma.
  28. 0.11 2013-03-15
  29. - Added kwalitee test.
  30. - Converted releases dates to W3CDTF.
  31. - Added META.yml file.
  32. 0.10 2013-03-13
  33. - Added support for Object-Oriented functionality.
  34. - Added support for customizable options.
  35. - Fixed deep-recursion for number which is, actually, "NaN".
  36. - Added support for 'inf'.
  37. - Doesn't returns a list in list context, but a string.
  38. 0.09 2013-02-14
  39. - Added 'encoding' to dependencies in Build.PL
  40. 0.08 2013-02-08
  41. - Great unification:
  42. Joined the code for floating points smaller than zero,
  43. with the code for floating points greater than zero.
  44. 0.07 2013-02-06
  45. - doesn't use 'parent' anymore.
  46. 0.06 2013-02-04
  47. - Added more tests.
  48. - Changed from 'un miliard o sută nouăzeci și opt de milioane trei sute mii'
  49. to 'un miliard o sută nouăzeci și opt de milioane trei sute de mii'
  50. 0.05 2013-02-03
  51. - Corrected 1_500_083 from 'un milion cinci sute mii optzeci și trei'
  52. to 'un milion cinci sute de mii optzeci și trei'
  53. 0.04 2013-02-03
  54. - Corrected 112_000 from 'o sută doisprezece de mii'
  55. to 'o sută doisprezece mii'
  56. 0.03 2013-02-02
  57. - Require perl>=5.006 in Build.PL
  58. 0.02 2013-02-02
  59. - Changed 'saptesprezece' to 'șaptesprezece'
  60. 0.01 2013-02-01
  61. - First version, released on an unsuspecting world.