0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 13:41:07 +00:00
n/History.md

88 lines
1.9 KiB
Markdown
Raw Normal View History

2011-01-05 16:19:24 +00:00
2011-10-11 15:56:05 +00:00
0.5.1 / 2011-10-11
==================
* Fixed newer 0.5.x versions
* Fixed node-waf [guybrush]
2011-06-28 17:51:51 +00:00
0.4.2 / 2011-06-28
==================
* Fixed stdio redirect for lame bash
2011-03-13 17:10:16 +00:00
0.4.1 / 2011-03-13
==================
* Fixed bad substitution errors on ubuntu [Alexander Simmerl]
2011-02-14 17:02:47 +00: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 00:56:02 +00: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 21:01:34 +00:00
0.2.2 / 2011-01-21
==================
* Fixed escape
2011-01-21 20:52:59 +00:00
0.2.1 / 2011-01-21
==================
* Installing `node-waf`. Closes #5
2011-01-21 03:37:38 +00: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 02:29:19 +00:00
0.1.2 / 2011-01-20
==================
* Added `help` alias of `--help`
* Fixed bash specific substitutions. Closes #1
2011-01-14 02:25:25 +00:00
0.1.1 / 2011-01-13
==================
* Fixed `use` with invalid version, added "is not installed"
2011-01-05 21:44:17 +00:00
0.1.0 / 2011-01-05
==================
* Added `n as <version> [args ...]`
2011-01-05 17:14:41 +00:00
0.0.4 / 2011-01-05
==================
* Added `which` alias of `bin`
2011-01-05 16:43:42 +00:00
0.0.3 / 2011-01-05
==================
* Added `n bin <version>` command
2011-01-05 16:23:32 +00:00
0.0.2 / 2011-01-05
==================
* Added `-` alias of `rm`
2011-01-05 16:19:24 +00:00
0.0.1 / 2011-01-05
==================
* Initial release