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