1.5.0 / 2021-04-12 ================== **features** * [[`e99083c`](http://github.com/cojs/busboy/commit/e99083c62f85a6bab84821cd677fc49e726a9ae8)] - feat: unzip http stream (#43) (Artin <>) 1.4.1 / 2020-07-30 ================== **fixes** * [[`95127c9`](http://github.com/cojs/busboy/commit/95127c9ae202024b8117b35403cb52680b1aef81)] - fix: compatible with node14 (#42) (killa <>) 1.4.0 / 2017-10-12 ================== **features** * [[`99c1385`](http://github.com/cojs/busboy/commit/99c1385423a32c2919f93871b68772f47088bc61)] - feat: parts() return promise (#37) (Yiyu He <>) **others** * [[`750e8d2`](http://github.com/cojs/busboy/commit/750e8d284d649bf2b7f938ee345d150a44eb4dbb)] - clean gitignore (haoxin <>) * [[`a59ff69`](http://github.com/cojs/busboy/commit/a59ff69d8093579c781b37ac9f449b8df86991e0)] - remove Makefile, use npm scripts (haoxin <>) * [[`3a1a887`](http://github.com/cojs/busboy/commit/3a1a887142ca9452183d587efed53a5cfd840bdd)] - travis: node@4+ (haoxin <>) 1.3.1 / 2015-09-23 ================== * test: use codecov.io instead of coveralls * fix: need read all request's datas when error happened * test: add node version 1, 2, 3, 4 1.3.0 / 2015-03-02 ================== * improve tests and coverage * add checkFile hook to do file check, like limit filenam extension * add checkField hook to do prepare jobs, like csrf 1.2.1 / 2015-02-28 ================== * avoid slicing arguments