forked from madeindjs/active_storage-send_zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.yml
19 lines (19 loc) · 890 Bytes
/
CHANGELOG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.3.4:
- add resize before download capability
0.3.2:
- correct rubyzip dependency
0.3.1:
- correct comportement when `ActiveStorage::Attached::Many` is given as paramter
0.3.0:
- correct subfolders creation (and break some methods signature)
0.2.0:
- 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:
- handle double filenames
- use a radom folder instead of fixed one (this was problematic qith multiples queries at the same times)
0.1.0:
- first versions