Asar Versions Save

Simple extensive tar-like archive format with indexing

v3.1.0

2 years ago

3.1.0 (2021-09-09)

Features

v3.0.3

4 years ago

3.0.3 (2020-03-31)

Bug Fixes

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

v3.0.2

4 years ago

3.0.2 (2020-03-23)

Bug Fixes

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

v3.0.1

4 years ago

3.0.1 (2020-03-12)

Bug Fixes

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

v3.0.0

4 years ago

3.0.0 (2020-03-10)

Features

BREAKING CHANGES

  • Drops support for Node < 10.12.0

v2.1.0

4 years ago

2.1.0 (2020-02-19)

Features

v2.0.3

4 years ago

2.0.3 (2019-12-13)

Bug Fixes

v2.0.1

5 years ago

2.0.1 (2019-04-29)

Bug Fixes

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

v2.0.0

5 years ago

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

v1.0.0

5 years ago

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.