Skip to content

Pluggable Shrine

Compare
Choose a tag to compare
@igor-alexandrov igor-alexandrov released this 06 Dec 13:45
· 82 commits to master since this release

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.