vergissberlin / andrelademann-de-express

Personal web page
2 stars 1 forks source link

Update express-fileupload to the latest version 🚀 #86

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The dependency express-fileupload was updated from 0.4.0 to 1.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.0.0

Updates

  • Update docs to check for empty object #100

Bug Fixes

  • Pass Options to File Factory #98
Commits

The new version differs by 25 commits.

  • b93e403 1.0.0
  • 5d36fd2 Merge pull request #100 from MichaelE1/docs-check-empty-object
  • 683c047 update docs to check for empty object
  • 4d911b6 Merge pull request #98 from piotr-skowronski-rmtcfm-com/bugfix-pass-options-to-file-factory
  • c838cda Pass options to File Factory
  • 79b27cb readme breaking change update
  • 6868c36 cleaning up documentation
  • 7a9a104 cleaning up documentation
  • b2baffd add node 10 to CI
  • e42f9a7 1.0.0-alpha.1
  • d76b69b upgrade packages. disable yarn.lock in favor of package-lock being the single source of truth.
  • 627834d Major breaking change: update file md5 property to be a method, allowing users to execute it at will. This will speed up performance, in addition to ensuring that md5() does not increase memory allocation size for users that do not care about md5 checksums
  • 0fd643d Merge branch 'master' of github.com:richardgirges/express-fileupload
  • b004819 Update README.md
  • 94c4228 Update README.md

There are 25 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.1.4

Updates

  • Custom limit handler function. See limitHandler option in docs.
  • Add description about empty file data when option useTempFiles used.
greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.1.5

Updates

  • Add uri decoding for file names see uriDecodeFileNames option in docs.
  • createParentPath now creates folder recursevly, thanks to @closingin
  • Add fileSize to Buffer.concat that should increase perfrmance a bit for in memory uploads.