Files
Fluxup_PAP/node_modules/multitars/CHANGELOG.md
2026-03-10 16:18:05 +00:00

3.0 KiB

multitars

0.2.4

Patch Changes

  • Update rollup config for reduced output and exclude sources from sourcemaps Submitted by @kitten (See #17)

0.2.3

Patch Changes

  • Revert trailer boundary check update Submitted by @kitten (See #15)

0.2.2

Patch Changes

  • Drop block scoping transform which interferred with generator Submitted by @kitten (See #13)
  • Reduce ReadableStreamBlockReader memory complexity Submitted by @kitten (See #11)
  • Skip File constructor to improve performance Submitted by @kitten (See #12)

0.2.1

Patch Changes

  • Replace parseInt(val, 8) for octal parsing with manual parsing (hotpath) Submitted by @kitten (See #9)

0.2.0

Minor Changes

  • Allow parseMultipart and streamMultipart to handle custom headers via a MultipartPart abstraction extending StreamFile Submitted by @kitten (See #7)

0.1.0

Minor Changes

  • Add basic README Submitted by @kitten (See 87831f1)
  • Accept ReadableStream inputs on tar and streamMultipart Submitted by @kitten (See #5)
  • Accept Iterable<Uint8Array> and AsyncIterable<Uint8Array> on untar and parseMultipart Submitted by @kitten (See #5)
  • Add iterableToStream and streamToAsyncIterable conversion helpers Submitted by @kitten (See #4)

Patch Changes

  • Improve multipart's boundary search performance Submitted by @kitten (See #6)

0.0.3

Patch Changes

  • Normalize type flag of CONTIGUOUS_FILE and OLD_FILE to FILE Submitted by @kitten (See d8f1785)
  • Add missing FormEntry export Submitted by @kitten (See 8fae4f3)

0.0.2

Patch Changes

  • Generate random boundary ID for multipart output and expose multipartContentType Submitted by @kitten (See 54b65ac)

0.0.1

Initial Release.