@alwatr/logger 1.1.3 → 1.1.5
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 +108 -98
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,27 @@
|
|
|
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.
|
|
6
|
+
## [1.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.4...@alwatr/logger@1.1.5) (2023-09-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD
|
|
11
|
+
|
|
12
|
+
## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.3...@alwatr/logger@1.1.4) (2023-09-19)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @alwatr/logger
|
|
15
|
+
|
|
16
|
+
## [1.1.3](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.2...@alwatr/logger@1.1.3) (2023-09-19)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @alwatr/logger
|
|
9
19
|
|
|
10
|
-
## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.1...@alwatr/logger@1.1.2) (2023-09-12)
|
|
20
|
+
## [1.1.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.1...@alwatr/logger@1.1.2) (2023-09-12)
|
|
11
21
|
|
|
12
22
|
### Bug Fixes
|
|
13
23
|
|
|
14
|
-
- **logger:** change localStorage debug key to `alwatrDebug` ([66542ea](https://github.com/AliMD/alwatr/commit/66542ea22a9a515db4a15dc966624b3029f517ed)) by @AliMD
|
|
24
|
+
- **logger:** change localStorage debug key to `alwatrDebug` ([66542ea](https://github.com/AliMD/alwatr-eslib/commit/66542ea22a9a515db4a15dc966624b3029f517ed)) by @AliMD
|
|
15
25
|
|
|
16
|
-
## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/logger@1.1.0...@alwatr/logger@1.1.1) (2023-09-12)
|
|
26
|
+
## [1.1.1](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/logger@1.1.0...@alwatr/logger@1.1.1) (2023-09-12)
|
|
17
27
|
|
|
18
28
|
**Note:** Version bump only for package @alwatr/logger
|
|
19
29
|
|
|
@@ -21,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
21
31
|
|
|
22
32
|
### Features
|
|
23
33
|
|
|
24
|
-
- **logger:** add logModule ([2e37bef](https://github.com/AliMD/alwatr/commit/2e37befd5f66094c5a521424e2a9d60796384f88))
|
|
34
|
+
- **logger:** add logModule ([2e37bef](https://github.com/AliMD/alwatr-eslib/commit/2e37befd5f66094c5a521424e2a9d60796384f88))
|
|
25
35
|
|
|
26
36
|
# 1.0.0 (2023-06-14)
|
|
27
37
|
|
|
@@ -31,21 +41,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
41
|
|
|
32
42
|
### Bug Fixes
|
|
33
43
|
|
|
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))
|
|
44
|
+
- **logger:** logMethod args type ([66338b7](https://github.com/AliMD/alwatr-eslib/commit/66338b7ba1d4b15af78f9f604f7be0a7e483413d))
|
|
45
|
+
- **logger:** logMethod args type ([1983b3d](https://github.com/AliMD/alwatr-eslib/commit/1983b3d2fe260226ca2660e33b9bd924facdf776))
|
|
46
|
+
- new logger api ([9d83a7d](https://github.com/AliMD/alwatr-eslib/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
|
|
37
47
|
|
|
38
48
|
### Features
|
|
39
49
|
|
|
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))
|
|
50
|
+
- **logger:** add `duration time` to logger time label ([ef188c4](https://github.com/AliMD/alwatr-eslib/commit/ef188c41a02789e1b35ab424bab24a393a03a3b0))
|
|
51
|
+
- **logger:** add `time` & `timeEnd` ([0bd4ec5](https://github.com/AliMD/alwatr-eslib/commit/0bd4ec5dbd185b17cfb8656a84a782e848ade138))
|
|
52
|
+
- **logger:** optional devMode per package ([cc1eb87](https://github.com/AliMD/alwatr-eslib/commit/cc1eb879832807d55ad4cf268a54b2d5e4346fff))
|
|
43
53
|
|
|
44
54
|
# 0.30.0 (2023-03-06)
|
|
45
55
|
|
|
46
56
|
### Features
|
|
47
57
|
|
|
48
|
-
- **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr/commit/5b5be8b2312ca67f186d1614506423f1fdb90877))
|
|
58
|
+
- **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr-eslib/commit/5b5be8b2312ca67f186d1614506423f1fdb90877))
|
|
49
59
|
|
|
50
60
|
# 0.29.0 (2023-02-10)
|
|
51
61
|
|
|
@@ -53,260 +63,260 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
63
|
|
|
54
64
|
### Bug Fixes
|
|
55
65
|
|
|
56
|
-
- **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37))
|
|
66
|
+
- **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr-eslib/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37))
|
|
57
67
|
|
|
58
68
|
# 0.27.0 (2022-12-29)
|
|
59
69
|
|
|
60
70
|
### Bug Fixes
|
|
61
71
|
|
|
62
|
-
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
|
|
72
|
+
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr-eslib/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
|
|
63
73
|
|
|
64
74
|
### Features
|
|
65
75
|
|
|
66
|
-
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
|
|
76
|
+
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr-eslib/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
|
|
67
77
|
|
|
68
78
|
# 0.26.0 (2022-12-22)
|
|
69
79
|
|
|
70
80
|
### Bug Fixes
|
|
71
81
|
|
|
72
|
-
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
73
|
-
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
82
|
+
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr-eslib/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
83
|
+
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr-eslib/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
74
84
|
|
|
75
85
|
### Features
|
|
76
86
|
|
|
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))
|
|
87
|
+
- improve error debugging ([1fba504](https://github.com/AliMD/alwatr-eslib/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
|
|
88
|
+
- **logger:** add root version ([2ac01c1](https://github.com/AliMD/alwatr-eslib/commit/2ac01c1d12323a6c8591b3dd4826d08a55647dc1))
|
|
89
|
+
- **logger:** move incident to deployment mode ([4ee8dac](https://github.com/AliMD/alwatr-eslib/commit/4ee8dac5c54ce8a897382d3d4fb5bb852d24cf24))
|
|
80
90
|
|
|
81
|
-
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)
|
|
91
|
+
# [1.0.0](https://github.com/AliMD/alwatr-eslib/compare/v0.32.0...v1.0.0) (2023-06-14)
|
|
82
92
|
|
|
83
93
|
**Note:** Version bump only for package @alwatr/logger
|
|
84
94
|
|
|
85
|
-
# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)
|
|
95
|
+
# [0.32.0](https://github.com/AliMD/alwatr-eslib/compare/v0.31.0...v0.32.0) (2023-05-27)
|
|
86
96
|
|
|
87
97
|
**Note:** Version bump only for package @alwatr/logger
|
|
88
98
|
|
|
89
|
-
# [0.31.0](https://github.com/AliMD/alwatr/compare/v0.30.0...v0.31.0) (2023-05-08)
|
|
99
|
+
# [0.31.0](https://github.com/AliMD/alwatr-eslib/compare/v0.30.0...v0.31.0) (2023-05-08)
|
|
90
100
|
|
|
91
101
|
### Bug Fixes
|
|
92
102
|
|
|
93
|
-
- **logger:** logMethod args type ([66338b7](https://github.com/AliMD/alwatr/commit/66338b7ba1d4b15af78f9f604f7be0a7e483413d))
|
|
94
|
-
- **logger:** logMethod args type ([1983b3d](https://github.com/AliMD/alwatr/commit/1983b3d2fe260226ca2660e33b9bd924facdf776))
|
|
95
|
-
- new logger api ([9d83a7d](https://github.com/AliMD/alwatr/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
|
|
103
|
+
- **logger:** logMethod args type ([66338b7](https://github.com/AliMD/alwatr-eslib/commit/66338b7ba1d4b15af78f9f604f7be0a7e483413d))
|
|
104
|
+
- **logger:** logMethod args type ([1983b3d](https://github.com/AliMD/alwatr-eslib/commit/1983b3d2fe260226ca2660e33b9bd924facdf776))
|
|
105
|
+
- new logger api ([9d83a7d](https://github.com/AliMD/alwatr-eslib/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
|
|
96
106
|
|
|
97
107
|
### Features
|
|
98
108
|
|
|
99
|
-
- **logger:** add `duration time` to logger time label ([ef188c4](https://github.com/AliMD/alwatr/commit/ef188c41a02789e1b35ab424bab24a393a03a3b0))
|
|
100
|
-
- **logger:** add `time` & `timeEnd` ([0bd4ec5](https://github.com/AliMD/alwatr/commit/0bd4ec5dbd185b17cfb8656a84a782e848ade138))
|
|
101
|
-
- **logger:** optional devMode per package ([cc1eb87](https://github.com/AliMD/alwatr/commit/cc1eb879832807d55ad4cf268a54b2d5e4346fff))
|
|
109
|
+
- **logger:** add `duration time` to logger time label ([ef188c4](https://github.com/AliMD/alwatr-eslib/commit/ef188c41a02789e1b35ab424bab24a393a03a3b0))
|
|
110
|
+
- **logger:** add `time` & `timeEnd` ([0bd4ec5](https://github.com/AliMD/alwatr-eslib/commit/0bd4ec5dbd185b17cfb8656a84a782e848ade138))
|
|
111
|
+
- **logger:** optional devMode per package ([cc1eb87](https://github.com/AliMD/alwatr-eslib/commit/cc1eb879832807d55ad4cf268a54b2d5e4346fff))
|
|
102
112
|
|
|
103
|
-
# [0.30.0](https://github.com/AliMD/alwatr/compare/v0.29.0...v0.30.0) (2023-03-06)
|
|
113
|
+
# [0.30.0](https://github.com/AliMD/alwatr-eslib/compare/v0.29.0...v0.30.0) (2023-03-06)
|
|
104
114
|
|
|
105
115
|
### Features
|
|
106
116
|
|
|
107
|
-
- **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr/commit/5b5be8b2312ca67f186d1614506423f1fdb90877))
|
|
117
|
+
- **logger:** export isBrowser ([5b5be8b](https://github.com/AliMD/alwatr-eslib/commit/5b5be8b2312ca67f186d1614506423f1fdb90877))
|
|
108
118
|
|
|
109
|
-
# [0.29.0](https://github.com/AliMD/alwatr/compare/v0.28.0...v0.29.0) (2023-02-10)
|
|
119
|
+
# [0.29.0](https://github.com/AliMD/alwatr-eslib/compare/v0.28.0...v0.29.0) (2023-02-10)
|
|
110
120
|
|
|
111
121
|
**Note:** Version bump only for package @alwatr/logger
|
|
112
122
|
|
|
113
|
-
# [0.28.0](https://github.com/AliMD/alwatr/compare/v0.27.0...v0.28.0) (2023-01-20)
|
|
123
|
+
# [0.28.0](https://github.com/AliMD/alwatr-eslib/compare/v0.27.0...v0.28.0) (2023-01-20)
|
|
114
124
|
|
|
115
125
|
### Bug Fixes
|
|
116
126
|
|
|
117
|
-
- **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37))
|
|
127
|
+
- **logger:** _ALWATR_VERSION_ ([9cf8f20](https://github.com/AliMD/alwatr-eslib/commit/9cf8f208e8adbfa2e2c622a8465453d5554cbd37))
|
|
118
128
|
|
|
119
129
|
### Features
|
|
120
130
|
|
|
121
|
-
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
|
|
131
|
+
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr-eslib/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17))
|
|
122
132
|
|
|
123
|
-
# [0.27.0](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.27.0) (2022-12-29)
|
|
133
|
+
# [0.27.0](https://github.com/AliMD/alwatr-eslib/compare/v0.26.0...v0.27.0) (2022-12-29)
|
|
124
134
|
|
|
125
135
|
### Bug Fixes
|
|
126
136
|
|
|
127
|
-
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
|
|
137
|
+
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr-eslib/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168))
|
|
128
138
|
|
|
129
|
-
# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)
|
|
139
|
+
# [0.26.0](https://github.com/AliMD/alwatr-eslib/compare/v0.25.0...v0.26.0) (2022-12-22)
|
|
130
140
|
|
|
131
141
|
### Bug Fixes
|
|
132
142
|
|
|
133
|
-
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
134
|
-
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
143
|
+
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr-eslib/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
144
|
+
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr-eslib/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
135
145
|
|
|
136
146
|
### Features
|
|
137
147
|
|
|
138
|
-
- improve error debugging ([1fba504](https://github.com/AliMD/alwatr/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
|
|
139
|
-
- **logger:** add root version ([2ac01c1](https://github.com/AliMD/alwatr/commit/2ac01c1d12323a6c8591b3dd4826d08a55647dc1))
|
|
140
|
-
- **logger:** move incident to deployment mode ([4ee8dac](https://github.com/AliMD/alwatr/commit/4ee8dac5c54ce8a897382d3d4fb5bb852d24cf24))
|
|
148
|
+
- improve error debugging ([1fba504](https://github.com/AliMD/alwatr-eslib/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
|
|
149
|
+
- **logger:** add root version ([2ac01c1](https://github.com/AliMD/alwatr-eslib/commit/2ac01c1d12323a6c8591b3dd4826d08a55647dc1))
|
|
150
|
+
- **logger:** move incident to deployment mode ([4ee8dac](https://github.com/AliMD/alwatr-eslib/commit/4ee8dac5c54ce8a897382d3d4fb5bb852d24cf24))
|
|
141
151
|
|
|
142
|
-
# [0.25.0](https://github.com/AliMD/alwatr/compare/v0.24.1...v0.25.0) (2022-12-07)
|
|
152
|
+
# [0.25.0](https://github.com/AliMD/alwatr-eslib/compare/v0.24.1...v0.25.0) (2022-12-07)
|
|
143
153
|
|
|
144
154
|
### Features
|
|
145
155
|
|
|
146
|
-
- **logger:** log incident in production mode ([c9b6c56](https://github.com/AliMD/alwatr/commit/c9b6c56182750444b1cced3343b02eea6a9f24c5))
|
|
156
|
+
- **logger:** log incident in production mode ([c9b6c56](https://github.com/AliMD/alwatr-eslib/commit/c9b6c56182750444b1cced3343b02eea6a9f24c5))
|
|
147
157
|
|
|
148
|
-
## [0.24.1](https://github.com/AliMD/alwatr/compare/v0.24.0...v0.24.1) (2022-12-01)
|
|
158
|
+
## [0.24.1](https://github.com/AliMD/alwatr-eslib/compare/v0.24.0...v0.24.1) (2022-12-01)
|
|
149
159
|
|
|
150
160
|
### Bug Fixes
|
|
151
161
|
|
|
152
|
-
- **logger:** optimize for browserify builds ([7afdc1c](https://github.com/AliMD/alwatr/commit/7afdc1cb5baf9b66dedcdc251595c02a79a163b2))
|
|
162
|
+
- **logger:** optimize for browserify builds ([7afdc1c](https://github.com/AliMD/alwatr-eslib/commit/7afdc1cb5baf9b66dedcdc251595c02a79a163b2))
|
|
153
163
|
|
|
154
|
-
# [0.24.0](https://github.com/AliMD/alwatr/compare/v0.23.0...v0.24.0) (2022-11-28)
|
|
164
|
+
# [0.24.0](https://github.com/AliMD/alwatr-eslib/compare/v0.23.0...v0.24.0) (2022-11-28)
|
|
155
165
|
|
|
156
166
|
### Bug Fixes
|
|
157
167
|
|
|
158
|
-
- use ~ for package version ([4e027ff](https://github.com/AliMD/alwatr/commit/4e027ff63875e03b088ebcdc1bdf2495f4494eec))
|
|
168
|
+
- use ~ for package version ([4e027ff](https://github.com/AliMD/alwatr-eslib/commit/4e027ff63875e03b088ebcdc1bdf2495f4494eec))
|
|
159
169
|
|
|
160
|
-
# [0.23.0](https://github.com/AliMD/alwatr/compare/v0.22.1...v0.23.0) (2022-11-23)
|
|
170
|
+
# [0.23.0](https://github.com/AliMD/alwatr-eslib/compare/v0.22.1...v0.23.0) (2022-11-23)
|
|
161
171
|
|
|
162
172
|
**Note:** Version bump only for package @alwatr/logger
|
|
163
173
|
|
|
164
|
-
# [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20)
|
|
174
|
+
# [0.22.0](https://github.com/AliMD/alwatr-eslib/compare/v0.21.0...v0.22.0) (2022-11-20)
|
|
165
175
|
|
|
166
176
|
### Bug Fixes
|
|
167
177
|
|
|
168
|
-
- **logger:** message format in node ([0ab9153](https://github.com/AliMD/alwatr/commit/0ab9153e407cafd07af8b77b63e25c8d21b474c0))
|
|
178
|
+
- **logger:** message format in node ([0ab9153](https://github.com/AliMD/alwatr-eslib/commit/0ab9153e407cafd07af8b77b63e25c8d21b474c0))
|
|
169
179
|
|
|
170
180
|
### Features
|
|
171
181
|
|
|
172
|
-
- **logger:** better log in browser and node ([1a35ac4](https://github.com/AliMD/alwatr/commit/1a35ac4bbb9aae4280ea99b8383459cf44de0baa))
|
|
182
|
+
- **logger:** better log in browser and node ([1a35ac4](https://github.com/AliMD/alwatr-eslib/commit/1a35ac4bbb9aae4280ea99b8383459cf44de0baa))
|
|
173
183
|
|
|
174
|
-
# [0.21.0](https://github.com/AliMD/alwatr/compare/v0.20.0...v0.21.0) (2022-11-13)
|
|
184
|
+
# [0.21.0](https://github.com/AliMD/alwatr-eslib/compare/v0.20.0...v0.21.0) (2022-11-13)
|
|
175
185
|
|
|
176
186
|
**Note:** Version bump only for package @alwatr/logger
|
|
177
187
|
|
|
178
|
-
# [0.20.0](https://github.com/AliMD/alwatr/compare/v0.19.0...v0.20.0) (2022-11-05)
|
|
188
|
+
# [0.20.0](https://github.com/AliMD/alwatr-eslib/compare/v0.19.0...v0.20.0) (2022-11-05)
|
|
179
189
|
|
|
180
190
|
**Note:** Version bump only for package @alwatr/logger
|
|
181
191
|
|
|
182
|
-
# [0.19.0](https://github.com/AliMD/alwatr/compare/v0.18.0...v0.19.0) (2022-11-01)
|
|
192
|
+
# [0.19.0](https://github.com/AliMD/alwatr-eslib/compare/v0.18.0...v0.19.0) (2022-11-01)
|
|
183
193
|
|
|
184
194
|
### Bug Fixes
|
|
185
195
|
|
|
186
|
-
- Import error in webpack ([1a52f67](https://github.com/AliMD/alwatr/commit/1a52f67ff2788c51abd13126f34353c26aa669c3))
|
|
196
|
+
- Import error in webpack ([1a52f67](https://github.com/AliMD/alwatr-eslib/commit/1a52f67ff2788c51abd13126f34353c26aa669c3))
|
|
187
197
|
|
|
188
|
-
# [0.18.0](https://github.com/AliMD/alwatr/compare/v0.17.0...v0.18.0) (2022-10-22)
|
|
198
|
+
# [0.18.0](https://github.com/AliMD/alwatr-eslib/compare/v0.17.0...v0.18.0) (2022-10-22)
|
|
189
199
|
|
|
190
200
|
**Note:** Version bump only for package @alwatr/logger
|
|
191
201
|
|
|
192
|
-
# [0.17.0](https://github.com/AliMD/alwatr/compare/v0.16.1...v0.17.0) (2022-10-21)
|
|
202
|
+
# [0.17.0](https://github.com/AliMD/alwatr-eslib/compare/v0.16.1...v0.17.0) (2022-10-21)
|
|
193
203
|
|
|
194
204
|
### Bug Fixes
|
|
195
205
|
|
|
196
|
-
- **`logger`:** `accident` sould `console.warn` ([c210c9f](https://github.com/AliMD/alwatr/commit/c210c9f6a864692848ea0c89d6ffbdb19167732a))
|
|
206
|
+
- **`logger`:** `accident` sould `console.warn` ([c210c9f](https://github.com/AliMD/alwatr-eslib/commit/c210c9f6a864692848ea0c89d6ffbdb19167732a))
|
|
197
207
|
|
|
198
|
-
# [0.16.0](https://github.com/AliMD/alwatr/compare/v0.15.0...v0.16.0) (2022-09-08)
|
|
208
|
+
# [0.16.0](https://github.com/AliMD/alwatr-eslib/compare/v0.15.0...v0.16.0) (2022-09-08)
|
|
199
209
|
|
|
200
210
|
**Note:** Version bump only for package @alwatr/logger
|
|
201
211
|
|
|
202
|
-
# [0.15.0](https://github.com/AliMD/alwatr/compare/v0.14.0...v0.15.0) (2022-09-01)
|
|
212
|
+
# [0.15.0](https://github.com/AliMD/alwatr-eslib/compare/v0.14.0...v0.15.0) (2022-09-01)
|
|
203
213
|
|
|
204
214
|
**Note:** Version bump only for package @alwatr/logger
|
|
205
215
|
|
|
206
|
-
# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19)
|
|
216
|
+
# [0.14.0](https://github.com/AliMD/alwatr-eslib/compare/v0.13.0...v0.14.0) (2022-08-19)
|
|
207
217
|
|
|
208
218
|
**Note:** Version bump only for package @alwatr/logger
|
|
209
219
|
|
|
210
|
-
# [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06)
|
|
220
|
+
# [0.13.0](https://github.com/AliMD/alwatr-eslib/compare/v0.12.0...v0.13.0) (2022-08-06)
|
|
211
221
|
|
|
212
222
|
**Note:** Version bump only for package @alwatr/logger
|
|
213
223
|
|
|
214
|
-
# [0.12.0](https://github.com/AliMD/alwatr/compare/v0.11.0...v0.12.0) (2022-07-22)
|
|
224
|
+
# [0.12.0](https://github.com/AliMD/alwatr-eslib/compare/v0.11.0...v0.12.0) (2022-07-22)
|
|
215
225
|
|
|
216
226
|
### Bug Fixes
|
|
217
227
|
|
|
218
|
-
- **logger:** refactor behavior of force ([7d9307b](https://github.com/AliMD/alwatr/commit/7d9307bb78523f3dae17b3bd80fa2fb47c90975f))
|
|
228
|
+
- **logger:** refactor behavior of force ([7d9307b](https://github.com/AliMD/alwatr-eslib/commit/7d9307bb78523f3dae17b3bd80fa2fb47c90975f))
|
|
219
229
|
|
|
220
230
|
### Features
|
|
221
231
|
|
|
222
|
-
- **logger:** compatible with node.js ([7ee8b6d](https://github.com/AliMD/alwatr/commit/7ee8b6de3143e39c300345dec6864c9c56a4aae7))
|
|
223
|
-
- **logger:** node coloring support ([2b4aab6](https://github.com/AliMD/alwatr/commit/2b4aab655bc0707761587a7439de98bbd4ad0e08))
|
|
232
|
+
- **logger:** compatible with node.js ([7ee8b6d](https://github.com/AliMD/alwatr-eslib/commit/7ee8b6de3143e39c300345dec6864c9c56a4aae7))
|
|
233
|
+
- **logger:** node coloring support ([2b4aab6](https://github.com/AliMD/alwatr-eslib/commit/2b4aab655bc0707761587a7439de98bbd4ad0e08))
|
|
224
234
|
|
|
225
|
-
# [0.11.0](https://github.com/AliMD/alwatr/compare/v0.10.1...v0.11.0) (2022-04-16)
|
|
235
|
+
# [0.11.0](https://github.com/AliMD/alwatr-eslib/compare/v0.10.1...v0.11.0) (2022-04-16)
|
|
226
236
|
|
|
227
237
|
**Note:** Version bump only for package @alwatr/logger
|
|
228
238
|
|
|
229
|
-
# [0.10.0](https://github.com/AliMD/alwatr/compare/v0.9.0...v0.10.0) (2022-04-02)
|
|
239
|
+
# [0.10.0](https://github.com/AliMD/alwatr-eslib/compare/v0.9.0...v0.10.0) (2022-04-02)
|
|
230
240
|
|
|
231
241
|
**Note:** Version bump only for package @alwatr/logger
|
|
232
242
|
|
|
233
|
-
# [0.9.0](https://github.com/AliMD/alwatr/compare/v0.8.0...v0.9.0) (2022-03-22)
|
|
243
|
+
# [0.9.0](https://github.com/AliMD/alwatr-eslib/compare/v0.8.0...v0.9.0) (2022-03-22)
|
|
234
244
|
|
|
235
245
|
**Note:** Version bump only for package @alwatr/logger
|
|
236
246
|
|
|
237
|
-
# [0.8.0](https://github.com/AliMD/alwatr/compare/v0.7.2...v0.8.0) (2022-03-14)
|
|
247
|
+
# [0.8.0](https://github.com/AliMD/alwatr-eslib/compare/v0.7.2...v0.8.0) (2022-03-14)
|
|
238
248
|
|
|
239
249
|
**Note:** Version bump only for package @alwatr/logger
|
|
240
250
|
|
|
241
|
-
## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)
|
|
251
|
+
## [0.7.2](https://github.com/AliMD/alwatr-eslib/compare/v0.7.1...v0.7.2) (2022-03-12)
|
|
242
252
|
|
|
243
253
|
### Features
|
|
244
254
|
|
|
245
|
-
- **logger:** add debug and improve documents ([8f83d29](https://github.com/AliMD/alwatr/commit/8f83d2956e521f016fe530322f657c343f1a0b80))
|
|
255
|
+
- **logger:** add debug and improve documents ([8f83d29](https://github.com/AliMD/alwatr-eslib/commit/8f83d2956e521f016fe530322f657c343f1a0b80))
|
|
246
256
|
|
|
247
|
-
# [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)
|
|
257
|
+
# [0.7.0](https://github.com/AliMD/alwatr-eslib/compare/v0.6.1...v0.7.0) (2022-03-12)
|
|
248
258
|
|
|
249
259
|
**Note:** Version bump only for package @alwatr/logger
|
|
250
260
|
|
|
251
|
-
# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11)
|
|
261
|
+
# [0.6.0](https://github.com/AliMD/alwatr-eslib/compare/v0.5.0...v0.6.0) (2022-03-11)
|
|
252
262
|
|
|
253
263
|
### Bug Fixes
|
|
254
264
|
|
|
255
|
-
- alalwatr ([898aa6e](https://github.com/AliMD/alwatr/commit/898aa6ed0888eab9265c83b96a50f1b8c216d143))
|
|
256
|
-
- **packages:** duplicate alwatr keyword ([77d4aa2](https://github.com/AliMD/alwatr/commit/77d4aa2105ad47515c3eee251fd6b8c281d0d1fc))
|
|
265
|
+
- alalwatr ([898aa6e](https://github.com/AliMD/alwatr-eslib/commit/898aa6ed0888eab9265c83b96a50f1b8c216d143))
|
|
266
|
+
- **packages:** duplicate alwatr keyword ([77d4aa2](https://github.com/AliMD/alwatr-eslib/commit/77d4aa2105ad47515c3eee251fd6b8c281d0d1fc))
|
|
257
267
|
|
|
258
|
-
# [0.5.0](https://github.com/AliMD/alwatr/compare/v0.4.0...v0.5.0) (2022-03-11)
|
|
268
|
+
# [0.5.0](https://github.com/AliMD/alwatr-eslib/compare/v0.4.0...v0.5.0) (2022-03-11)
|
|
259
269
|
|
|
260
270
|
### Performance Improvements
|
|
261
271
|
|
|
262
|
-
- **logger:** refactor making logger object ([bc38018](https://github.com/AliMD/alwatr/commit/bc38018758540130df2f46c44521aea0a867bbe8))
|
|
272
|
+
- **logger:** refactor making logger object ([bc38018](https://github.com/AliMD/alwatr-eslib/commit/bc38018758540130df2f46c44521aea0a867bbe8))
|
|
263
273
|
|
|
264
|
-
# [0.4.0](https://github.com/AliMD/alwatr/compare/v0.3.0...v0.4.0) (2022-03-11)
|
|
274
|
+
# [0.4.0](https://github.com/AliMD/alwatr-eslib/compare/v0.3.0...v0.4.0) (2022-03-11)
|
|
265
275
|
|
|
266
276
|
### Bug Fixes
|
|
267
277
|
|
|
268
|
-
- **logger:** types missing ([712363d](https://github.com/AliMD/alwatr/commit/712363d3cf77a712f8c801c4dc9d06d256dfc0e6))
|
|
278
|
+
- **logger:** types missing ([712363d](https://github.com/AliMD/alwatr-eslib/commit/712363d3cf77a712f8c801c4dc9d06d256dfc0e6))
|
|
269
279
|
|
|
270
280
|
### Features
|
|
271
281
|
|
|
272
|
-
- **logger:** add logProperty, logMethodFull ([8b0317d](https://github.com/AliMD/alwatr/commit/8b0317db88ed73604a27935a3a30cd5c31cb0804))
|
|
273
|
-
- **logger:** complete refactor the logger with new API and fix show correct line number ([7efe8cf](https://github.com/AliMD/alwatr/commit/7efe8cf0f566e148406f38fdd60fa3d747c9bc51))
|
|
282
|
+
- **logger:** add logProperty, logMethodFull ([8b0317d](https://github.com/AliMD/alwatr-eslib/commit/8b0317db88ed73604a27935a3a30cd5c31cb0804))
|
|
283
|
+
- **logger:** complete refactor the logger with new API and fix show correct line number ([7efe8cf](https://github.com/AliMD/alwatr-eslib/commit/7efe8cf0f566e148406f38fdd60fa3d747c9bc51))
|
|
274
284
|
|
|
275
|
-
# [0.3.0](https://github.com/AliMD/alwatr/compare/v0.2.1...v0.3.0) (2022-03-06)
|
|
285
|
+
# [0.3.0](https://github.com/AliMD/alwatr-eslib/compare/v0.2.1...v0.3.0) (2022-03-06)
|
|
276
286
|
|
|
277
287
|
**Note:** Version bump only for package @alwatr/logger
|
|
278
288
|
|
|
279
|
-
## [0.2.1](https://github.com/AliMD/alwatr/compare/v0.2.0...v0.2.1) (2022-03-05)
|
|
289
|
+
## [0.2.1](https://github.com/AliMD/alwatr-eslib/compare/v0.2.0...v0.2.1) (2022-03-05)
|
|
280
290
|
|
|
281
291
|
### Bug Fixes
|
|
282
292
|
|
|
283
|
-
- **logger:** alwatrRegisteredList name ([ff59133](https://github.com/AliMD/alwatr/commit/ff5913321c4eafa1ce53fdacebf8fb4f23bfe430))
|
|
293
|
+
- **logger:** alwatrRegisteredList name ([ff59133](https://github.com/AliMD/alwatr-eslib/commit/ff5913321c4eafa1ce53fdacebf8fb4f23bfe430))
|
|
284
294
|
|
|
285
|
-
# [0.2.0](https://github.com/AliMD/alwatr/compare/v0.1.2...v0.2.0) (2022-03-05)
|
|
295
|
+
# [0.2.0](https://github.com/AliMD/alwatr-eslib/compare/v0.1.2...v0.2.0) (2022-03-05)
|
|
286
296
|
|
|
287
297
|
**Note:** Version bump only for package @alwatr/logger
|
|
288
298
|
|
|
289
|
-
## [0.1.2](https://github.com/AliMD/alwatr/compare/v0.1.1...v0.1.2) (2022-03-03)
|
|
299
|
+
## [0.1.2](https://github.com/AliMD/alwatr-eslib/compare/v0.1.1...v0.1.2) (2022-03-03)
|
|
290
300
|
|
|
291
301
|
**Note:** Version bump only for package @alwatr/logger
|
|
292
302
|
|
|
293
|
-
## [0.1.1](https://github.com/AliMD/alwatr/compare/v0.1.0...v0.1.1) (2022-03-03)
|
|
303
|
+
## [0.1.1](https://github.com/AliMD/alwatr-eslib/compare/v0.1.0...v0.1.1) (2022-03-03)
|
|
294
304
|
|
|
295
305
|
### Bug Fixes
|
|
296
306
|
|
|
297
|
-
- **packages:** add publish config to public ([9cb3710](https://github.com/AliMD/alwatr/commit/9cb37106b5a35d24d5195ff54232e5769ccc034e))
|
|
307
|
+
- **packages:** add publish config to public ([9cb3710](https://github.com/AliMD/alwatr-eslib/commit/9cb37106b5a35d24d5195ff54232e5769ccc034e))
|
|
298
308
|
|
|
299
309
|
# 0.1.0 (2022-03-02)
|
|
300
310
|
|
|
301
311
|
### Bug Fixes
|
|
302
312
|
|
|
303
|
-
- **logger:** fix debug scope ([be62f14](https://github.com/AliMD/alwatr/commit/be62f142cbe3fe4d328e3fd9941ea7c2d640a23f))
|
|
304
|
-
- **logger:** fix logger debug scope ([e734d21](https://github.com/AliMD/alwatr/commit/e734d218db888ecec33a03dc805b98dd75543efd))
|
|
305
|
-
- tsconfig issues ([159adeb](https://github.com/AliMD/alwatr/commit/159adeb72de4626dc16f6657765605b0a2ddccb1))
|
|
313
|
+
- **logger:** fix debug scope ([be62f14](https://github.com/AliMD/alwatr-eslib/commit/be62f142cbe3fe4d328e3fd9941ea7c2d640a23f))
|
|
314
|
+
- **logger:** fix logger debug scope ([e734d21](https://github.com/AliMD/alwatr-eslib/commit/e734d218db888ecec33a03dc805b98dd75543efd))
|
|
315
|
+
- tsconfig issues ([159adeb](https://github.com/AliMD/alwatr-eslib/commit/159adeb72de4626dc16f6657765605b0a2ddccb1))
|
|
306
316
|
|
|
307
317
|
### Features
|
|
308
318
|
|
|
309
|
-
- **logger:** debug scope ([6e4190d](https://github.com/AliMD/alwatr/commit/6e4190dc9dafc28e3a7a481aa43622a23527993c))
|
|
310
|
-
- **logger:** debug scope logger package ([1a4baeb](https://github.com/AliMD/alwatr/commit/1a4baeb7a253ba66563dbcf06079242dabb9f246))
|
|
311
|
-
- **logger:** alwatr logger package ([711268e](https://github.com/AliMD/alwatr/commit/711268e17dea8ada9c901ef1e9d605b3212abd97))
|
|
312
|
-
- **logger:** alwatr meta structure ([feade73](https://github.com/AliMD/alwatr/commit/feade735a6f141db77b81d7791d8872d45c8bf7e))
|
|
319
|
+
- **logger:** debug scope ([6e4190d](https://github.com/AliMD/alwatr-eslib/commit/6e4190dc9dafc28e3a7a481aa43622a23527993c))
|
|
320
|
+
- **logger:** debug scope logger package ([1a4baeb](https://github.com/AliMD/alwatr-eslib/commit/1a4baeb7a253ba66563dbcf06079242dabb9f246))
|
|
321
|
+
- **logger:** alwatr logger package ([711268e](https://github.com/AliMD/alwatr-eslib/commit/711268e17dea8ada9c901ef1e9d605b3212abd97))
|
|
322
|
+
- **logger:** alwatr meta structure ([feade73](https://github.com/AliMD/alwatr-eslib/commit/feade735a6f141db77b81d7791d8872d45c8bf7e))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/logger",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"log",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/AliMD/alwatr",
|
|
28
|
-
"directory": "
|
|
27
|
+
"url": "https://github.com/AliMD/alwatr-eslib",
|
|
28
|
+
"directory": "packages/logger"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://github.com/AliMD/alwatr/tree/
|
|
30
|
+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/logger#readme",
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/AliMD/alwatr/issues"
|
|
32
|
+
"url": "https://github.com/AliMD/alwatr-eslib/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@alwatr/type": "^1.1.
|
|
35
|
+
"@alwatr/type": "^1.1.4",
|
|
36
36
|
"tslib": "^2.6.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f223974f90666c18eab94dfefcc6b01d7c9e8f63"
|
|
39
39
|
}
|