adoscopejs
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,2 +5,29 @@ # Changelog | ||
## [0.3.0](https://github.com/Melchyore/adoscope/compare/v0.2.1...v0.3.0) (2019-05-25) | ||
### Features | ||
* **adoscope:** recording can now be paused ([87eead1](https://github.com/Melchyore/adoscope/commit/87eead1)) | ||
* **app:** add .ts files for controllers ([e3e8b9c](https://github.com/Melchyore/adoscope/commit/e3e8b9c)) | ||
* **config:** add new watchers to config ([f6cb67a](https://github.com/Melchyore/adoscope/commit/f6cb67a)) | ||
* **exceptions:** add more exceptions and refactor older ones ([433284d](https://github.com/Melchyore/adoscope/commit/433284d)) | ||
* **provider:** monkey patch Adonis/Server and refactor some code ([f8c0619](https://github.com/Melchyore/adoscope/commit/f8c0619)) | ||
* **services:** make use of WebSocket controller to send data ([87c0b24](https://github.com/Melchyore/adoscope/commit/87c0b24)) | ||
* **utils:** add new methods for parsing exceptions and logs watchers ([361a487](https://github.com/Melchyore/adoscope/commit/361a487)) | ||
* **watchers:** add exceptions and log watchers ([1475241](https://github.com/Melchyore/adoscope/commit/1475241)) | ||
* **watchers:** watchers base class is now abstract ([16e9a65](https://github.com/Melchyore/adoscope/commit/16e9a65)) | ||
### Tests | ||
* add new watchers tests ([c18054c](https://github.com/Melchyore/adoscope/commit/c18054c)) | ||
### BREAKING CHANGES | ||
* **config:** Config file must be updated | ||
### [0.2.1](https://github.com/Melchyore/adoscope/compare/v0.2.0...v0.2.1) (2019-05-20) | ||
@@ -7,0 +34,0 @@ |
@@ -57,3 +57,3 @@ /* | ||
mime_types: [ | ||
'text/plain' | ||
], // List of accepted mime types. | ||
@@ -71,4 +71,16 @@ | ||
enabled: true | ||
}, | ||
exception: { | ||
enabled: true, | ||
options: { | ||
ignore: ['DeprecationWarning', 'ExperimentalWarning'] | ||
} | ||
}, | ||
log: { | ||
enabled: true, | ||
options: { | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "adoscopejs", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Debugger for Adonisjs-based applications", | ||
@@ -56,2 +56,4 @@ "main": "index.js", | ||
"@commitlint/config-conventional": "^7.6.0", | ||
"@types/bluebird": "^3.5.26", | ||
"@types/ioredis": "^4.0.10", | ||
"@types/supertest": "^2.0.7", | ||
@@ -65,2 +67,3 @@ "adonis-cache": "^0.3.4", | ||
"husky": "^2.3.0", | ||
"intercept-stdout": "^0.1.2", | ||
"japa": "^2.0.10", | ||
@@ -67,0 +70,0 @@ "japa-cli": "^1.0.1", |
@@ -21,2 +21,4 @@ { | ||
"commitlint.config.js", | ||
"doc", | ||
"docs", | ||
"dist", | ||
@@ -23,0 +25,0 @@ "build", |
{ | ||
"mode": "file", | ||
"mode": "modules", | ||
"out": "docs", | ||
"ignoreCompilerErrors": true, | ||
"excludeExternals": true, | ||
"excludeExternals": false, | ||
"excludeNotExported": true, | ||
"includeDeclarations": false, | ||
"hideGenerator": true, | ||
"theme": "minimal", | ||
@@ -8,0 +10,0 @@ "exclude": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
1
322302
47
60
710