Skip to content

Releases: NicolasRitouet/dpd-fileupload

v0.0.16

16 Nov 23:38
Compare
Choose a tag to compare

v0.0.15

19 Oct 16:15
Compare
Choose a tag to compare
  • Add data in upload event.
  • Partial fix of E11000 error PR #36 (Thanks @hjanuschka). The rest of the fix is on Deployd side (#653)
  • Switch to new md5 dependency (MD5 was deprecated). PR #31
  • We now have integration tests, maintainance will be much easier 😎

v0.0.13

21 May 18:51
Compare
Choose a tag to compare

Fixed bug for deleting without a subdirectory. PR #22 (thanks @rgolea)
Upgrade dependency (debug module).

0.0.12

03 May 06:16
Compare
Choose a tag to compare
  • fix: public folder not dynamic. PR #19 (thanks @docnoe)
  • Update dependencies. Close #17
  • rename mimeType property to type to match the html5 file spec. Close #14

0.0.11

28 Jul 20:53
Compare
Choose a tag to compare
  • Allow internal requests for GET. Close #12
  • Added MIME types and filtering file lists. PR #5

0.0.10

13 Mar 09:29
Compare
Choose a tag to compare
  • store filesize
  • option to store unique filename
  • small fixes

0.0.9

12 Mar 13:36
Compare
Choose a tag to compare
  • store file size

Release 0.0.8

18 Jan 22:29
Compare
Choose a tag to compare
  • any parameter send in the query will be stored in the resource (and parse as JSON if applicable)
  • if a parameter property name is "subdir", file will be placed under this subdir in the upload directory

Release 0.0.7

17 Jan 07:53
Compare
Choose a tag to compare
  • Fix empty response

Release 0.0.6

08 Jan 10:30
Compare
Choose a tag to compare
Improve README.md