Elixir Drops 0.2.0 with support for custom types was released!
Since the previous release in October, my intermittent efforts have been dedicated to developing version 0.2.0 of Elixir Drops, concentrating primarily on enhancing its type system. The main objective has been to introduce the functionality for users to create custom types and to enable their composition. I’m thrilled to share that today I’ve completed the work and released Elixir Drops version 0.2.0! Let’s explore the new capabilities it brings. Defining custom types You can encapsulate validation logic in simple custom primitive types. Let’s say you want a user with age and name attributes, here’s how you could define it: ...