Skip to content

Releases: sernamar/dinero

0.1.2

07 Dec 18:23
f8be811
Compare
Choose a tag to compare

Fixed an issue where the parse-string function did not work as expected when no default currency was configured.

When no default currency was set, the internal variable *default-currency* was nil, causing parse-string to fail. This release updates the function to fall back to the locale currency when a default currency is not configured.

0.1.1

30 Sep 18:05
404bff0
Compare
Choose a tag to compare

Fixes:

  • Issue #1: Incorrect parsing due to mismatched decimal separator and invalid grouping size for locale.

0.1.0

30 Sep 05:58
1c52667
Compare
Choose a tag to compare

Initial release