0
0
mirror of https://github.com/tj/n.git synced 2024-11-29 05:42:48 +01:00
n/History.md

72 lines
1.6 KiB
Markdown
Raw Normal View History

2011-01-05 17:19:24 +01:00
2011-02-14 18:02:47 +01:00
0.4.0 / 2011-02-14
==================
* Added `n ls|list` to show versions available
* Added markers to installed and current versions for `n ls` [davglass]
* Added `--no-check-certificate` for Github Downloads [davglass]
* Fixed; moved abort and log up, so they are defined before calling [davglass]
* Improved error message when tar fails (usually due to invalid version number) [davglass]
2011-01-22 01:56:02 +01:00
0.3.0 / 2011-01-21
==================
* Added `n latest` to install (or activate) latest node version released
* Added `n --latest` to output latest node version released
* Fixed wafadmin issue, installing lib/node/*. Closes #7
2011-01-21 22:01:34 +01:00
0.2.2 / 2011-01-21
==================
* Fixed escape
2011-01-21 21:52:59 +01:00
0.2.1 / 2011-01-21
==================
* Installing `node-waf`. Closes #5
2011-01-21 04:37:38 +01:00
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
2011-01-21 03:29:19 +01:00
0.1.2 / 2011-01-20
==================
* Added `help` alias of `--help`
* Fixed bash specific substitutions. Closes #1
2011-01-14 03:25:25 +01:00
0.1.1 / 2011-01-13
==================
* Fixed `use` with invalid version, added "is not installed"
2011-01-05 22:44:17 +01:00
0.1.0 / 2011-01-05
==================
* Added `n as <version> [args ...]`
2011-01-05 18:14:41 +01:00
0.0.4 / 2011-01-05
==================
* Added `which` alias of `bin`
2011-01-05 17:43:42 +01:00
0.0.3 / 2011-01-05
==================
* Added `n bin <version>` command
2011-01-05 17:23:32 +01:00
0.0.2 / 2011-01-05
==================
* Added `-` alias of `rm`
2011-01-05 17:19:24 +01:00
0.0.1 / 2011-01-05
==================
* Initial release