Skip to content

Latest commit

 

History

History
124 lines (77 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

124 lines (77 loc) · 6.59 KB

0.6.5 (2019-04-02)

Bug Fixes

  • Fix mr command when no token is available (#14) (7c2cdf0), closes #14

Tooling

0.6.3 (2019-02-14)

Bug Fixes

  • Correctly get command directory (#12) (e9c9786), closes #12

0.6.2 (2019-02-14)

Refactoring & Improvements

  • Improve checking out remote branch (#11) (7c8f789), closes #11

0.6.1 (2019-02-13)

Features

  • Review MR before creating + option to change MR target (#9) (996565c), closes #9 #6

Refactoring & Improvements

  • Add spinner when git is checked and updated. (70f570c)
  • Move "parseRemoteUrl" util into repository file (3abda46)
  • Move all utils to one file (0b1fd0c)
  • Move GitlabReponse types to types file (0d3a022)
  • Move to inquirer (855e62c)
  • Restrcture "gitlab" domain (908651c)
  • Restructure "core" domain (56d0121)
  • Restructure "git" domain (84d6d07)
  • Extract MR message to own file + add spinner (#8) (513d34e), closes #8

Bug Fixes

  • Move "jest-mock-proxy" to dev depdencies (f8e83d0)
  • Catch when token file can not be found (#10) (63b6622), closes #10

Tooling

  • Update prettier and conventional-changelog (4bf2644)

Documentation

0.5.0 (2019-02-05)

Features

  • Make location of gitlab token configurable (971d69f), closes #7

Tooling

  • Create changelog when version is incremented (f6e7edf)
  • Move to eslint (19a76c3)

Documentation

0.4.3 (2019-01-25)

Tooling

  • Update "conventional-changelog-emojis" (847f930)
  • Update yup (5ab3c8f)
  • Update dev dependencies (4257823)

0.4.1 (2019-01-25)

Documentation

  • Add changelog generator (df1f606)

0.4.0 (2019-01-25)

Features

  • API to resolve commands path. (91e3bcf)
  • Use "commit-emojis" (64b333b)
  • Check branch status before creating an MR. (#4) (f98ea4a), closes #4 #2

Refactoring & Improvements

  • Build declartion files. (28c32bb)

Bug Fixes

  • Correclty handle unauthorized error from Gitlab. (5f762dc)
  • Correctly calculate unpushed commits. (91de786)
  • Correctly pass down "cwd" (a25147d)
  • Only list open MRs in checkout (#3) (f0ea7bb), closes #3 #2

Tooling

  • Add typescript-tslint-plugin to dependencies (fa014ab)
  • Add travis (e9308ea)
  • Configure yarn version message (04315c0)

Documentation

Miscellaneous