greenkeeper[bot]
|
99efdba26c
|
chore(package): update ts-jest to version 24.1.0
|
2019-09-12 20:33:19 +00:00 |
|
Justin
|
8e5217d335
|
chore: Updating a few packages
|
2019-09-12 13:26:37 -04:00 |
|
semantic-release-bot
|
95e92314f6
|
chore(release): 11.1.2 [skip ci]
## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10)
### Bug Fixes
* Forgot to await for the response [#426](https://github.com/jdalrymple/node-gitlab/issues/426) ([8c673c3](https://github.com/jdalrymple/node-gitlab/commit/8c673c3))
|
2019-09-10 15:31:06 +00:00 |
|
semantic-release-bot
|
fa47de093b
|
chore(release): 11.1.1 [skip ci]
## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)
### Bug Fixes
* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
|
2019-09-09 23:07:32 +00:00 |
|
greenkeeper[bot]
|
b907f54185
|
fix(package): update ky to version 0.14.0
|
2019-09-09 16:39:04 +00:00 |
|
semantic-release-bot
|
f91f6e707a
|
chore(release): 11.1.0 [skip ci]
# [11.1.0](https://github.com/jdalrymple/node-gitlab/compare/11.0.2...11.1.0) (2019-09-09)
### Features
* Adding support for CLI ([6f90f4c](https://github.com/jdalrymple/node-gitlab/commit/6f90f4c)), closes [#146](https://github.com/jdalrymple/node-gitlab/issues/146)
|
2019-09-09 14:57:26 +00:00 |
|
Justin
|
a5904bb1b9
|
Adding env var support for config
|
2019-09-08 10:34:29 -04:00 |
|
Justin
|
0bda3d8c0a
|
Updating npm scripts
|
2019-08-31 13:33:55 -04:00 |
|
Justin
|
0b59380b71
|
Fixing up some dependencies
|
2019-08-31 13:30:07 -04:00 |
|
Justin
|
6f90f4c67d
|
feat: Adding support for CLI
closes: #146
|
2019-08-30 17:50:16 -04:00 |
|
semantic-release-bot
|
82d0916214
|
chore(release): 11.0.2 [skip ci]
## [11.0.2](https://github.com/jdalrymple/node-gitlab/compare/11.0.1...11.0.2) (2019-08-30)
### Bug Fixes
* Switching type import to hopefully fix [#417](https://github.com/jdalrymple/node-gitlab/issues/417) ([91cfbf2](https://github.com/jdalrymple/node-gitlab/commit/91cfbf2))
|
2019-08-30 15:48:55 +00:00 |
|
semantic-release-bot
|
763afcff3e
|
chore(release): 11.0.1 [skip ci]
## [11.0.1](https://github.com/jdalrymple/node-gitlab/compare/11.0.0...11.0.1) (2019-08-29)
### Bug Fixes
* Handling empty text responses ([c8deaa2](https://github.com/jdalrymple/node-gitlab/commit/c8deaa2))
|
2019-08-29 15:16:56 +00:00 |
|
greenkeeper[bot]
|
af1103ec22
|
chore(package): update rollup-plugin-typescript2 to version 0.24.0
|
2019-08-28 23:53:40 +00:00 |
|
semantic-release-bot
|
571dab74c0
|
chore(release): 11.0.0 [skip ci]
# [11.0.0](https://github.com/jdalrymple/node-gitlab/compare/10.2.1...11.0.0) (2019-08-28)
### Bug Fixes
* Adding path argument to the Project Imports API ([97a7c59](https://github.com/jdalrymple/node-gitlab/commit/97a7c59))
### Features
* Add support for the Packages API [#430](https://github.com/jdalrymple/node-gitlab/issues/430) ([47e1ff4](https://github.com/jdalrymple/node-gitlab/commit/47e1ff4))
### BREAKING CHANGES
* Added the path argument to the function header.
|
2019-08-28 19:35:27 +00:00 |
|
semantic-release-bot
|
ef65273b81
|
chore(release): 10.2.1 [skip ci]
## [10.2.1](https://github.com/jdalrymple/node-gitlab/compare/10.2.0...10.2.1) (2019-08-28)
### Bug Fixes
* Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
|
2019-08-28 01:13:33 +00:00 |
|
Justin
|
049bebca71
|
chore: Fixing supported node version. Setting back to lts (version>=10.0.0)
|
2019-08-23 10:32:45 -04:00 |
|
greenkeeper[bot]
|
188425ad5c
|
chore(package): update rollup-plugin-typescript2 to version 0.23.0
|
2019-08-23 00:31:39 +00:00 |
|
semantic-release-bot
|
a9500112ae
|
chore(release): 10.2.0 [skip ci]
# [10.2.0](https://github.com/jdalrymple/node-gitlab/compare/10.1.2...10.2.0) (2019-08-22)
### Bug Fixes
* incorrect url path for mr unapprove ([85c3329](https://github.com/jdalrymple/node-gitlab/commit/85c3329))
### Features
* Add Gitlab Blame endpoint to the RespositoryFiles API ([ac670cc](https://github.com/jdalrymple/node-gitlab/commit/ac670cc)), closes [#409](https://github.com/jdalrymple/node-gitlab/issues/409)
* Adding fork relationship support ([76cb783](https://github.com/jdalrymple/node-gitlab/commit/76cb783)), closes [#410](https://github.com/jdalrymple/node-gitlab/issues/410)
|
2019-08-22 21:01:06 +00:00 |
|
Justin
|
45ab1fe66d
|
test: Fixing tests expectations
|
2019-08-22 16:47:51 -04:00 |
|
Justin
|
cfdc767585
|
chore: Removing @types/form-data
|
2019-08-22 16:33:25 -04:00 |
|
Justin
|
30fd5a52d3
|
chore: More modifications for husky and lint-staged config
|
2019-08-22 14:06:14 -04:00 |
|
Justin
|
213515d936
|
chore: More updates to the linting logic
|
2019-08-22 12:45:45 -04:00 |
|
Justin
|
8e5dfc00cd
|
chore: Major linting fixes
|
2019-08-22 11:52:28 -04:00 |
|
Justin
|
9933620f41
|
chore: Updating packages
form-data ^2.3.3 → ^2.5.0
query-string ^6.8.1 → ^6.8.2
@semantic-release/changelog ^3.0.2 → ^3.0.4
@semantic-release/git ^7.0.12 → ^7.0.16
@semantic-release/npm ^5.1.12 → ^5.1.13
@types/form-data ^2.2.1 → ^2.5.0
@types/jest ^24.0.15 → ^24.0.18
cz-conventional-changelog ^3.0.0 → ^3.0.2
jest ^24.8.0 → ^24.9.0
jest-extended ^0.11.1 → ^0.11.2
prettier ^1.17.1 → ^1.18.2
rollup ^1.19.3 → ^1.20.0
rollup-plugin-commonjs ^10.0.0 → ^10.0.2
rollup-plugin-node-resolve ^5.1.0 → ^5.2.0
rollup-plugin-terser ^5.0.0 → ^5.1.1
rollup-plugin-typescript2 ^0.22.0 → ^0.22.1
tslint ^5.16.0 → ^5.19.0
typescript ^3.5.2 → ^3.5.3
|
2019-08-22 11:16:14 -04:00 |
|
Justin
|
e46511eaba
|
chore: Cleaning up package.json and changelog
|
2019-08-22 10:47:01 -04:00 |
|
Justin
|
3814790eda
|
chore: Updating lintstaged
|
2019-08-22 10:38:36 -04:00 |
|
greenkeeper[bot]
|
56f76a4f81
|
chore(package): update lint-staged to version 9.2.3
|
2019-08-17 17:34:10 +00:00 |
|
Justin
|
9836a5c6c3
|
Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.2'
|
2019-08-17 10:45:59 -04:00 |
|
greenkeeper[bot]
|
cbaee6d38a
|
chore(package): update lint-staged to version 9.2.2
|
2019-08-17 14:43:21 +00:00 |
|
greenkeeper[bot]
|
6cc700e809
|
chore(package): update husky to version 3.0.4
|
2019-08-17 14:04:22 +00:00 |
|
greenkeeper[bot]
|
f0cd880aa5
|
chore(package): update semantic-release to version 15.13.21
|
2019-08-13 19:01:17 +00:00 |
|
semantic-release-bot
|
e76d013e79
|
chore(release): 10.1.2 [skip ci]
## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13)
### Bug Fixes
* **package:** update ky to version 0.12.0 ([55fdb7a](https://github.com/jdalrymple/node-gitlab/commit/55fdb7a))
* **package:** update ky-universal to version 0.3.0 ([3767c66](https://github.com/jdalrymple/node-gitlab/commit/3767c66))
|
2019-08-13 14:48:17 +00:00 |
|
Justin Dalrymple
|
77cb7d86df
|
Merge branch 'master' into greenkeeper/ky-0.12.0
|
2019-08-13 10:29:36 -04:00 |
|
greenkeeper[bot]
|
3767c66f27
|
fix(package): update ky-universal to version 0.3.0
|
2019-08-12 21:11:58 +00:00 |
|
greenkeeper[bot]
|
55fdb7ade0
|
fix(package): update ky to version 0.12.0
|
2019-08-12 21:05:48 +00:00 |
|
semantic-release-bot
|
6057f91980
|
chore(release): 10.1.1 [skip ci]
## [10.1.1](https://github.com/jdalrymple/node-gitlab/compare/10.1.0...10.1.1) (2019-08-09)
### Bug Fixes
* Removing randomstring dependency to improve support for Angular 8 ([c47564b](https://github.com/jdalrymple/node-gitlab/commit/c47564b)), closes [#407](https://github.com/jdalrymple/node-gitlab/issues/407)
|
2019-08-09 16:42:19 +00:00 |
|
Keaton Burleson
|
c47564b8b7
|
fix: Removing randomstring dependency to improve support for Angular 8
closes: #407
|
2019-08-09 12:29:31 -04:00 |
|
semantic-release-bot
|
6949dfddcd
|
chore(release): 10.1.0 [skip ci]
# [10.1.0](https://github.com/jdalrymple/node-gitlab/compare/10.0.3...10.1.0) (2019-08-06)
### Features
* Adding Merge Base endpoint for the Repositories API ([040fc78](https://github.com/jdalrymple/node-gitlab/commit/040fc78)), closes [#400](https://github.com/jdalrymple/node-gitlab/issues/400)
|
2019-08-06 15:49:32 +00:00 |
|
semantic-release-bot
|
6820174664
|
chore(release): 10.0.3 [skip ci]
## [10.0.3](https://github.com/jdalrymple/node-gitlab/compare/10.0.2...10.0.3) (2019-08-06)
### Bug Fixes
* Removing deprecated Session endpoint (since GitLab 10.2.0) ([fe720d8](https://github.com/jdalrymple/node-gitlab/commit/fe720d8)), closes [#404](https://github.com/jdalrymple/node-gitlab/issues/404)
|
2019-08-06 15:26:53 +00:00 |
|
semantic-release-bot
|
63e0a8ab6c
|
chore(release): 10.0.2 [skip ci]
## [10.0.2](https://github.com/jdalrymple/node-gitlab/compare/10.0.1...10.0.2) (2019-08-06)
### Bug Fixes
* Adding missing TS type import 'FormData' ([a907c7c](https://github.com/jdalrymple/node-gitlab/commit/a907c7c)), closes [#401](https://github.com/jdalrymple/node-gitlab/issues/401)
|
2019-08-06 14:57:44 +00:00 |
|
Justin
|
2fc43ae69d
|
Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.1'
|
2019-08-06 10:15:23 -04:00 |
|
greenkeeper[bot]
|
a69c9c03d6
|
chore(package): update rollup to version 1.19.3
|
2019-08-06 04:53:29 +00:00 |
|
semantic-release-bot
|
a2f4b05ede
|
chore(release): 10.0.1 [skip ci]
## [10.0.1](https://github.com/jdalrymple/node-gitlab/compare/10.0.0...10.0.1) (2019-07-30)
### Bug Fixes
* Update to Ky 0.11.2 ([74e2b62](https://github.com/jdalrymple/node-gitlab/commit/74e2b62))
|
2019-07-30 03:43:23 +00:00 |
|
awgeorge
|
74e2b6296b
|
fix: Update to Ky 0.11.2
|
2019-07-29 23:28:10 -04:00 |
|
greenkeeper[bot]
|
f489750de9
|
chore(package): update lint-staged to version 9.2.1
|
2019-07-25 04:58:59 +00:00 |
|
greenkeeper[bot]
|
2cb6f2cae9
|
chore(package): update cz-conventional-changelog to version 3.0.0
|
2019-07-19 19:58:16 +00:00 |
|
semantic-release-bot
|
edefb680e7
|
chore(release): 10.0.0 [skip ci]
# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)
### Code Refactoring
* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))
### BREAKING CHANGES
* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
|
2019-07-15 14:44:32 +00:00 |
|
semantic-release-bot
|
10d4cdf0a6
|
chore(release): 9.1.0 [skip ci]
# [9.1.0](https://github.com/jdalrymple/node-gitlab/compare/9.0.1...9.1.0) (2019-07-12)
### Features
* Adding support for branchName key seen in the Gitlab API v3 ([356466f](https://github.com/jdalrymple/node-gitlab/commit/356466f))
|
2019-07-12 17:30:01 +00:00 |
|
greenkeeper[bot]
|
ebbb0480ff
|
chore(package): update rollup-plugin-typescript2 to version 0.22.0
|
2019-07-11 23:33:12 +00:00 |
|
semantic-release-bot
|
937e990e61
|
chore(release): 9.0.1 [skip ci]
## [9.0.1](https://github.com/jdalrymple/node-gitlab/compare/9.0.0...9.0.1) (2019-07-11)
### Bug Fixes
* Accept any variables that begin with uppercase letters and include an underscore [#254](https://github.com/jdalrymple/node-gitlab/issues/254) ([fe39590](https://github.com/jdalrymple/node-gitlab/commit/fe39590))
|
2019-07-11 21:03:37 +00:00 |
|