Changelog
All notable changes to this project will be documented in this file.
[0.2.1] - 2025-05-15
Added
- Enhanced
format_money/3to supportDecimaland properly parse binary strings representing decimals. - Added error handling to
format_money/3for invalid or malformed binary string inputs, raisingArgumentError. - Added unit tests covering valid and invalid binary string inputs for
format_money/3.
[0.2.0] - 2025-05-14
Added
to_date/3to parse dates with an optional fallback or custom parsing logic.
[0.1.2] - 2025-05-11
Added
format_money/3to format monetary amounts usingMoney.to_string/2with optional formatting options.
[0.1.1] - 2025-05-09
Added
format_decimal/1to format decimals with commas and 2 decimal places.format_name/1andformat_name/2for flexible user name formatting.format_name_with_email/1for full name + email formatting.
[0.1.0] - 2025-05-06
Added
- Initial release with Changeset Helpers, FormHelpers, and other utility functions.