shrine.cr v0.3.0 Release Notes

Release Date: 2019-12-06 // over 4 years ago
  • ๐Ÿ”Œ 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.