Skip to content

Releases: madeindjs/active_storage-send_zip

v0.3.5

27 Feb 22:46
84b916a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

30 Jul 12:10
18b7443
Compare
Choose a tag to compare
  • Allow resizing of files before downloading (thanks to @biximilien on #22 )

v0.3.2

28 Jan 18:51
Compare
Choose a tag to compare

0.3.1

21 Dec 13:32
Compare
Choose a tag to compare
  • correct comportement when ActiveStorage::Attached::Many is given as paramter

0.3.0

04 Dec 13:25
Compare
Choose a tag to compare
  • correct subfolders creation (and break some methods signature)

0.2.0

04 Dec 11:59
Compare
Choose a tag to compare
  • move some methods to avoid to polute controller methods
    • ActiveStorage::SendZip#save_files_on_server become ActiveStorage::SendZipHelperSendZip#save_files_on_server
    • SendZip#save_file_on_server become ActiveStorage::SendZipHelperSendZip#save_file_on_server
    • SendZip#create_temporary_zip_file become ActiveStorage::SendZipHelperSendZip#create_temporary_zip_file
  • send_zip can now handle an Hash param to organize in subfolder

0.1.1

03 Dec 12:48
Compare
Choose a tag to compare
  • handle double filenames
  • use a radom folder instead of fixed one (this was problematic qith multiples queries at the same times)