Skip to content

Releases: alexdelorenzo/npm-user

v0.4.0

30 Mar 04:48
Compare
Choose a tag to compare

Changes:

  • Add support for the fish shell
  • Allow for passing options using environment variables, as well as positional parameters
  • Export variables to configuration files using syntax that is supported across shells
  • Show prompt and ask for confirmation to continue when using an unsupported shell
  • Use colors in script output, as well as bold text for emphasis
  • Bold text for manual directions
  • Rename $SHELL to $SHELL_NAME to prevent shadowing
  • Rename $RC to $SHELL_RC for clarity and consistency
  • Catch all errors and handle them
  • Suppress warnings from manpath

v0.3.2

23 Mar 04:47
7498fb3
Compare
Choose a tag to compare

Changes:

  • Add ability to set environment variables instead of using positional arguments

v0.3.1

23 Mar 01:35
Compare
Choose a tag to compare

Changes:

  • Change order of positional arguments, see README.md for the new order
  • Add support for macOS and *BSD
  • Show detailed error messages with instructions
  • Show current npm prefix before changing it
  • Update documentation with dependencies and system requirements
  • Handle login shells
  • Colorful error and success messages
  • Detect shell and configuration file automatically
  • Fix grammar in output and documentation
  • Better error handling

v0.2.0

24 Feb 12:43
ff43b96
Compare
Choose a tag to compare

Changes:

  • Quit on uncaught command failures
  • Catch additional errors
  • Show detailed message if npm isn't found
  • Ensure aliases get expanded

v0.1.0

13 Feb 02:51
22546a1
Compare
Choose a tag to compare

Initial release