Dwyl Fields Versions Save

🌻 fields is a collection of useful field definitions (Custom Ecto Types) that helps you easily define an Ecto Schema with validation, encryption and hashing functions so that you can ship your Elixir/Phoenix App much faster!

v2.10.3

1 year ago

v.2.7.0

3 years ago

#74 / #75

0.1.4

5 years ago

Changes

  • Adds Fields.Url field for validated urls
  • Adds Fields.HtmlBody field for text fields. Removes any scripts but leaves in basic html.

0.1.3

5 years ago

Changes

  • Adds Fields.DescriptionPlaintextUnlimited
    • Unlimited length plaintext field with html sanitisation.

0.1.2

5 years ago

Changes

  • Fixes error that gets returned from an invalid cast

0.1.1

5 years ago

Initial Release with the following fields

  • Encrypted
  • Hash
  • EmailPlaintext
  • EmailHash
  • EmailEncrypted
  • Password
  • Postcode
  • PostcodeEncrypted
  • Address
  • AddressEncrypted
  • PhoneNumber
  • PhoneNumberEncrypted