Skip to content

Latest commit

 

History

History
174 lines (96 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

174 lines (96 loc) · 6.11 KB

v1.7.0 (2019-03-04)

New Feature 🎉

  • #68 Infer shells automatically, and use versions based on the current working directory (optional) (@Schniz)

Committers: 1

v1.6.2 (2019-03-04)

Bugfix 🐛

Documentation 📝

  • #70 Fix installation script parameters docs (@Schniz)

Committers: 1

v1.6.1 (2019-02-26)

Bugfix 🐛

  • #69 Fix version inference by throwing on http 404 again (@Schniz)

Committers: 1

v1.6.0 (2019-02-25)

New Feature 🎉

  • #57 Switch to cohttp(lwt) instead of curl (@tatchi)

Bugfix 🐛

  • #64 Throw on errors in installation script (@Schniz)

Internal 🛠

Committers: 2

v1.5.1 (2019-02-22)

Bugfix 🐛

  • #61 Fix a bug where fnm env --multi didn't used the default alias (@Schniz)

Committers: 1

v1.5.0 (2019-02-21)

New Feature 🎉

  • #60 Disable colors for non-tty devices (@Schniz)
  • #48 Add parameters to the install script, enabling custom installs (--install-dir and --skip-shell) (@from-nibly)
  • #54 Infer complete semver (vX.X.X) out of partial input (vX/vX.X). (@Schniz)

Bugfix 🐛

  • #58 Adding check for OSX during writing for bash shell (@maxknee)
  • #56 Correct status code on install failures (@ranyitz)

Internal 🛠

  • #55 Make tests faster by using cnpmjs as Node.js mirror in tests (@Schniz)

Documentation 📝

Committers: 4

v1.4.0 (2019-02-18)

New Feature 🎉

Documentation 📝

  • #44 Quick fix for the dev enviornment setup (@AdamGS)

Committers: 3

v1.3.0 (2019-02-14)

New Feature 🎉

Documentation 📝

Committers: 2

v1.2.1 (2019-02-11)

Bugfix 🐛

Internal 🛠

Documentation 📝

Committers: 1

v1.2.0 (2019-01-30)

New Feature 🎉

Bugfix 🐛

  • #16 Make fnm --version show the correct version (@Schniz)
  • #15 Don't throw in nonexistent directory on fnm ls (@Schniz)

Documentation 📝

Committers: 1

v1.1.0 (2019-01-27)

New Feature 🎉

  • #10 Add fish shell setup to env command and README (@elliottsj)

Committers: 1