Skip to content

Releases: electron/asar

v4.2.0

31 Mar 23:22
49681b1

Choose a tag to compare

4.2.0 (2026-03-31)

Features

  • Revert "feat: add integrity digest management commands and functional… (#424) (49681b1), closes #380

v4.1.2

28 Mar 05:03
79686b6

Choose a tag to compare

4.1.2 (2026-03-28)

Performance Improvements

  • 5-7x faster packing, 15-20% faster extraction (#414) (79686b6), closes #417

v4.1.1

24 Mar 17:35
f1f0a8f

Choose a tag to compare

4.1.1 (2026-03-24)

Bug Fixes

  • pickle resize overflow, stream flush race, integrity block boundary (#413) (f1f0a8f)

v4.1.0

05 Mar 01:50
ccaf57f

Choose a tag to compare

4.1.0 (2026-03-05)

Features

  • add integrity digest management commands and functionality (#380) (ccaf57f)

v4.0.1

02 Aug 03:28
f941402

Choose a tag to compare

4.0.1 (2025-08-02)

Bug Fixes

  • export FileRecord and DirectoryRecord types (#370) (f941402)

v4.0.0

14 May 21:27
c14d903

Choose a tag to compare

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 imports

  • fix Windows tests

  • update imports / exports 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

07 Apr 02:55
e4fb057

Choose a tag to compare

3.4.1 (2025-04-07)

Bug Fixes

  • allow ../ symlink Streams when they're still within the package (#363) (e4fb057)

v3.4.0

02 Apr 01:51
dd7fb18

Choose a tag to compare

3.4.0 (2025-04-02)

Features

  • add in-memory API for streaming files to destination asar (#360) (dd7fb18)

v3.3.1

11 Feb 00:44
9b7ccfe

Choose a tag to compare

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

10 Feb 20:55
b2f73c8

Choose a tag to compare

3.3.0 (2025-02-10)

Features

  • allow providing properties (such as unpack) in ordering input file (#350) (b2f73c8)