File tree 2 files changed +40
-1
lines changed
2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.0...main
2
+
3
+ [ compare changes] ( https://github.com/stacksjs/clarity/compare/v0.1.0...main )
4
+
5
+ ### 🚀 Enhancements
6
+
7
+ - Add formatters ([ bbf7df7] ( https://github.com/stacksjs/clarity/commit/bbf7df7 ) )
8
+ - Add option to store logs to file ([ f9ab48a] ( https://github.com/stacksjs/clarity/commit/f9ab48a ) )
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - Allow perf tracking again ([ 0f08f2e] ( https://github.com/stacksjs/clarity/commit/0f08f2e ) )
13
+
14
+ ### 📖 Documentation
15
+
16
+ - Add cli page ([ 2c82b83] ( https://github.com/stacksjs/clarity/commit/2c82b83 ) )
17
+ - Adjust clarity references ([ 3c8a57e] ( https://github.com/stacksjs/clarity/commit/3c8a57e ) )
18
+ - Add library page ([ 778659b] ( https://github.com/stacksjs/clarity/commit/778659b ) )
19
+ - Several docs adjustments ([ 115f2ea] ( https://github.com/stacksjs/clarity/commit/115f2ea ) )
20
+ - Minor change of words ([ cbce5bf] ( https://github.com/stacksjs/clarity/commit/cbce5bf ) )
21
+
22
+ ### 🏡 Chore
23
+
24
+ - Lint ([ c108474] ( https://github.com/stacksjs/clarity/commit/c108474 ) )
25
+ - Mention "string formatting" as a feature ([ 12d8005] ( https://github.com/stacksjs/clarity/commit/12d8005 ) )
26
+ - Add server test placeholders ([ bced3a7] ( https://github.com/stacksjs/clarity/commit/bced3a7 ) )
27
+ - Several minor updates ([ d480e23] ( https://github.com/stacksjs/clarity/commit/d480e23 ) )
28
+ - Adjust logger ([ e008114] ( https://github.com/stacksjs/clarity/commit/e008114 ) )
29
+ - Add storage barrel file ([ c197238] ( https://github.com/stacksjs/clarity/commit/c197238 ) )
30
+ - Remove unrelating changelogs ([ 812cc60] ( https://github.com/stacksjs/clarity/commit/812cc60 ) )
31
+ - Adjust prefix and custom colors support ([ d9ebffe] ( https://github.com/stacksjs/clarity/commit/d9ebffe ) )
32
+ - Add docs links ([ 1e9ee8d] ( https://github.com/stacksjs/clarity/commit/1e9ee8d ) )
33
+ - Rearrange cli tests ([ 19f413a] ( https://github.com/stacksjs/clarity/commit/19f413a ) )
34
+ - Italicize text ([ 7e8fe34] ( https://github.com/stacksjs/clarity/commit/7e8fe34 ) )
35
+
36
+ ### ❤️ Contributors
37
+
38
+ - Chris ([ @chrisbbreuer ] ( http://github.com/chrisbbreuer ) )
39
+
1
40
## ...main
2
41
3
42
### 📖 Documentation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/clarity" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"description" : " A modern logging & debugging utility. For browser & server." ,
6
6
"author" :
" Chris Breuer <[email protected] >" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments