Skip to content

Releases: cwrc/CWRC-Git

v6.0.2

29 Jul 23:40
d30c4b4

Choose a tag to compare

6.0.2 (2021-07-29)

Bug Fixes

  • 🐛 bump up sem version (3b50ca3)

v6.0.0

03 Dec 22:24
b902baf

Choose a tag to compare

6.0.0 (2020-12-03)

Code Refactoring

  • add create fork; change functions call signature: use named variables (6b86875)
  • rework pull request to allow for cross-repo request. Organize exports (ad31c4d)

Features

  • 🎸 config commitez. bump up version due to changes on CI (04af0aa)
  • add check for organization membership (77908a0)

BREAKING CHANGES

  • Add variables to the function call for the decision logics of PRs
  • some functions must be called with named variables (objects)

v5.0.2

27 Jul 17:30
266f4d9

Choose a tag to compare

5.0.2 (2020-07-27)

Bug Fixes

Reverts

v5.0.1

20 May 02:59
c76891b

Choose a tag to compare

5.0.1 (2020-05-20)

Bug Fixes

  • octokit: update funcion name (348399b)

v5.0.0

06 Mar 16:25
e4d5c7c

Choose a tag to compare

5.0.0 (2020-03-06)

Bug Fixes

  • config file: change config file location (a124de5)
  • pr: fix in checkForBranch when branch doesn't exist (b1e97e5)
  • update dependency: bump up Octokit (0d8333a)
  • update deprecated octokit functions (e11dcfe)
  • update deprecated octokit functions (15b6730)
  • mocha: update config file according to the changes made in mocha (f18962a)

improvement

  • github api: update on GIthub API (1e5e27c)

Styles

  • change config.js for config.json (85efa2c)

BREAKING CHANGES

  • Only fpr testing purposes
  • github api: Authorization must be done during Octokit instantiation

v4.0.0

25 Jul 15:55

Choose a tag to compare

4.0.0 (2019-07-25)

Features

  • rewrite methods to explicitly specify parameters, instead of taking an object (e3ffac3)

BREAKING CHANGES

  • different method signatures

v3.0.0

15 Jul 17:42

Choose a tag to compare

3.0.0 (2019-07-15)

Features

  • add searchRepos method, rename search to searchCode (c9895b9)

BREAKING CHANGES

  • search renamed to searchCode

v2.2.0

12 Jul 19:10

Choose a tag to compare

2.2.0 (2019-07-12)

Features

  • add createOrgRepo and getDetails methods (0cc5e00)

v2.1.1

05 Jul 22:33

Choose a tag to compare

2.1.1 (2019-07-05)

Bug Fixes

  • send json error object instead of Error instance (0349ac6)

v2.1.0

04 Jul 19:33

Choose a tag to compare

2.1.0 (2019-07-04)

Features

  • add getPermissionsForUser method (6202774)