Skip to content

Releases: electron/asar

v4.0.0

14 May 21:27
c14d903
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

3.3.0 (2025-02-10)

Features

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

v3.2.18

07 Jan 03:04
645b7db
Compare
Choose a tag to compare

3.2.18 (2025-01-07)

Bug Fixes

  • Respect unpack minimatch for symlinks within previously unpacked directories (#341) (645b7db)

v3.2.17

07 Nov 05:16
4df48cd
Compare
Choose a tag to compare

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)

v3.2.16

05 Nov 14:23
f30b93d
Compare
Choose a tag to compare

3.2.16 (2024-11-05)

Bug Fixes

v3.2.15

30 Oct 14:34
e313c0a
Compare
Choose a tag to compare

3.2.15 (2024-10-30)

Bug Fixes

v3.2.14

25 Oct 02:01
8a9959e
Compare
Choose a tag to compare

3.2.14 (2024-10-25)

Bug Fixes