mirror of
https://github.com/tj/n.git
synced 2024-11-25 07:39:21 +01:00
51 lines
911 B
Markdown
51 lines
911 B
Markdown
|
|
0.2.1 / 2011-01-21
|
|
==================
|
|
|
|
* Installing `node-waf`. Closes #5
|
|
|
|
0.2.0 / 2011-01-20
|
|
==================
|
|
|
|
* Added; display config options when using `n`.
|
|
For example if you install via `n 0.3.5 --debug`,
|
|
then `n` will display `0.3.5 --debug`.
|
|
|
|
* Changed; `n <version>` ignores non-n installations
|
|
|
|
0.1.2 / 2011-01-20
|
|
==================
|
|
|
|
* Added `help` alias of `--help`
|
|
* Fixed bash specific substitutions. Closes #1
|
|
|
|
0.1.1 / 2011-01-13
|
|
==================
|
|
|
|
* Fixed `use` with invalid version, added "is not installed"
|
|
|
|
0.1.0 / 2011-01-05
|
|
==================
|
|
|
|
* Added `n as <version> [args ...]`
|
|
|
|
0.0.4 / 2011-01-05
|
|
==================
|
|
|
|
* Added `which` alias of `bin`
|
|
|
|
0.0.3 / 2011-01-05
|
|
==================
|
|
|
|
* Added `n bin <version>` command
|
|
|
|
0.0.2 / 2011-01-05
|
|
==================
|
|
|
|
* Added `-` alias of `rm`
|
|
|
|
0.0.1 / 2011-01-05
|
|
==================
|
|
|
|
* Initial release
|