@DaTrader, @lostkobrakai, In commit cd2547d I have added Money.Validation.validate_money/3 that mirrors the way Ecto.Changeset.validate_number/3 operates.
Comments and suggestions welcome. Here is the draft changelog entry:
Enhancements
Adds the module Money.Validation to provide Ecto Changeset validations. In particular it adds Money.Validation.validate_money/3 which behaves exactly like Ecto.Changeset.validate_number/3 only for t:Money types.
@DaTrader, @lostkobrakai, In commit cd2547d I have added
Money.Validation.validate_money/3
that mirrors the wayEcto.Changeset.validate_number/3
operates.Comments and suggestions welcome. Here is the draft changelog entry:
Enhancements
Money.Validation
to provide Ecto Changeset validations. In particular it addsMoney.Validation.validate_money/3
which behaves exactly likeEcto.Changeset.validate_number/3
only fort:Money
types.