2.2.0
What's Changed
- feat: store the original file of uploaded files by @mostafaznv in #27
Notice
Since the old name
column was used to store the manipulated file name (hashed, unique id, time, etc.), we needed a new column to store the original one.
Adding a new column and working with it could result in a breaking change, so we decided to make it optional.
In the next major release, we will make it the default behavior of the package.
For more information, please see the documentation