Skip to content

Releases: electron/asar

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

1.0.0

20 Feb 03:40
2ec15c1
Compare
Choose a tag to compare

Added

  • Promise-based async API

Changed

  • This module requires Node 6 or later.

Removed

  • V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability
  • callback-style async API - if you still need to use this style of API, please check out the nodeify module.