パッケージの詳細

@guanghechen/filepart

guanghechen9MIT1.0.4

File helper

file helper, split file, merge streams

readme

readme がありません 😢

更新履歴

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.7 (2024-09-18)

  • :wrench: chore: upgrade devDependencies and fix configs (230fb63)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.6 (2024-03-10)

Performance Improvements

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.5 (2024-03-09)

Note: Version bump only for package @guanghechen/filepart

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.4 (2024-02-03)

Performance Improvements

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.3 (2024-01-15)

Bug Fixes

  • 🐛 partSize could be POSITIVE_INFINITY (e7bd085)

1.0.0-alpha.2 (2024-01-02)

Note: Version bump only for package @guanghechen/filepart

1.0.0-alpha.1 (2023-12-10)

Performance Improvements

  • 🎨 export const DEFAULT_FILEPART_CODE_PREFIX from @guanghechen/filepart.types (d6d2b1d)
  • 🎨 export new method 'calcFilePartNamesByCount' (dbd16b6)
  • 🎨 make methods return iterator instead of array (1fddedd)
  • 🎨 move filepart related code from @guanghechen/file-split to new package @guanghechen/filepart (833aa10)
  • 🎨 refactor virtual file system to support filesplit case (d520715)