elixirmoney / money

Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.
https://hex.pm/packages/money/
MIT License
826 stars 139 forks source link

Fixes #184 Correct Currency Symbols #185

Closed kevinkirkup closed 2 years ago

kevinkirkup commented 2 years ago

Fix Canadian and Singaporean Dollar symbols.

kevinkirkup commented 2 years ago

How do I get this in?

Nitrino commented 2 years ago

Thanks :heart:

kevinkirkup commented 2 years ago

np. Any chance we can get a 1.10.1 patch release to include this?

darrenklein commented 2 years ago

Would 1.11.0 be the release, since it would also include the new feature from https://github.com/elixirmoney/money/pull/183?

Nitrino commented 2 years ago

@kevinkirkup @darrenklein v1.11.0 released. Thanks for contributions. https://hex.pm/packages/money/1.11.0

darrenklein commented 2 years ago

My pleasure, really honored to have had the opportunity to contribute to this project. Thank you for all of your hard work.