nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Bump money from 1.2.1 to 1.4.0 #14

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps money from 1.2.1 to 1.4.0.

Release notes *Sourced from [money's releases](https://github.com/elixirmoney/money/releases).* > ## v1.4.0 > See the [CHANGELOG](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md#140) > > ## v1.3.2 > No release notes provided. > > ## v1.3.1 > No release notes provided. > > ## v1.3.0 > No release notes provided. > > ## 1.2.2 > No release notes provided.
Changelog *Sourced from [money's changelog](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md).* > ## 1.4.0 > Now hex is supported by an open organization and we are happy for new contributors and maintainers. > > ### 🚀Features > - 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] > > ### ⛔️Deprecations > - Deprecate `Money.Ecto.Type`, use `Money.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] > > ### 🧰 Maintenance > - 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] > > ## 1.3.2 > > - Add Guaraní sign for PYG [#94] > - Add new Belarusian ruble [#92] > > ## 1.3.1 > > - Support ecto 3.0 [#91] > > ## 1.3.0 > > - 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] > > ## 1.2.2 > > - Fixing Mexican and Colombian pesos names [#63] > - Add support currency exponents [#60] > - Add ability to retrieve all currencies
Commits - [`6ca4f43`](https://github.com/elixirmoney/money/commit/6ca4f438d59e7b1e2c5bdd6c66c08fcd30d91688) Release v1.4.0 🎉 - [`812c309`](https://github.com/elixirmoney/money/commit/812c3093846e58f9aeabef33d8c672f4b95209e6) Add credo and fix styles ([#103](https://github-redirect.dependabot.com/elixirmoney/money/issues/103)) - [`5ba0f89`](https://github.com/elixirmoney/money/commit/5ba0f89fecb14ae6570b03c27517b046049c1ac3) Formatting codebase ([#102](https://github-redirect.dependabot.com/elixirmoney/money/issues/102)) - [`fee8d1c`](https://github.com/elixirmoney/money/commit/fee8d1ca6e170a584394359a692b0df6bb7817c0) Add support multiple currencies with map(JSON) type ([#101](https://github-redirect.dependabot.com/elixirmoney/money/issues/101)) - [`1770d61`](https://github.com/elixirmoney/money/commit/1770d616c1f05f80144b8a26b4c22e3e57674b22) Fix cast Money.Ecto.Amount.Type with currency other than a default ([#100](https://github-redirect.dependabot.com/elixirmoney/money/issues/100)) - [`fcd69ac`](https://github.com/elixirmoney/money/commit/fcd69ac44dd65b5ecfa9ce3a871b24ee756114be) Fix repo links after transfer to organization ([#99](https://github-redirect.dependabot.com/elixirmoney/money/issues/99)) - [`1c7a112`](https://github.com/elixirmoney/money/commit/1c7a112b68ae5240311f7b4aa5408199a17c2ac9) Add support multiple currencies with PostgreSQL composite type ([#96](https://github-redirect.dependabot.com/elixirmoney/money/issues/96)) - [`fc0e2e1`](https://github.com/elixirmoney/money/commit/fc0e2e157ae04cc6f95a71d813f629ec0f28976b) Add Elixir 1.8.1 to CI ([#97](https://github-redirect.dependabot.com/elixirmoney/money/issues/97)) - [`f8e0721`](https://github.com/elixirmoney/money/commit/f8e0721236a4da15a0fd9966b3aeeea1239e32a0) Dividing negative one ([#95](https://github-redirect.dependabot.com/elixirmoney/money/issues/95)) - [`8d34db0`](https://github.com/elixirmoney/money/commit/8d34db0f3ca35e2573ba6ae7b986b7619041db9c) Create new Ecto Type for Currency ([#87](https://github-redirect.dependabot.com/elixirmoney/money/issues/87)) - Additional commits viewable in [compare view](https://github.com/elixirmoney/money/compare/1.2.1...v1.4.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.