Skip to content

Releases: electron/asar

v3.2.0

29 Jul 16:23
db6d154
Compare
Choose a tag to compare

3.2.0 (2022-07-29)

Features

  • give better hints when failing due to bad links (#241) (db6d154)

v3.1.0

09 Sep 18:13
94cb8bd
Compare
Choose a tag to compare

3.1.0 (2021-09-09)

Features

v3.0.3

31 Mar 01:01
c9cc0a1
Compare
Choose a tag to compare

3.0.3 (2020-03-31)

Bug Fixes

  • CreateOptions.transform should return stream or void (#195) (c9cc0a1)

v3.0.2

23 Mar 22:30
3f243e2
Compare
Choose a tag to compare

3.0.2 (2020-03-23)

Bug Fixes

  • correctly parse arguments for list --is-pack (#194) (3f243e2), closes #186

v3.0.1

12 Mar 02:53
49bba74
Compare
Choose a tag to compare

3.0.1 (2020-03-12)

Bug Fixes

  • enforce Node version constraint for the CLI (#193) (49bba74)

v3.0.0

10 Mar 21:24
Compare
Choose a tag to compare

3.0.0 (2020-03-10)

Features

BREAKING CHANGES

  • Drops support for Node < 10.12.0

v2.1.0

19 Feb 21:44
f9eb91d
Compare
Choose a tag to compare

2.1.0 (2020-02-19)

Features

v2.0.3

13 Dec 16:25
e49bdc7
Compare
Choose a tag to compare

2.0.3 (2019-12-13)

Bug Fixes

v2.0.1

29 Apr 17:25
319dd81
Compare
Choose a tag to compare

2.0.1 (2019-04-29)

Bug Fixes

  • don't monkeypatch fs with promisified versions (#176) (319dd81)

v2.0.0

27 Apr 04:24
8a03eae
Compare
Choose a tag to compare

2.0.0 (2019-04-27)

BREAKING CHANGES

Other Changes

  • drop support for versions of Node which are EOL'd as of 2019-04-30.

  • chore: upgrade mocha to fix some devDeps issues with npm audit

  • chore: upgrade commander and electron deps

  • chore: upgrade electron-mocha, which requires Node >= 8

  • docs: update code examples for Node 8

  • refactor: replace pify with util.promisify

  • refactor: use async/await everywhere

  • chore: remove Node 6 from the Node versions tested in CI

  • refactor: use async readFile method

  • refactor: simplify pattern construction

  • docs: reformat createPackageFromFiles doc comment

  • refactor: DRY up determineFileType

  • chore: remove mz devDependency