New
v0.2.0
Features
Drops.Typemodule that allows you to define custom types (via #36)Drops.Type.Validatorprotocol that allows you to define custom validators for your types- Added built-in
Drops.Types.Numbertype (issue #33) - Added
unionto type definition DSL (issue #37)
Fixes
- Warning about
conformcallback is gone (issue #34)
Changes
- All built-in types have been refactored to use the validator protocol
Drops.Types.Sumwas renamed toDrops.Types.Union