All Versions
23
Latest Version
Avg Release Cycle
112 days
Latest Release
64 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.0 Changes
September 11, 2019πEnhancements
- π Allow adding custom currencies [#108]
- π§ Configure custom_currencies at runtime rather than compile time [#111]
- β Add Philippine Piso sign [#104]
- β Add support to cast from atom-keyed maps [#110]
- π Fix readme typos in usage subtract and divide typos [#109]
- β Add dializer and fix warnings
π πBug Fixes
- π Fix typos with Money.Ecto.Map.Type docs [#105]
-
v1.4.0 Changes
February 28, 2019π Now hex is supported by an open organization and we are happy for new contributors and maintainers.
πEnhancements
- β Add support multiple currencies with map(JSON) type [#101]
- β Add support multiple currencies with PostgreSQL composite type [#96]
- β Add new Ecto Type for Currency [#87]
- β Add credo and fix styles [#103]
- Formatting codebase [#102]
- π Move repo to OSS organization and fix repo links after transfer [#99]
- β Add Elixir 1.8.1 to CI [#97]
π βοΈDeprecations
- π Deprecate
Money.Ecto.Type
, useMoney.Ecto.Amount.Type
module instead
π πBug Fixes
- π Fix dividing negative one [#95]
- π Fix cast in
Money.Ecto.Amount.Type
from money with currency other than a default [#100]
-
v1.3.2 Changes
January 30, 2019- β Add GuaranΓ sign for PYG [#94]
- β Add new Belarusian ruble [#92]
-
v1.3.1 Changes
November 13, 2018- π Support ecto 3.0 [#91]
-
v1.3.0 Changes
November 07, 2018- π Support elixir 1.6 and 1.7 versions [#90]
- Correct symbol for DKK [#86]
- β‘οΈ Update supported elixir versions to 1.3 [#75]
- π Fix deprecation warning for elixir 1.5 [#74]
- β Add some more symbols for currencies [#71]
- β Add some more symbols for currencies [#71]
- π Fix official RUB symbol [#70]
- β Adding a HexDoc link to the readme for faster linking to the docs [#68]
- π Allow casting a Map of ecto's embeds_many [#66]
-
v1.2.2 Changes
May 26, 2017- π Fixing Mexican and Colombian pesos names [#63]
- β Add support currency exponents [#60]
- β Add ability to retrieve all currencies
-
v1.2.1 Changes
- β Add Money.abs/1
- β Add Money.neg/1
- π Fix issues with Money.divide/2 and negative values [#57]
- π Changes for clean compile on Elixir 1.4.1
- π Changed sigil functions to macros for compile time expansion [#59]
-
v1.2.0 Changes
- β Add formatting option to hide fractional units [#47]
- π Allow underscores in sigil [#48]
-
v1.1.3 Changes
- π Fix parsing amounts without a leading digit [#46]
-
v1.1.2 Changes
- π Bug fix: to_string with negative [#42]