analogger 1.17.2 → 1.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.18.2](https://github.com/thimpat/analogger/compare/v1.18.1...v1.18.2) (2022-08-13)
2
+
3
+ ## [1.18.1](https://github.com/thimpat/analogger/compare/v1.18.0...v1.18.1) (2022-08-13)
4
+
5
+ # [1.18.0](https://github.com/thimpat/analogger/compare/v1.17.0...v1.18.0) (2022-08-13)
6
+
1
7
  # [1.17.0](https://github.com/thimpat/analogger/compare/v1.16.0...v1.17.0) (2022-06-08)
2
8
 
3
9
  # [1.16.0](https://github.com/thimpat/analogger/compare/v1.15.2...v1.16.0) (2022-06-07)
@@ -76,4 +82,4 @@
76
82
 
77
83
  ## [1.3.1](https://github.com/thimpat/analogger/compare/v1.3.0...v1.3.1) (2022-02-09)
78
84
 
79
- # [1.3.0](https://github.com/thimpat/analogger/compare/v1.2.0...v1.3.0) (2022-02-08)
85
+ # [1.3.0](https://github.com/thimpat/analogger/compare/v1.2.0...v1.3.0) (2022-02-08)
package/README.md CHANGED
@@ -317,8 +317,8 @@ Display the browser native message box if run from it; otherwise, it displays th
317
317
 
318
318
  | **Options** | **default** | **Expect** | **Description** |
319
319
  |------------------|-------------|-----------------------|------------------------------------------------------------------------------------|
320
- | silent | false | boolean | _Will display no log (only errors)_ |
321
- | hideLog | false | boolean | _Hide logs from console_ |
320
+ | silent | false | boolean | _Hide logs from console (not errors)_ |
321
+ | hideLog | false | boolean | _Same as above (silent has precedence over hideLog)_ |
322
322
  | hideError | false | boolean | _Hide errors from console_ |
323
323
  | hideHookMessage | false | boolean | _Hide the automatic message shown when some native console methods are overridden_ |
324
324
  | hidePassingTests | false | boolean | _Hide Live test results_ |