@advanced-rest-client/app-analytics
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1227,4 +1227,6 @@ /** | ||
if (this.debug) { | ||
/* eslint-disable-next-line */ | ||
console.group('Running command for ', type); | ||
this._printParamsTable(post); | ||
/* eslint-disable-next-line */ | ||
console.groupEnd(); | ||
@@ -1268,2 +1270,3 @@ } | ||
} catch (e) { | ||
/* eslint-disable-next-line */ | ||
console.warn(e); | ||
@@ -1273,2 +1276,3 @@ } | ||
default: | ||
/* eslint-disable-next-line */ | ||
console.warn('Unknown type [' + d.type + ']'); | ||
@@ -1370,2 +1374,3 @@ break; | ||
if (this.debug) { | ||
/* eslint-disable-next-line */ | ||
console.info('[GA] Configuring base object', data); | ||
@@ -1392,2 +1397,3 @@ } | ||
}); | ||
/* eslint-disable-next-line */ | ||
console.table(map, ['name', 'value']); | ||
@@ -1467,2 +1473,3 @@ this.dispatchEvent(new CustomEvent('app-analytics-hit-debug', { | ||
return Promise.all(p).catch((cause) => { | ||
/* eslint-disable-next-line */ | ||
console.warn(cause); | ||
@@ -1476,3 +1483,5 @@ }); | ||
msg += 'https://github.com/advanced-rest-client/app-analytics/issues'; | ||
/* eslint-disable-next-line */ | ||
console.info(msg, e); | ||
/* eslint-disable-next-line */ | ||
console.trace(); | ||
@@ -1479,0 +1488,0 @@ } |
@@ -292,1 +292,48 @@ <a name="2.0.0"></a> | ||
# [3.0.0](https://github.com/advanced-rest-client/app-analytics/compare/1.0.15...3.0.0) (2019-07-19) | ||
### Breaking | ||
* Upgrading to Polymer 3 ([b34675e4fc4f9cbbef0d10e512928b4b3f8c0e76](https://github.com/advanced-rest-client/app-analytics/commit/b34675e4fc4f9cbbef0d10e512928b4b3f8c0e76)) | ||
### build | ||
* bumping version to stable ([a9b2195e2b1a6088e2d7f9172e868c856c14afe4](https://github.com/advanced-rest-client/app-analytics/commit/a9b2195e2b1a6088e2d7f9172e868c856c14afe4)) | ||
### chore | ||
* dropping support for Polymer library ([d58440a979a8a0daf6dbef1bb743e08b9dea7b27](https://github.com/advanced-rest-client/app-analytics/commit/d58440a979a8a0daf6dbef1bb743e08b9dea7b27)) | ||
### docs | ||
* updating docs ([f169c7d53b234ac798ce3427763f11c1c4607fe9](https://github.com/advanced-rest-client/app-analytics/commit/f169c7d53b234ac798ce3427763f11c1c4607fe9)) | ||
* updating typpings ([40911ae1df69c32a3124e5abc2cd7f74f043fc2b](https://github.com/advanced-rest-client/app-analytics/commit/40911ae1df69c32a3124e5abc2cd7f74f043fc2b)) | ||
### Docs | ||
* Updating readme ([d890e574dad41255a12486c073e8bb3068aac0f5](https://github.com/advanced-rest-client/app-analytics/commit/d890e574dad41255a12486c073e8bb3068aac0f5)) | ||
### fix | ||
* fixing _baseParams type ([8c0e131f0264a78bc51cf110909ed58c5a644e45](https://github.com/advanced-rest-client/app-analytics/commit/8c0e131f0264a78bc51cf110909ed58c5a644e45)) | ||
* removing Polymer as a dependency ([1e79488ad5f026ee97a40b14cddc390a4fe52dcd](https://github.com/advanced-rest-client/app-analytics/commit/1e79488ad5f026ee97a40b14cddc390a4fe52dcd)) | ||
### Fix | ||
* Fixing configuration when disabled/cid changes ([5b2d6e58b833d62e99f7347dad125a937fdc2d2b](https://github.com/advanced-rest-client/app-analytics/commit/5b2d6e58b833d62e99f7347dad125a937fdc2d2b)) | ||
### test | ||
* finishing test for new version ([5210d394409d17f981e0e4784653481a4d6237bf](https://github.com/advanced-rest-client/app-analytics/commit/5210d394409d17f981e0e4784653481a4d6237bf)) | ||
* fixing tests for edge ([35b8958642980a70ec17316d8b88f970c47dc9b1](https://github.com/advanced-rest-client/app-analytics/commit/35b8958642980a70ec17316d8b88f970c47dc9b1)) | ||
### Update | ||
* Adding type check for local storage for chrome apps ([809e22ac9753e606d2dbd0867bc6ab9982f05766](https://github.com/advanced-rest-client/app-analytics/commit/809e22ac9753e606d2dbd0867bc6ab9982f05766)) | ||
* Adding type check for localStorage ([040004f363f0374aa05893e8590db610ed6edb00](https://github.com/advanced-rest-client/app-analytics/commit/040004f363f0374aa05893e8590db610ed6edb00)) | ||
* Removed support for disabling GA. Remove element from the DOM instead. ([d6d04a56d63495b3b724f53eb355ccab7ccd46ef](https://github.com/advanced-rest-client/app-analytics/commit/d6d04a56d63495b3b724f53eb355ccab7ccd46ef)) | ||
* Updating import paths to match web spec ([e19246bc8609ecd07ae5b451fe8c27106ca03c7c](https://github.com/advanced-rest-client/app-analytics/commit/e19246bc8609ecd07ae5b451fe8c27106ca03c7c)) | ||
{ | ||
"name": "@advanced-rest-client/app-analytics", | ||
"description": "An element that support Google Analytics analysis", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"license": "Apache-2.0", | ||
@@ -32,14 +32,14 @@ "main": "app-analytics.js", | ||
"devDependencies": { | ||
"@advanced-rest-client/arc-data-generator": "^3.0.2", | ||
"@advanced-rest-client/arc-demo-helper": "^1.0.14", | ||
"@advanced-rest-client/connectivity-state": "^3.0.0", | ||
"@advanced-rest-client/a11y-suite": "^1.1.0", | ||
"@advanced-rest-client/arc-demo-helper": "^1.0.3", | ||
"@advanced-rest-client/eslint-config": "^1.1.1", | ||
"@advanced-rest-client/form-action-bar": "^3.0.0", | ||
"@advanced-rest-client/paper-fab-menu": "^3.0.0", | ||
"@advanced-rest-client/testing-karma-sl": "^1.0.2", | ||
"@advanced-rest-client/prettier-config": "^0.1.0", | ||
"@advanced-rest-client/testing-karma-sl": "^1.0.3", | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^7.0.0", | ||
"@open-wc/eslint-config": "^0.4.1", | ||
"@open-wc/prettier-config": "^0.1.0", | ||
"@open-wc/testing": "^0.11.1", | ||
"@open-wc/testing-karma": "^2.0.6", | ||
"@open-wc/testing": "^2.2.8", | ||
"@open-wc/testing-karma": "^3.1.28", | ||
"@polymer/gen-typescript-declarations": "^1.6.2", | ||
@@ -57,24 +57,26 @@ "@polymer/iron-icons": "^3.0.0", | ||
"@polymer/paper-toggle-button": "^3.0.0", | ||
"deepmerge": "^4.0.0", | ||
"husky": "^1.0.0", | ||
"lint-staged": "^8.0.0", | ||
"lit-element": "^2.0.1", | ||
"owc-dev-server": "^1.0.0", | ||
"sinon": "^7.2.3", | ||
"web-animations-js": "^2.3.1", | ||
"webpack-merge": "^4.1.5" | ||
"karma": "^4.2.0", | ||
"lint-staged": "^9.2.5", | ||
"lit-element": "^2.2.1", | ||
"sinon": "^7.4.1" | ||
}, | ||
"scripts": { | ||
"test": "karma start --coverage", | ||
"update-types": "gen-typescript-declarations --deleteExisting --outDir .", | ||
"start": "owc-dev-server --app-index demo/index.html --open --watch", | ||
"lint:eslint": "eslint --ext .js,.html .", | ||
"format:eslint": "eslint --ext .js,.html . --fix", | ||
"lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)", | ||
"format:prettier": "prettier \"**/*.js\" --write", | ||
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch", | ||
"start:compatibility": "es-dev-server --app-index demo/index.html --compatibility all --node-resolve --open --watch", | ||
"lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore", | ||
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore", | ||
"lint:prettier": "prettier \"**/*.js\" --check --ignore-path .gitignore", | ||
"format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore", | ||
"lint": "npm run lint:eslint && npm run lint:prettier", | ||
"format": "npm run format:eslint && npm run format:prettier", | ||
"test": "karma start --coverage", | ||
"test:watch": "karma start --auto-watch=true --single-run=false", | ||
"test:legacy": "karma start --legacy --coverage", | ||
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --legacy --coverage" | ||
"test:update-snapshots": "karma start --update-snapshots", | ||
"test:prune-snapshots": "karma start --prune-snapshots", | ||
"test:compatibility": "karma start --compatibility all --coverage", | ||
"test:compatibility:watch": "karma start --compatibility all --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --compatibility all --coverage" | ||
}, | ||
@@ -81,0 +83,0 @@ "lint-staged": { |
123200
30
2242
8