Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-06 04:33:30 +0300
committerisaacs <i@izs.me>2010-03-06 04:33:30 +0300
commita0f666de423877f73c3ab909961d317f0fe14250 (patch)
treeddbe59a1604da72f49dc2012aebd8301f10debba /README.md
parent40ba991a6dae7e4c557dc826c0905ddc96f2c0eb (diff)
Make the version history a little prettier.
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 22 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7108f7dc6..17cfaa90a 100644
--- a/README.md
+++ b/README.md
@@ -259,10 +259,28 @@ Some "nice to have" things that aren't quite core:
## Version History
-0.0.1 - Lots of sketches and false starts. Abandoned a few times.
+### 0.0.1
-0.0.2 - Install worked mostly. Still promise-based.
+* Lots of sketches and false starts. Abandoned a few times.
-0.0.3 - Converted to callbacks. Mikeal Rogers wrote a registry for it.
+### 0.0.2
-0.0.4 - Version dependencies, link packages, activation, lifecycle scripts, bin linking, uninstallation
+* Install worked mostly. Still promise-based.
+
+### 0.0.3
+
+* Converted to callbacks.
+* Mikeal Rogers wrote a registry for it.
+
+### 0.0.4
+
+* version dependencies
+* link packages
+* activation
+* lifecycle scripts
+* bin linking
+* uninstallation
+
+### 0.0.5
+
+* fix a few bugs in uninstall wrt dependent packages