Releases: electron/asar
Releases · electron/asar
v4.0.0
4.0.0 (2025-05-14)
BREAKING CHANGES
bumps required Node.js version to >=22.12.0. ESM-only.
use node:
imports
use "@tsconfig/node22
remove rimraf
update glob
and remove inlined types
esm: add "type": "module"
and update imports
esm: update test imports and dependencies
remove default
exports
remove unused import
s
fix Windows tests
update import
s / export
s in src/asar.ts
remove promisify(stream.pipeline)
remove lodash
remove enginesStrict
rename bin/asar.js
to bin/asar.mjs
bump minimatch
to 10.0.1
var
-> const
add noUnusedLocals: true
to tsconfig.json
update wrappedFs
update commander
update chai
add docs publishing flow
docs: update README imports
v3.4.1
3.4.1 (2025-04-07)
Bug Fixes
allow ../
symlink Streams when they're still within the package (#363 ) (e4fb057 )
v3.4.0
3.4.0 (2025-04-02)
Features
add in-memory API for streaming files to destination asar (#360 ) (dd7fb18 )
v3.3.1
3.3.1 (2025-02-11)
Bug Fixes
revert "feat: allow providing properties (such as unpack
) in ordering
input file" (#356 ) (9b7ccfe )
v3.3.0
3.3.0 (2025-02-10)
Features
allow providing properties (such as unpack
) in ordering
input file (#350 ) (b2f73c8 )
v3.2.18
3.2.18 (2025-01-07)
Bug Fixes
Respect unpack minimatch for symlinks within previously unpacked directories (#341 ) (645b7db )
v3.2.17
3.2.17 (2024-11-07)
Bug Fixes
isUnpackedDir
matches non-child directories that have same folder name prefix (#333 ) (4df48cd )
checking if symlink with same prefix points outside the directory (#335 ) (9ec1830 )
You can’t perform that action at this time.