Comparing version 9.0.0 to 9.0.1
@@ -1,2 +0,2 @@ | ||
# [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04) | ||
## [9.0.1](https://github.com/jdalrymple/node-gitlab/compare/9.0.0...9.0.1) (2019-07-11) | ||
@@ -6,34 +6,35 @@ | ||
* Fixing project upload [#355](https://github.com/jdalrymple/node-gitlab/issues/355) ([184253e](https://github.com/jdalrymple/node-gitlab/commit/184253e)) | ||
* 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)) | ||
# [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04) | ||
### Bug Fixes | ||
- Fixing project upload [#355](https://github.com/jdalrymple/node-gitlab/issues/355) ([184253e](https://github.com/jdalrymple/node-gitlab/commit/184253e)) | ||
### Code Refactoring | ||
* Standardizing the upload argument header ([aa33061](https://github.com/jdalrymple/node-gitlab/commit/aa33061)) | ||
- Standardizing the upload argument header ([aa33061](https://github.com/jdalrymple/node-gitlab/commit/aa33061)) | ||
### BREAKING CHANGES | ||
* path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument | ||
Missing dependency | ||
dede | ||
- path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument | ||
Missing dependency | ||
dede | ||
# [8.0.0](https://github.com/jdalrymple/node-gitlab/compare/7.0.1...8.0.0) (2019-07-03) | ||
### Bug Fixes | ||
* PushRules were missing from the ProjectBundle export and the README. [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([f7425a7](https://github.com/jdalrymple/node-gitlab/commit/f7425a7)) | ||
- PushRules were missing from the ProjectBundle export and the README. [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([f7425a7](https://github.com/jdalrymple/node-gitlab/commit/f7425a7)) | ||
### BREAKING CHANGES | ||
* PushRule export was renamed to PushRules to match the plurality of the export names | ||
- PushRule export was renamed to PushRules to match the plurality of the export names | ||
## [7.0.1](https://github.com/jdalrymple/node-gitlab/compare/7.0.0...7.0.1) (2019-07-01) | ||
### Bug Fixes | ||
* Revert support for the rejectUnauthorized option until issues in [#377](https://github.com/jdalrymple/node-gitlab/issues/377) are sorted. ([f9a47c7](https://github.com/jdalrymple/node-gitlab/commit/f9a47c7)) | ||
- Revert support for the rejectUnauthorized option until issues in [#377](https://github.com/jdalrymple/node-gitlab/issues/377) are sorted. ([f9a47c7](https://github.com/jdalrymple/node-gitlab/commit/f9a47c7)) | ||
@@ -40,0 +41,0 @@ # [7.0.0](https://github.com/jdalrymple/node-gitlab/compare/6.4.0...7.0.0) (2019-06-28) |
@@ -1,2 +0,2 @@ | ||
import { Constructor, Bundle } from "."; | ||
import { Constructor, Bundle } from '.'; | ||
export declare function bundler<T extends { | ||
@@ -3,0 +3,0 @@ [name: string]: Constructor; |
{ | ||
"name": "gitlab", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -153,3 +153,3 @@ [![npm @latest](https://img.shields.io/npm/v/gitlab.svg)](https://www.npmjs.com/package/gitlab) | ||
```javascript | ||
// ES6 (>=node 8.9.0) | ||
// ES6 (>=node 10.16.0 LTS) | ||
import { Gitlab } from 'gitlab'; // All Resources | ||
@@ -156,0 +156,0 @@ import { Projects } from 'gitlab'; // Just the Project Resource |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358762
112
2150