-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.md
47 lines (25 loc) · 990 Bytes
/
CHANGELOG.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## [1.0.0] - 2 Nov 2023
* Done: A Flutter package for logging colorized text in developer mode.
## [1.0.1] - 3 Nov 2023
* Fixed: the global log enable.
## [1.0.2] - 2 Aug 2024
* Feat: add log name symbols and more parameters.
## [1.1.0] - 2 Aug 2024
* Fixed: the log of the file location is wrong.
## [1.1.1] - 3 Aug 2024
* Feat: Adjust code level.
## [1.1.2] - 5 Aug 2024
* Feat: Add print to support log showing on multiple consoles.
## [1.1.3] - 5 Aug 2024
* Feat: Param [isLog] set to true to log anyway.
## [1.1.4] - 5 Aug 2024
* Feat: Add static param [isDebugPrint] decides whether printing only on debug mode.
## [1.1.5] - 5 Aug 2024
* Feat: print method param type updated.
## [1.1.6] - 29 Nov 2024
* Feat: Add custom function to support your process of log.
## [1.2.0] - 12 Dec 2024
* Feat: Add static exec custom function and add param [level] decides the log level.
*
## [1.2.1] - 13 Dec 2024
* Feat: Add static exec custom functions with the log level.