@alwatr/logger 1.1.2 → 1.1.3
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 +21 -17
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.1.3](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.2...@alwatr/logger@1.1.3) (2023-09-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/logger
|
|
9
|
+
|
|
6
10
|
## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.1...@alwatr/logger@1.1.2) (2023-09-12)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
9
13
|
|
|
10
|
-
|
|
14
|
+
- **logger:** change localStorage debug key to `alwatrDebug` ([66542ea](https://github.com/AliMD/alwatr/commit/66542ea22a9a515db4a15dc966624b3029f517ed)) by @AliMD
|
|
11
15
|
|
|
12
16
|
## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.0...@alwatr/logger@1.1.1) (2023-09-12)
|
|
13
17
|
|
|
@@ -17,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
17
21
|
|
|
18
22
|
### Features
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
- **logger:** add logModule ([2e37bef](https://github.com/AliMD/alwatr/commit/2e37befd5f66094c5a521424e2a9d60796384f88))
|
|
21
25
|
|
|
22
26
|
# 1.0.0 (2023-06-14)
|
|
23
27
|
|
|
@@ -27,21 +31,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
31
|
|
|
28
32
|
### Bug Fixes
|
|
29
33
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
- **logger:** logMethod args type ([66338b7](https://github.com/AliMD/alwatr/commit/66338b7ba1d4b15af78f9f604f7be0a7e483413d))
|
|
35
|
+
- **logger:** logMethod args type ([1983b3d](https://github.com/AliMD/alwatr/commit/1983b3d2fe260226ca2660e33b9bd924facdf776))
|
|
36
|
+
- new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
|
|
33
37
|
|
|
34
38
|
### Features
|
|
35
39
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
40
|
+
- **logger:** add `duration time` to logger time label ([ef188c4](https://github.com/AliMD/alwatr/commit/ef188c41a02789e1b35ab424bab24a393a03a3b0))
|
|
41
|
+
- **logger:** add `time` & `timeEnd` ([0bd4ec5](https://github.com/AliMD/alwatr/commit/0bd4ec5dbd185b17cfb8656a84a782e848ade138))
|
|
42
|
+
- **logger:** optional devMode per package ([cc1eb87](https://github.com/AliMD/alwatr/commit/cc1eb879832807d55ad4cf268a54b2d5e4346fff))
|
|
39
43
|
|
|
40
44
|
# 0.30.0 (2023-03-06)
|
|
41
45
|
|
|
42
46
|
### Features
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
- **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr/commit/5b5be8b2312ca67f186d1614506423f1fdb90877))
|
|
45
49
|
|
|
46
50
|
# 0.29.0 (2023-02-10)
|
|
47
51
|
|
|
@@ -49,30 +53,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
49
53
|
|
|
50
54
|
### Bug Fixes
|
|
51
55
|
|
|
52
|
-
|
|
56
|
+
- **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37))
|
|
53
57
|
|
|
54
58
|
# 0.27.0 (2022-12-29)
|
|
55
59
|
|
|
56
60
|
### Bug Fixes
|
|
57
61
|
|
|
58
|
-
|
|
62
|
+
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
|
|
59
63
|
|
|
60
64
|
### Features
|
|
61
65
|
|
|
62
|
-
|
|
66
|
+
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
|
|
63
67
|
|
|
64
68
|
# 0.26.0 (2022-12-22)
|
|
65
69
|
|
|
66
70
|
### Bug Fixes
|
|
67
71
|
|
|
68
|
-
|
|
69
|
-
|
|
72
|
+
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
73
|
+
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
70
74
|
|
|
71
75
|
### Features
|
|
72
76
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
77
|
+
- improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
|
|
78
|
+
- **logger:** add root version ([2ac01c1](https://github.com/AliMD/alwatr/commit/2ac01c1d12323a6c8591b3dd4826d08a55647dc1))
|
|
79
|
+
- **logger:** move incident to deployment mode ([4ee8dac](https://github.com/AliMD/alwatr/commit/4ee8dac5c54ce8a897382d3d4fb5bb852d24cf24))
|
|
76
80
|
|
|
77
81
|
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)
|
|
78
82
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/logger",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"log",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"url": "https://github.com/AliMD/alwatr/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@alwatr/type": "^1.1.
|
|
35
|
+
"@alwatr/type": "^1.1.2",
|
|
36
36
|
"tslib": "^2.6.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "e48c6b60a1836901902e523ab1f07019e3cddb76"
|
|
39
39
|
}
|