Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
113 lines (48 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

113 lines (48 loc) · 2.7 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.1 (2020-03-25)

2.3.0 (2019-12-11)

Features

  • add option to gently create bin links/shims (a929196)

2.2.1 (2019-08-15)

Bug Fixes

  • link: properly detect that we should chown the link (1c69beb)

2.2.0 (2019-08-14)

Bug Fixes

  • don't chown if we didn't make any dirs (c4df8a8)

Features

2.1.0 (2019-08-14)

Features

  • infer ownership of created dirs and links (0dd2879)

2.0.1 (2017-11-28)

Bug Fixes

  • pkglock: regenerate lock to fix version issues (a41cbd0)
  • rm: make sure logic for vacuuming matches original npm (673e82c)

2.0.0 (2017-10-07)

Features

  • api: switch to callbacks for now. (236e886)

BREAKING CHANGES

  • api: switches from Promises to callbacks for async control flow.

1.0.2 (2017-10-07)

Bug Fixes

  • link: properly resolve linkIfExists promise (f06acf2)

1.0.1 (2017-09-25)

Bug Fixes

  • files: include required lib files in tarball (e0be6a8)

1.0.0 (2017-09-15)

Bug Fixes

  • docs: Flesh out API descriptions. (b056a34)
  • docs: update usage examples (5517ff5)

BREAKING CHANGES

  • docs: api docs added