Skip to content

Releases: node-formidable/formidable

v3.2.5

06 Oct 11:09
Compare
Choose a tag to compare

3.2.4

25 May 18:16
81dd350
Compare
Choose a tag to compare
fix: Improve keep extension (#857)

* tests: add failing test case

* docs: add comment

* tests: add comment

* tests: add a test case that proves that the regex was always bad

* fix: replace regex with reliable filtering

* feat: stop at first invalid char

* feat: allow numbers in file extensions

* feat: stop extension from being '.'

* refactor: code style

* docs: use slugify in the example

* chore: prepare release

3.1.4

30 Nov 15:55
5706c14
Compare
Choose a tag to compare

v1.1.1

15 Jan 20:54
Compare
Choose a tag to compare
  • Fix DeprecationWarning about os.tmpDir() (Christian)
  • Update buffer.write order of arguments for Node 7 (Kornel Lesiński)
  • JSON Parser emits error events to the IncomingForm (alessio.montagnani)
  • Improved Content-Disposition parsing (Sebastien)
  • Access WriteStream of fs during runtime instead of include time (Jonas Amundsen)
  • Use built-in toString to convert buffer to hex (Charmander)
  • Add hash to json if present (Nick Stamas)
  • Add license to package.json (Simen Bekkhus)