115 Commits (8ae2f47db8c84bfc29279d1871890c7f5446133f)
 

Author SHA1 Message Date
quilty 8ae2f47db8 still working on tests. add prettier 6 years ago
quilty 29dcc98dc7 undo double quote behavior from prettier in example and reduce verbosity of action url 6 years ago
quilty e5b77f10e9 add dried out version of tempFileHandler as option for saving files 6 years ago
Richard Girges 83f11ba06f
Update README.md 6 years ago
Richard Girges 6a2688c884
Merge pull request #101 from MrDockal/patch-2 6 years ago
Jan Dočkal 5c88ded50c
Typo in node.js 6 years ago
Richard Girges b93e40301e 1.0.0 6 years ago
Richard Girges 5d36fd2702
Merge pull request #100 from MichaelE1/docs-check-empty-object 6 years ago
MichaelE1 683c04778f update docs to check for empty object 6 years ago
Richard Girges 4d911b6b36
Merge pull request #98 from piotr-skowronski-rmtcfm-com/bugfix-pass-options-to-file-factory 6 years ago
Piotr Skowroński c838cdaa9b Pass options to File Factory 6 years ago
Richard Girges 79b27cbdf7 readme breaking change update 6 years ago
Richard Girges 6868c36039 cleaning up documentation 6 years ago
Richard Girges 7a9a104d20 cleaning up documentation 6 years ago
Richard Girges b2baffd581 add node 10 to CI 6 years ago
Richard Girges e42f9a738b 1.0.0-alpha.1 6 years ago
Richard Girges d76b69bf25 upgrade packages. disable yarn.lock in favor of package-lock being the single source of truth. 6 years ago
Richard Girges 627834d889 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 6 years ago
Richard Girges 0fd643d100 Merge branch 'master' of github.com:richardgirges/express-fileupload 6 years ago
Richard Girges b00481930d
Update README.md 6 years ago
Richard Girges 94c42283e0
Update README.md 6 years ago
Richard Girges e130a8517c
Update README.md 6 years ago
Richard Girges e8959880eb adding documentation for new option. fixing tests 6 years ago
Richard Girges aa57dc43aa fix merge conflicts; split the library up into separate files to promote easier testability 6 years ago
Richard Girges 536321b202
Merge pull request #79 from Shudrum/reusable-file-object 6 years ago
Richard Girges 22b3d7e092 Dropping fs-extra as it's no longer needed. Dropping google eslint rules and simply using eslint:recommended. Upgrading packages. Moved manual tests folder into root level and renamed it to example folder. Various lint cleanups. Added a new option for creating parent path directory 6 years ago
Julien Martin 87d3d5cc7b fileFactory exposed from the main library 6 years ago
Julien Martin 813f44f793 Add missing line space 6 years ago
Julien Martin 4095d946ac The main library now use the fileFactory 6 years ago
Julien Martin 64ff2b5b7b fileFactory() added 6 years ago
Richard Girges 9314d38d99 add node 9 to travis ci 6 years ago
Richard Girges 53b7e45208 Release 0.4.0 6 years ago
Richard Girges 9add031d61 update yarn.lock 6 years ago
Richard Girges bdfa47b3f6
Merge pull request #65 from ShakMR/handle-file-limit 6 years ago
Richard Girges 4eaccda03a
Merge pull request #59 from Haggus/handle-file-limit 6 years ago
Richard Girges dc923e29d5
Merge pull request #57 from tumulr/master 6 years ago
ShakMR a10fa54371 Adding option to select between two behaviour when file over fileSize 6 years ago
Mateusz Mrowiec 1c52f44d87 Add clearUploadsDir 7 years ago
Mateusz Mrowiec 91d944f504 Add file limit upload test 7 years ago
Mateusz Mrowiec 10263ab741 Handle 'limit' event when file is over fileSize 7 years ago
Tumul Richesh ded00ebbed Added md5 checksum for each file upload 7 years ago
Richard Girges c3c41ec0bc 0.3.0 7 years ago
Richard Girges cbb77e094d Fixes #50. Default function argument value is not supported in Node 4 and 5. Although this package no longer supports Node 4 or 5, this seems like a harmless update. 7 years ago
Richard Girges 608b8e143e update README with breaking changes for 0.2.0 7 years ago
Richard Girges fcbffc3460 0.2.0 7 years ago
Richard Girges ade3dae748 Support for Node 6+ 7 years ago
Richard Girges 977886a7cc 0.1.5 7 years ago
Richard Girges e5e7225d8b adding tests for .mv() using Promise 7 years ago
Richard Girges 1d13af944d fixed remaining lint errors 7 years ago
Richard Girges 9bf6e61260 Updated lib/index.js to be lint-happy. Added promise-based API for `.mv` method. This fixes #42 7 years ago