Skip to content

Releases: mamyraoby/phanisana

1.0.4 is out now 🗓️⏰🔥

01 May 09:55
1.0.4
f422df7

Choose a tag to compare

📦 Phanisana v1.0.4 — Release Notes

Release Date: 2025-05-01

We’re excited to announce Phanisana v1.0.4, introducing a key new feature and enhancements for better locale-friendly number handling.

✨ New Features

🗓️ Date and Time Verbalization (Experimental)

You can now convert dates and times into their full Malagasy word representation.

Examples:

$converter->dateToWords('2025-05-01');
// Output: voalohany mey roa arivo sy roapolo sy dimy

$converter->timeToWords('14:30');
// Output: telo ambin'ny folo sy sasany atoandro

1.0.3 (stable version 🔥)

17 Apr 12:51
1.0.3
bcb0fac

Choose a tag to compare

Absolutely! Here’s the updated release note with the documentation improvements included:

🚀 Phanisana 1.0.3 – Bug Fixes, Official Translation Support & Improved Docs 🎉

We’re happy to announce a new minor release of Phanisana!

🔧 Bug Fixes
• Several user-reported issues have been fixed to improve stability and accuracy.
• Number conversion edge cases now behave more consistently.

🌍 Official Translation Support
• Number words now follow the official Malagasy linguistic guidelines, making Phanisana more suitable for educational, governmental, and professional use cases.

📘 Clearer, Expanded Documentation
• The documentation has been significantly improved!
You’ll now find clearer examples, better explanations, and a smoother getting-started experience.
👉 Read the updated documentation

🙌 Thanks to the Community

Your feedback and bug reports have been essential to this release. Keep them coming — we’re building this together!

📦 Install or update via Composer:

composer require mamyraoby/phanisana

🐞 Report an issue | ⭐ Star the project

Let me know if you’d like to tweak the tone or add version-specific changes!

Version 1.0.1

14 Apr 20:43
1.0.1
a81fa52

Choose a tag to compare

✨ New Features

  • Support for Billion-Scale Numbers

The NumberConverter now supports numbers in the billions (lavitrisa), making it suitable for more complex financial or statistical use cases. (Thanks to @HeriCraft for the PR)

  • New Global Helper Function: phanisana_convert_number()

You can now use the global helper function phanisana_convert_number($number) without needing to instantiate the NumberConverter class directly (assuming you’ve set up Composer autoloading properly).

1.0.0

13 Apr 14:49
1.0.0
3276ca1

Choose a tag to compare

Just Released the First Version

I am excited to announce the release of the first version of the Phanisana library!

🚀 New Features

  • Number to Words Conversion: The main feature of the library is converting numbers into their Malagasy word equivalents.
  • Supported number ranges include:
    • Units: 0-9
    • Tens: 10, 20, 30... up to 90
    • Hundreds: 100, 200, 300... up to 900
    • Thousands: 1,000 to 9,999
    • Ten Thousands: 10,000 to 99,999
    • Hundred Thousands: 100,000 to 999,999
    • Millions: 1,000,000 and beyond

🛠 Installation

Install via Composer:

composer require mamyraoby/phanisana