Pluggable Shrine
Shrine.cr got plugin system! Hooray!
Two plugins (DetermineMimeType
and AddMetadata
) are are included into this shard, you can read more about them in Readme.
Also I refactored Shrine::UploadedFile::Metadata
into Shrine::UploadedFile::MetadataType
which is now a Hash
. NamedTuple
are also replaced with Hash
in Shrine
and Shrine::UploadedFile
classes.