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>2011-04-30 21:37:29 +0400
committerisaacs <i@izs.me>2011-04-30 21:37:29 +0400
commitac96d01103b69e94beb04bb5a56712eae9b54908 (patch)
treee736d009e5c4a6206d32cf0929ce0fcab9cecb79
parentf4266a71717d65925cfb3823c6e7cd2c31b13bcc (diff)
put changes in expectable place, and trim up a bit
l---------CHANGES1
-rw-r--r--doc/changelog.md39
2 files changed, 11 insertions, 29 deletions
diff --git a/CHANGES b/CHANGES
new file mode 120000
index 000000000..0dade3591
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1 @@
+doc/changelog.md \ No newline at end of file
diff --git a/doc/changelog.md b/doc/changelog.md
index 6f91d387f..fd8fff783 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -5,46 +5,27 @@ npm-changelog(1) -- Changes
* 0.0
Lots of sketches and false starts. Abandoned a few times.
- Core functionality established.
- alpha.
+ Core functionality established.
* 0.1
push to beta, and announce
- documentation, caching, more robust script support
- ownership tracking in the registry (no more admin party!)
- more robust config and option parsing
- stabilize semver semantics
- tests
- update command
- bundle command
- Rollback for failed installations
Solaris and Cygwin support
* 0.2
- First allegedly "stable" release.
- Various fixes found during the Node Knockout extravaganza
- Minor updates and bugfixes
- more complete semver functionality
- Make npm OK to use programmatically (Charlie Robbins)
- recursive package removal
- tab completion (Evan Meagher)
- shasums on all tarballs
- explore command: see `npm help explore`
- docs command: see `npm help docs`
- Frequently asked questions at `npm faq`
- xmas easter egg
- work with homebrew nodejs
- Support for `"<name>":"<url>"` for dependencies.
+ First allegedly "stable" release.
+ Most functionality implemented.
+ Used shim files and `name@version` symlinks
+ Feature explosion
+ Kind of a mess.
* 0.3
- More correct permission/uid handling. (Sudo now encouraged!)
+ More correct permission/uid handling when running as root
Require node 0.4.0
- Separate semver out into a separate utility.
+ Reduce featureset
Packages without "main" modules don't export modules.
- Remove support for invalid JSON (since node doesn't support it)
- No shims! (Still has symlinks, though)
+ Remove support for invalid JSON (since node doesn't support it)
* 1.0
- Simplify configuration greatly.
+ Simplify folder structure greatly.
Install locally (bundle by default)
Drastic rearchitecture