apollo-link-scalars
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -5,4 +5,15 @@ # Changelog | ||
### [0.1.6](https://github.com/eturino/apollo-link-scalars/compare/v0.1.5...v0.1.6) (2019-12-31) | ||
### Features | ||
* Target es6 environment for better browser support. ([#31](https://github.com/eturino/apollo-link-scalars/issues/31)) ([d202bd7](https://github.com/eturino/apollo-link-scalars/commit/d202bd7909e66c152c4813985905b40dc3dbf051)) | ||
### [0.1.5](https://github.com/eturino/apollo-link-scalars/compare/v0.1.4...v0.1.5) (2019-12-22) | ||
### Bug Fixes | ||
* Avoid parsing issues with null/non-null fields: stop producing graphql errors on parsing when a null is encounter on a non-null value. That is not the responsibility of this link, and it clashes with usages of directives like `@skip` [#28](https://github.com/eturino/apollo-link-scalars/pull/28) [#29](https://github.com/eturino/apollo-link-scalars/issues/29) | ||
### [0.1.4](https://github.com/eturino/apollo-link-scalars/compare/v0.1.3...v0.1.4) (2019-12-05) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "apollo-link-scalars", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Eduardo Turiño <eturino@eturino.com>", | ||
@@ -60,2 +60,4 @@ "description": "custom apollo link to allow to parse custom scalars", | ||
"@bitjson/npm-scripts-info": "^1.0.0", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@types/graphql": "^14.5.0", | ||
@@ -68,4 +70,6 @@ "@types/inquirer": "^6.5.0", | ||
"gh-pages": "^2.0.1", | ||
"github-release-from-changelog": "^2.1.0", | ||
"graphql-tag": "^2.10.1", | ||
"graphql-tools": "^4.0.6", | ||
"husky": "^3.1.0", | ||
"inquirer": "^7.0.0", | ||
@@ -95,3 +99,8 @@ "jest": "^24.9.0", | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} |
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
461815
74
7878
33