Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Latest commit

 

History

History
738 lines (326 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

738 lines (326 loc) · 20.4 KB

8.2.0 (2018-02-16)

Bug Fixes

  • package: update console.table to version 0.10.0 (55dd59e)
  • package: update cross-spawn to version 6.0.0 (10610b6)
  • package: update git-url-parse to version 8.0.0 (f32b1a0)
  • package: update parse-git-config to version 2.0.0 (a96ff8d)

8.1.2 (2018-01-15)

Bug Fixes

8.1.1 (2018-01-14)

Bug Fixes

Features

8.1.0 (2017-12-02)

Bug Fixes

  • package: update inquirer to version 4.0.0 (85d5176)
  • package: update inquirer-autocomplete-prompt to version 0.12.0 (c17158c)

Features

8.0.6 (2017-10-31)

8.0.5 (2017-10-31)

Bug Fixes

  • fix postinstall script not work install windows (a1cbed2)

8.0.4 (2017-10-31)

8.0.3 (2017-10-30)

Bug Fixes

  • fix invalid postinstall script (48411ca)

8.0.2 (2017-10-30)

Bug Fixes

  • fix invalid postuninstall (959b8a2)

8.0.1 (2017-10-30)

8.0.0 (2017-10-30)

Bug Fixes

Features

  • remove gpmx bin (3163fac)
  • Remove import command (e992c5d)
  • run relink command after install (efdda39)
  • 移除colors,改用兼容性更好的chalk作为颜色输出模块 (9ab1074)
  • 移除foreach命令 (431fe66)
  • 移除plugin命令 (76abda8)
  • 移除tree和licenses命令 (8de7efe)

7.1.0 (2017-10-28)

Bug Fixes

  • package: update axios to version 0.17.0 (37f7b85)
  • package: update caporal to version 0.8.0 (5e8cda5)
  • fix caporal import (0d8802f)
  • type (c210a98)

7.0.0 (2017-08-29)

Bug Fixes

  • package: update console.table to version 0.9.0 (0cb6f22)
  • package: update fs-extra to version 4.0.0 (e9bf9f1)
  • package: update log4js to version 2.0.0 (ff10c28)

6.5.2 (2017-05-03)

Bug Fixes

6.5.1 (2017-05-03)

6.5.0 (2017-04-04)

Bug Fixes

Features

  • support i18n command and message (9574241), closes #12

6.4.0 (2017-03-30)

Bug Fixes

  • missing config command description (bd7e048)
  • support plugin in windows (20fd89e), closes #11

Features

  • command add & find will copy the repo path to your system clipboard if you platform support (7ef1fa0)

6.3.3 (2017-03-29)

Bug Fixes

  • fix tree command (4f6a5a5)
  • multiple same repo can be add to registry (4e9fd83)

Features

  • add --ignore-rc for add command, ignore .gpmrc which you don't trust or you don't run the hooks (4fa3ed0)

6.3.2 (2017-03-27)

Bug Fixes

  • fix gpm ls command can't filter the key (07fb70e)

6.3.1 (2017-03-23)

Bug Fixes

  • the json-toy missing in deps (f898610)

Features

6.3.0 (2017-03-23)

Bug Fixes

  • fix relink loop before check exist or not (bbee726)
  • run the gpmrc hooks before check it exist or not (3b9aea5)

Features

  • add tree command (ae21cb6)
  • config need to check gpm upgrade or not in global config ~/.gpm/gpm.config.json (66abd4e)
  • print the time during this command (9283593)

6.2.1 (2017-03-21)

Bug Fixes

  • fix gpmrc hook can't run multiple command line. (efeac96)

6.2.0 (2017-03-18)

Features

  • support .gpmrc config file in repo (30850c0)

6.1.3 (2017-03-17)

Bug Fixes

  • node command should be git.. (4d4e24b)

6.1.2 (2017-03-17)

6.1.1 (2017-03-17)

Code Refactoring

  • rename [gpm config delete ] to [gpm config remove ] (71f6c1e)

Features

BREAKING CHANGES

  • use gpm config remove instead gpm config delete

6.1.0 (2017-03-14)

Bug Fixes

  • fix then plugin's name is invalid, will throw an error. it should not (3ca743b)

Features

  • add foreach command (f55a05d)
  • add plugin a method to load all plugin (d38c612)
  • gpm remove, now can specify which one you want to remove, required repo's owner & name (b85df6e)

6.0.0 (2017-03-12)

Bug Fixes

  • compatible with last Caporal.js (2de90c5)
  • fix some command argv are invalid (2805ed8)
  • fix the child_process don't set the process env, command will fail in test (d4f6a1e)
  • fix type (feb10c6)

Features

  • add global flag to config command (b5f4094)
  • all command add --unixify, --force, --nolog (0d2dc77)
  • all command add -u, --unixify flag to parse path to unix style, useful in Windows Git Bash. invalid in Power Shell. (ee2dec7)
  • dep on robotjs, now it will auto type cd to dist dir once add success (b62add7)
  • support unix style path in Window Git bash with -u, --unixify flag (94f1e2f)

Reverts

  • remove the esc-exit, not compatible with windows (5399d24)

BREAKING CHANGES

  • Before: gpm relink --quiet

After: gpm relink --nolog

5.4.1 (2017-03-10)

Bug Fixes

  • will register many time when install from a same repo (b401128)

5.4.0 (2017-03-10)

Features

  • support the plugin for add command, other command coming soon. plugin name with 'gpm-plugin-${name}', use it with -p, --plugin flag (926514e)

5.3.1 (2017-03-09)

Bug Fixes

  • fix can't registry multi repo with diff name (eff0789)

Features

  • record the gpm version in config (315e12f)

5.3.0 (2017-03-09)

Bug Fixes

  • after clean temp cache, will auto run relink command (6b79729)

5.3.0-0 (2017-03-09)

Features

  • BC: make data persist base on node-persist. (5941265)
  • add a options for quite mode (286d3db)

5.2.1 (2017-03-09)

Features

  • add an option the custom the repo dir when run command add (60875f2)

5.2.0 (2017-03-09)

Features

  • support show list/remove by a valid key, search owner and repo name. & refactor some code (5a6aa2e)

5.1.9 (2017-03-02)

Bug Fixes

  • fix run link command, if there are one dir isn't git repo, then it will return not continue loop next one. (896d541)

5.1.8 (2017-03-02)

Bug Fixes

  • fix run link command, if there are one dir isn't git repo, then it will return not continue loop next one. (f116d0e)

5.1.7 (2017-02-28)

Bug Fixes

  • fix check git env in $PATH, it's not invalid in linux and macOS (ba4ecc6)

5.1.6 (2017-02-27)

5.1.5 (2017-02-26)

Bug Fixes

  • fix remove command in window platform (77313ca)

5.1.4 (2017-02-26)

Bug Fixes

  • can't found home path from process.env.home in window platform (f9f7f05)

5.1.3 (2017-02-26)

Bug Fixes

  • can't found home path from process.env.home in window platform (a5eb5dc)

5.1.2 (2017-02-26)

Bug Fixes

  • can't found home path from process.env.home in window platform (6f3fb3b)

5.1.1 (2017-02-26)

Bug Fixes

  • fix the root dir is not '.gpmx' (44acced)
  • relink: check the path is a dir or a file when loop the base dir (0c9c76b)

Features

  • ignore the vscode config (2e51d54)

5.1.0 (2017-02-25)

Bug Fixes

  • fix can't get home dir in window platform (4bb41de)
  • fix some bugs in window platform (12b79ac)
  • make sure has install git before run command (8ca6f27)

5.0.2 (2017-02-18)

Features

  • add: add [gpmx add -f] options to skip to question (ec883d3)

5.0.1 (2017-02-16)

Bug Fixes

  • relink: fix it will recover the other config before (2e069f0)

5.0.0 (2017-02-16)

4.3.0 (2017-02-16)

Features

  • import: add [gpmx import] -f --all support (b678710)

4.2.0 (2017-02-15)

Features

  • support gpmx import --hard (b60b044)

4.1.0 (2017-02-15)

Bug Fixes

  • relink: if delete repository manually, run relink can't remove it (895c588)

Features

  • add [gpmx import ] to import repositories thoes was been clone (eda4f6d)
  • init [gpmx import xxx] command (a3f764d)

4.0.1 (2017-02-15)

4.0.0 (2017-02-15)

3.3.0 (2017-02-15)

Features

  • add a new command [gpmx runtime], print the current runtime in ternimal, useful for issue (7c41d7b)

3.2.0 (2017-02-15)

Bug Fixes

  • make sure the colors has load in global, it can be use in any files (4deb290)

Features

  • complete the the relink command (aeb1177)
  • fix check-update warn info (2944cc5)

3.1.0 (2017-02-15)

Bug Fixes

  • ensure lock json (f6cf49c)
  • lock json err in add command (e41a56e)
  • make sure the lock file has been init (27f4bd9)

Features

  • add gpmx config command to handle the config file (c911691)
  • checkout new version before run command (4238cd3)
  • set timeout when checkout the new version (cb5782a)

3.0.1 (2017-02-14)

3.0.0 (2017-02-14)

Features

  • init the command link(todo) (466ce73)

2.1.0 (2017-02-14)

Bug Fixes

  • fix the search function name (85ee702)

Features

  • check the latest version before run command (8060f8d)
  • init the search command(todo) (d9ff876)
  • now can search repository by gpmx search (2a66b7c)

2.0.5 (2017-02-14)

2.0.4 (2017-02-14)

2.0.3 (2017-02-14)

2.0.2 (2017-02-14)

2.0.1 (2017-02-14)

2.0.0 (2017-02-14)

Features

1.0.1 (2017-02-13)

1.0.0 (2017-02-13)