Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 4.47 KB

File metadata and controls

136 lines (80 loc) · 4.47 KB

Changelog

1.5.2 (2025-07-29)

Bug Fixes

  • switch to using crypto random for boundary values (#28) (ace05e0)

1.5.1 (2024-06-07)

Bug Fixes

  • only print top 512 bytes on buffer field debug log (#27) (9f771e8)

1.5.0 (2024-06-06)

Features

1.4.0 (2024-05-14)

Features

  • allow to set mimeType on field data (#25) (f3338f8)

1.3.1 (2023-07-28)

Bug Fixes

  • types: allow formStream to be used as a type (#24) (e1d2c00)

1.3.0 (2023-07-27)

Features

1.2.0 (2023-03-17)

Features

  • Porting from new Buffer() to Buffer.from() (#22) (f268e86)

1.2.0 / 2023-03-17

features

others

1.1.1 / 2021-04-28

fixes

others

1.1.0 / 2016-12-19

  • deps: upgrade mime to latest version (#9)

1.0.0 / 2014-11-04

  • fix(field): support stream.field(String, Number)
  • chore: fix links
  • chore: use npm scripts instead of Makefile
  • fix test case on node@0.8

0.0.8 / 2014-01-17

  • destroy source stream when formstream destroy()
  • add more test cases

0.0.7 / 2013-07-25

  • feature: always try to infer Content-Length (@xingrz)
  • doc improve

0.0.6 / 2013-07-15

  • added test cases for chaining call (@xingrz)
  • improved docs (@xingrz)
  • added chaining support (@xingrz)
  • api doc
  • fixed test causes
  • update dependencies version

0.0.5 / 2012-11-06

  • fixed stream error not catch bug

0.0.4 / 2012-11-06

  • fixed #2 support form.buffer()
  • add doc for setTotalStreamSize()

0.0.3 / 2012-11-06

  • support content-length use form.setTotalStreamSize(size)
  • update readme

0.0.2 / 2012-10-11

  • use buffer-concat support node < 0.8

0.0.1 / 2012-10-11

  • support multi streams.
  • add one stream support now.
  • Initial commit