Skip to content

Latest commit

 

History

History
285 lines (179 loc) · 4.51 KB

History.md

File metadata and controls

285 lines (179 loc) · 4.51 KB

3.0.1 / 2015-04-05

  • Resolve npm command to local npm bin, not global. (@qiu8310)

3.0.0 / 2015-03-09

  • use pangyp instead of node-gyp

2.0.1 / 2015-02-17

  • use execPath

2.0.0 / 2015-02-16

  • support iojs and cpp build
  • feat(mirrors): add node, iojs, chromedriver, selenium mirrors

1.2.0 / 2014-10-05

1.1.0 / 2014-09-24

  • bump npm to 2
  • no need to sync twice

1.0.0 / 2014-09-01

  • update readme
  • bump npm

0.5.2 / 2014-07-28

  • sync dependencies if package.private = true, close #38

0.5.1 / 2014-07-28

  • fix sync display

0.5.0 / 2014-07-28

  • bump npm to ~2.0.0-alpha-5

0.4.0 / 2014-07-21

  • use [email protected] support scoped packages
  • tell users in China install from taobao npm

0.3.0 / 2014-07-05

  • fix #34 use userconfig registry by default
  • use cross-spawn

0.2.2 / 2014-07-02

  • fix #31 space char on windows path.

0.2.1 / 2014-07-02

  • use taobao npm https

0.2.0 / 2014-06-05

  • add PHANTOMJS_CDNURL env

0.1.3 / 2014-05-14

  • change to npm.taobao.org/dist
  • fix sync result display

0.1.2 / 2014-04-22

  • Merge pull request #32 from cnpm/sync-from-cnpm
  • sync from cnpm and taobao npm

0.1.1 / 2014-04-19

  • add auto-correct for some long cmds

0.1.0 / 2014-04-17

  • switch registry to taobao npm registry
  • remove unused commander
  • remove unused 'child_process' in bin/cnpm
  • download from cdn

0.0.35 / 2014-04-03

  • deps npm instead of npm-beta
  • update install from cnpm

0.0.33 / 2014-03-18

  • fix missing git option detect

0.0.32 / 2014-03-18

  • cnpm doc -g module open git web url. fixed #25

0.0.31 / 2014-03-15

  • if cnpm install cnpm, use npm cmd

0.0.30 / 2014-03-15

  • fix cnpm install cnpm fail bug

0.0.29 / 2014-03-13

  • update to deps npm-beta, use latest version of npm
  • Release 0.0.28
  • update urllib

0.0.28 / 2014-03-07

  • update urllib
  • add jshint
  • use cnpmjs.org/dist

0.0.27 / 2014-02-14

  • fix cnpm publish not work bug. fixed #23

0.0.26 / 2014-01-24

  • add preferGlobal

0.0.25 / 2014-01-15

  • add make autod
  • use npm request

0.0.24 / 2014-01-14

  • request timeout default is 30 seconds

0.0.23 / 2014-01-14

  • add registryweb args

0.0.22 / 2014-01-10

  • Sync package as publish.

0.0.21 / 2013-12-23

  • add search sub command, fixed #18

0.0.20 / 2013-12-22

  • remove console log

0.0.19 / 2013-12-22

  • fix cannot get sub command with options, fixed #16
  • fix help info output error, fixed #15
  • cnpm --help: add command v (@weakish)

0.0.18 / 2013-12-20

  • cnpm sync -y

0.0.17 / 2013-12-20

  • fix check version

0.0.16 / 2013-12-20

  • support check >=x.y.z version. fixed #13

0.0.15 / 2013-12-20

  • Merge pull request #12 from fengmk2/fix-source-npm-command
  • fix origin npm commands

0.0.14 / 2013-12-18

0.0.13 / 2013-12-14

  • support $ cnpm sync [moduleName1 moduleName2 ...], fixed #10
  • fix origin_npm, use --cache instead of --cachepath

0.0.12 / 2013-12-13

  • support sync all the dependencies of a project,fix #6

0.0.11 / 2013-12-13

  • support alias to own private registry, fixed #5

0.0.10 / 2013-12-13

  • add userconfig support. fixed #3

0.0.9 / 2013-12-12

  • fix HOME missing on win32 bug. fixed #1

0.0.8 / 2013-12-12

  • fix check timeout bug

0.0.7 / 2013-12-11

  • add cnpm user command

0.0.6 / 2013-12-10

  • fix doc missing

0.0.5 / 2013-12-09

  • support --registry on sync

0.0.4 / 2013-12-09

  • fix sync log

0.0.3 / 2013-12-09

0.0.2 / 2013-12-09

  • fix sync cmd

0.0.1 / 2013-12-09

  • init