Comparing version 10.1.2 to 10.2.0
@@ -1,2 +0,2 @@ | ||
## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13) | ||
# [10.2.0](https://github.com/jdalrymple/node-gitlab/compare/10.1.2...10.2.0) (2019-08-22) | ||
@@ -6,65 +6,68 @@ | ||
* **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)) | ||
* incorrect url path for mr unapprove ([85c3329](https://github.com/jdalrymple/node-gitlab/commit/85c3329)) | ||
## [10.1.1](https://github.com/jdalrymple/node-gitlab/compare/10.1.0...10.1.1) (2019-08-09) | ||
### 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) | ||
## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13) | ||
### 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) | ||
- **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)) | ||
## [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) | ||
# [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) | ||
- 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) | ||
## [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) | ||
- 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) | ||
## [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) | ||
- 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) | ||
## [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)) | ||
- Update to Ky 0.11.2 ([74e2b62](https://github.com/jdalrymple/node-gitlab/commit/74e2b62)) | ||
# [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)) | ||
- 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' | ||
- Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color' | ||
# [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)) | ||
- Adding support for branchName key seen in the Gitlab API v3 ([356466f](https://github.com/jdalrymple/node-gitlab/commit/356466f)) | ||
## [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)) | ||
- 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)) | ||
@@ -71,0 +74,0 @@ # [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04) |
@@ -11,3 +11,5 @@ import { BaseRequestOptions, BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure'; | ||
events(projectId: ProjectId, options?: BaseRequestOptions & EventOptions): Promise<import("../infrastructure").GetResponse>; | ||
fork(projectId: ProjectId, options?: BaseRequestOptions): Promise<object>; | ||
fork(projectId: ProjectId, { forkedFromId, ...options }?: { | ||
forkedFromId?: number; | ||
} & BaseRequestOptions): Promise<object>; | ||
forks(projectId: ProjectId, options?: BaseRequestOptions): Promise<import("../infrastructure").GetResponse>; | ||
@@ -14,0 +16,0 @@ languages(projectId: ProjectId, options?: Sudo): Promise<import("../infrastructure").GetResponse>; |
@@ -8,4 +8,5 @@ import { BaseService, BaseRequestOptions, Sudo } from '../infrastructure'; | ||
show(projectId: ProjectId, filePath: string, ref: string, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
showBlame(projectId: ProjectId, filePath: string, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
showRaw(projectId: ProjectId, filePath: string, ref: string, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
} | ||
export default RepositoryFiles; |
# The MIT License | ||
Copyright (c) | ||
**2018 Justin Dalrymple** | ||
**2019 Justin Dalrymple** | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
123
package.json
{ | ||
"name": "gitlab", | ||
"version": "10.1.2", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"keywords": [ | ||
"api", | ||
"browser", | ||
"es5", | ||
"es6", | ||
"gitlab", | ||
"ky" | ||
], | ||
"homepage": "https://github.com/jdalrymple/node-gitlab#readme", | ||
"bugs": { | ||
"url": "https://github.com/jdalrymple/node-gitlab/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jdalrymple/node-gitlab" | ||
}, | ||
"license": "MIT", | ||
"version": "10.2.0", | ||
"author": { | ||
@@ -26,20 +9,5 @@ "name": "Justin Dalrymple", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"browser": "dist/index.browser.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc && rollup -c", | ||
"commit": "npx git-cz", | ||
"coverage": "codecov", | ||
"lint": "tslint -p . -t stylish", | ||
"lint:doc:fix": "prettier --write './*.json' './*.yml' './*.md'", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepublishOnly": "npm run build", | ||
"release": "semantic-release", | ||
"test:integration": "jest test/integration -c=jest.config.json --detectOpenHandles", | ||
"test:unit": "jest test/unit --debug -c=jest.config.json" | ||
"bugs": { | ||
"url": "https://github.com/jdalrymple/node-gitlab/issues" | ||
}, | ||
@@ -52,3 +20,3 @@ "config": { | ||
"dependencies": { | ||
"form-data": "^2.3.3", | ||
"form-data": "^2.5.0", | ||
"humps": "^2.0.1", | ||
@@ -58,38 +26,71 @@ "ky": "^0.12.0", | ||
"li": "^1.3.0", | ||
"query-string": "^6.8.1", | ||
"query-string": "^6.8.2", | ||
"universal-url": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/git": "^7.0.12", | ||
"@semantic-release/npm": "^5.1.12", | ||
"@types/form-data": "^2.2.1", | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/git": "^7.0.16", | ||
"@semantic-release/npm": "^5.1.15", | ||
"@types/humps": "^1.1.2", | ||
"@types/jest": "^24.0.15", | ||
"@types/jest": "^24.0.18", | ||
"codecov": "^3.5.0", | ||
"cz-conventional-changelog": "^3.0.0", | ||
"husky": "^3.0.0", | ||
"jest": "^24.8.0", | ||
"jest-extended": "^0.11.1", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"husky": "^4.0.0-beta.1", | ||
"jest": "24.9.0", | ||
"jest-extended": "^0.11.2", | ||
"jest-tap-reporter": "^1.9.0", | ||
"lint-staged": "^9.2.1", | ||
"prettier": "^1.17.1", | ||
"rollup": "^1.19.3", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"lint-staged": "^9.2.3", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.20.1", | ||
"rollup-plugin-commonjs": "^10.0.2", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^5.1.0", | ||
"rollup-plugin-terser": "^5.0.0", | ||
"rollup-plugin-typescript2": "^0.22.0", | ||
"semantic-release": "^15.13.17", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.2" | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-typescript2": "^0.22.1", | ||
"semantic-release": "^15.13.24", | ||
"ts-jest": "24.0.2", | ||
"tslint": "5.19.0", | ||
"tslint-config-airbnb": "5.11.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "3.5.3" | ||
}, | ||
"engines": { | ||
"node": ">=8.9.0" | ||
} | ||
"node": ">=12.0.0" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://github.com/jdalrymple/node-gitlab#readme", | ||
"keywords": [ | ||
"api", | ||
"browser", | ||
"es5", | ||
"es6", | ||
"gitlab", | ||
"ky" | ||
], | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jdalrymple/node-gitlab" | ||
}, | ||
"scripts": { | ||
"build": "tsc && rollup -c", | ||
"commit": "npx git-cz", | ||
"coverage": "codecov", | ||
"lint": "prettier --check './src/**/*.ts' './test/**/*.ts' && tslint -p .", | ||
"lint:doc": "prettier --check './*.json' './*.yml' './*.js'", | ||
"lint:doc:fix": "prettier --write './*.json' './*.yml' './*.md' './*.js'", | ||
"lint:fix": "prettier --write './**/*.ts' && tslint -p . --fix", | ||
"prepublishOnly": "npm run build", | ||
"release": "semantic-release", | ||
"test:integration": "jest test/integration -c=jest.config.json --detectOpenHandles", | ||
"test:unit": "jest test/unit --debug -c=jest.config.json" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
363119
2159
Updatedform-data@^2.5.0
Updatedquery-string@^6.8.2