Skip to content

Latest commit

 

History

History
153 lines (64 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

153 lines (64 loc) · 4.09 KB

Change Log

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

2.3.5 (2017-12-06)

Bug Fixes

  • engines: actually remove this altogether. causes more problems than it solves (65a60aa)
  • engines: Change npm engine specification to >=5. (#1) (cafda00)

2.3.4 (2017-12-05)

2.3.3 (2017-12-05)

Bug Fixes

  • install: manually replace $HOME (ae40f2d)

2.3.2 (2017-12-05)

Bug Fixes

  • install: be a bit smarter about adding to attributes files (a046cbc)

2.3.1 (2017-12-04)

Bug Fixes

  • legacy: warn people that legacy mode might throw away some of their changes (d633205)

2.3.0 (2017-12-04)

Features

  • legacy: add legacy command support (361dec7)
  • log: add stderr logging (184d6ec)

2.2.0 (2017-12-03)

Features

  • uninstall: add uninstaller (a42a4de)

2.1.0 (2017-12-03)

Features

  • global: add --global flag for global installation (b9c131f)

2.0.1 (2017-12-03)

Bug Fixes

  • merge: make sure to merge the right lockfile (09f6b25)

2.0.0 (2017-12-03)

Bug Fixes

  • deps: force unbump of broken rxjs version (72dcd14)

Features

  • non-npm: add support for running non-npm commands (aee4e70)

BREAKING CHANGES

  • non-npm: this removes the --npm-bin option in favor of --command

1.0.2 (2017-12-03)

Bug Fixes

  • deps: accidentally added devdeps to deps object (f865567)

1.0.1 (2017-12-03)

Bug Fixes

  • docs: fix some badges. oops. (0cdfbfc)

1.0.0 (2017-12-03)

Features

  • api: set up install and merge as separate command (76072b9)

BREAKING CHANGES

  • api: This changes the install api to npm-merge-driver install [opts], and the merge api to npm-merge-driver merge <npm-bin> <current> <old> <theirs> <filename>.

0.0.0 (2017-12-02)

Bug Fixes

  • merge: get merging working right (28af1f2)