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

115 lines
2.4 KiB
Markdown
Raw Normal View History

2011-01-05 16:19:24 +00:00
2012-01-26 22:06:42 +00:00
0.6.1 / 2012-01-26
==================
* Fixed control character sequence for Linux compatibility [darrenderidder]
2012-01-26 12:28:15 +00:00
0.6.0 / 2012-01-26
==================
* Added support for installing node with a tarball [dshaw]
* Fixed: swap echo for printf. closes #44
2012-01-26 12:42:02 +00:00
* Fixed log colors
2012-01-26 12:28:15 +00:00
2011-11-05 18:20:30 +00:00
0.5.4 / 2011-11-05
==================
* Fixed install >= 0.5.x [guybrush]
2011-11-04 13:41:31 +00:00
0.5.3 / 2011-11-04
==================
* Fixed issue when prefix/lib/node dir is not present. Closes #37
2011-10-14 23:47:47 +00:00
0.5.2 / 2011-10-14
==================
* Fixed check_current_version() when node is not present
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