@ax2/gpt-ads-module
Advanced tools
+27
-32
| # Change Log | ||
| All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
| <a name="0.5.1"></a> | ||
| ## [0.5.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.5.0...v0.5.1) (2018-10-11) | ||
| ## 0.5.2 (2018-10-18) | ||
| **Note:** Version bump only for package @ax2/gpt-ads-module | ||
| ## 0.5.1 (2018-10-11) | ||
| ### Bug Fixes | ||
| * Prevent error with size mappings that have a single size definition ([616b250](https://github.com/ax2inc/gpt-ads-module/commit/616b250)) | ||
| * Prevent error with size mappings that have a single size definition | ||
| # 0.5.0 (2018-10-11) | ||
| <a name="0.5.0"></a> | ||
| # [0.5.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.4.1...v0.5.0) (2018-10-11) | ||
| ### Features | ||
| * Add ghostMode option ([4e2dadf](https://github.com/ax2inc/gpt-ads-module/commit/4e2dadf)) | ||
| * Add ghostMode option | ||
| ## 0.4.1 (2018-10-05) | ||
| <a name="0.4.1"></a> | ||
| ## [0.4.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.4.0...v0.4.1) (2018-10-05) | ||
| ### Bug Fixes | ||
| * Rely on self-built sizes mapping ([ba77209](https://github.com/ax2inc/gpt-ads-module/commit/ba77209)) | ||
| * Rely on self-built sizes mapping | ||
| # 0.4.0 (2018-10-04) | ||
| <a name="0.4.0"></a> | ||
| # [0.4.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.3.0...v0.4.0) (2018-10-04) | ||
| ### Bug Fixes | ||
| * Prevent TypeError if mapping were to be undefined ([a8f4e53](https://github.com/ax2inc/gpt-ads-module/commit/a8f4e53)) | ||
| * Prevent TypeError if mapping were to be undefined | ||
@@ -46,37 +49,29 @@ | ||
| * Add collapseEmptyDivs option & collapseEmptyDiv prop ([eaf8ee2](https://github.com/ax2inc/gpt-ads-module/commit/eaf8ee2)) | ||
| * Add collapseEmptyDivs option & collapseEmptyDiv prop | ||
| # 0.3.0 (2018-10-04) | ||
| <a name="0.3.0"></a> | ||
| # [0.3.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.2.0...v0.3.0) (2018-10-04) | ||
| ### Features | ||
| * Add responsive option and isResponsive prop ([4c1488c](https://github.com/ax2inc/gpt-ads-module/commit/4c1488c)) | ||
| * Add responsive option and isResponsive prop | ||
| # 0.2.0 (2018-09-27) | ||
| <a name="0.2.0"></a> | ||
| # [0.2.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.1.1...v0.2.0) (2018-09-27) | ||
| ### Features | ||
| * Add individualRefresh option ([d6d5280](https://github.com/ax2inc/gpt-ads-module/commit/d6d5280)) | ||
| * Add individualRefresh option | ||
| ## 0.1.1 (2018-09-26) | ||
| <a name="0.1.1"></a> | ||
| ## [0.1.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.1.0...v0.1.1) (2018-09-26) | ||
| ### Bug Fixes | ||
| * Slot size should be treated as a list ([4e86999](https://github.com/ax2inc/gpt-ads-module/commit/4e86999)) | ||
| * Slot size should be treated as a list | ||
| <a name="0.1.0"></a> | ||
| # 0.1.0 (2018-09-11) | ||
@@ -87,2 +82,2 @@ | ||
| * Initial commit ([205793a](https://github.com/ax2inc/gpt-ads-module/commit/205793a)) | ||
| * Initial commit |
+6
-18
| { | ||
| "name": "@ax2/gpt-ads-module", | ||
| "version": "0.5.1", | ||
| "version": "0.5.2", | ||
| "description": "Google Publisher Tag ads integration for Nuxt", | ||
@@ -12,23 +12,10 @@ "license": "MIT", | ||
| "main": "lib/module.js", | ||
| "repository": "https://github.com/ax2inc/gpt-ads-module", | ||
| "repository": "https://github.com/ax2inc/nuxt-modules", | ||
| "homepage": "https://github.com/ax2inc/nuxt-modules/tree/master/packages/gpt-ads#readme", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "dev": "nuxt test/fixture", | ||
| "eslint": "eslint lib test", | ||
| "test": "jest", | ||
| "release": "standard-version && git push --follow-tags && npm publish" | ||
| }, | ||
| "eslintIgnore": [ | ||
| "lib/templates/*.*" | ||
| ], | ||
| "files": [ | ||
| "lib" | ||
| ], | ||
| "jest": { | ||
| "testEnvironment": "node", | ||
| "collectCoverage": true | ||
| }, | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
@@ -44,6 +31,7 @@ "codecov": "latest", | ||
| "jsdom": "^12.2.0", | ||
| "nuxt": "^2.1.0", | ||
| "nuxt": "^2.2.0", | ||
| "request-promise-native": "^1.0.5", | ||
| "standard-version": "latest" | ||
| } | ||
| }, | ||
| "gitHead": "e8f3dda50b93b9034b9e3817866b9a8f0d0ce420" | ||
| } |
+0
-2
| # gpt-ads-module | ||
| [](https://npmjs.com/package/@ax2/gpt-ads-module) | ||
| [](https://npmjs.com/package/@ax2/gpt-ads-module) | ||
| [](https://circleci.com/gh/ax2inc/gpt-ads-module) | ||
| [](https://codecov.io/gh/ax2inc/gpt-ads-module) | ||
| [](https://david-dm.org/ax2inc/gpt-ads-module) | ||
@@ -7,0 +5,0 @@ [](https://github.com/airbnb/javascript) |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No website
QualityPackage does not have a website.
17403
-8.81%195
-1.02%