features
- [
e04d4a8] - feat: use faster cdn registry (#289) (fengmk2 <fengmk2@gmail.com>)
others
- [
4a36f46] - typo: Update README.md (#281) (0xflotus <0xflotus@gmail.com>)
features
- [
718b5d9] - feat: [BREAKING] use npm 6.1.0 (#254) (fengmk2 <fengmk2@gmail.com>)
features
- [
e63a5f9] - feat: support auto fix bug-versions (#252) (fengmk2 <fengmk2@gmail.com>)
features
- [
ceec3e7] - feat: add --ignore-custom-config to ignore npmrc and cnpmrc (#241) (fengmk2 <fengmk2@gmail.com>)
fixes
- [
289be77] - fix: downgrade commander to 2.10.0 (#211) (fengmk2 <fengmk2@gmail.com>)
- feat: support set proxy on cnpmrc file (#208)
- test: node 8
- fix: taobao npm registry use http protocol to support gzip
- feat: [BREAKING_CHANGE] use npminstall@3
- test: ignore node 4 on windows test
- fix: dont auto create userconfig file
- feat: should show full versions
- fix: use fork instead of spawn on npminstall mode (#164)
- test: fix invaild regex on windows
- test: add node v7
- fix: cnpm can install itself now
- feat: support custom installer (#148)
- deps: npminstall@2.1.0
- chore: use npminstall@2 (#135)
- feat: use npminstall@beta (#131)
- chore: add NodeJS version requirements (#116)
- refactor: remove node-gyp
- refactor: use npminstall
- test: add node v5
- feat: install node-sass from China mirror
- deps: use npm@3
- doc: remove disturl
- fix when info.log not exists
- feat: add --proxy support
- update
giturlto 1.0.0
- test: add node v5
- feat: install node-sass from China mirror
- fix: ignore --disturl and --userconfig=none
- test: appveyor test node v4
- fix: install chromedriver from oss directly
- fix: use node-gyp@3 to support node 4.x+
- deps npm@2.14.2
- deps: upgrade npm to 2.14.3
- bump npm
- Add ELECTRON_MIRROR
- Resolve npm command to local npm bin, not global. (@qiu8310)
- use pangyp instead of node-gyp
- use execPath
- support iojs and cpp build
- feat(mirrors): add node, iojs, chromedriver, selenium mirrors
- bump npm@2.1
- bump npm to 2
- no need to sync twice
- update readme
- bump npm
- sync dependencies if package.private = true, close #38
- fix sync display
- bump npm to ~2.0.0-alpha-5
- use npm@1.5.x support scoped packages
- tell users in China install from taobao npm
- fix #34 use userconfig registry by default
- use cross-spawn
- fix #31 space char on windows path.
- use taobao npm https
- add PHANTOMJS_CDNURL env
- change to npm.taobao.org/dist
- fix sync result display
- Merge pull request #32 from cnpm/sync-from-cnpm
- sync from cnpm and taobao npm
- add auto-correct for some long cmds
- switch registry to taobao npm registry
- remove unused commander
- remove unused 'child_process' in bin/cnpm
- download from cdn
- deps npm instead of npm-beta
- update install from cnpm
- fix missing git option detect
- cnpm doc -g module open git web url. fixed #25
- if cnpm install cnpm, use npm cmd
- fix cnpm install cnpm fail bug
- update to deps npm-beta, use latest version of npm
- Release 0.0.28
- update urllib
- update urllib
- add jshint
- use cnpmjs.org/dist
- fix cnpm publish not work bug. fixed #23
- add preferGlobal
- add make autod
- use npm request
- request timeout default is 30 seconds
- add registryweb args
- Sync package as publish.
- add search sub command, fixed #18
- remove console log
- fix cannot get sub command with options, fixed #16
- fix help info output error, fixed #15
- cnpm --help: add command
v(@weakish)
- cnpm sync -y
- fix check version
- support check >=x.y.z version. fixed #13
- Merge pull request #12 from fengmk2/fix-source-npm-command
- fix origin npm commands
- use default disturl alias http://dist.u.qiniudn.com
- support $ cnpm sync [moduleName1 moduleName2 ...], fixed #10
- fix origin_npm, use --cache instead of --cachepath
- support sync all the dependencies of a project,fix #6
- support alias to own private registry, fixed #5
- add userconfig support. fixed #3
- fix HOME missing on win32 bug. fixed #1
- fix check timeout bug
- add cnpm user command
- fix doc missing
- support --registry on sync
- fix sync log
- fix doc url. fixed cnpm/cnpmjs.org#29
- fix sync cmd
- init