-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
121 lines (89 loc) · 2.16 KB
/
CHANGELOG
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# CHANGELOG & HISTORY
- v0.6.10
- security patch
- v0.6.9
- security patch
- v0.6.8
- security patch
- v0.6.7
- fix `ToBool`
- v0.6.6
- security patch
- v0.6.5
- security patch
- v0.6.3
- security patch
- v0.6.2
- added `is.InBenchmark`
- added Performance Note for `is.InDebugging`
- v0.6.1
- security patch
- v0.6.0
- [BREAK] `is.InDebugging()` checks if the parent process is 'dlv' now.
- To detect 'isdevel' mode, use `DebugBuild()`
- added a lite `exec` subpackage.
- fix `InTesting` on windows and others.
- v0.5.29
- security patch
- add full-platforms testing and building helpers
- fix building on windows
- v0.5.27
- security patch
- add more detectors such as is.Root(), is.Windows(), is.Bash(), ...
- v0.5.26
- security patch
- v0.5.25
- security patch
- change to go toolchain 1.22.7
- v0.5.23
- security patch
- v0.5.22
- security patch
- v0.5.21
- security patch
- v0.5.20
- security patch
- added an indexer to retrieve the functions in term/color subpackages
- v0.5.19
- security patch
- v0.5.18
- added cases converting tools - to snake-case, kebab-case, camel-case, and to golang exported name
- v0.5.17
- fixed go.mod sync state
- v0.5.16
- security patch - upgrade google deps
- v0.5.15
- security patch - upgrade google deps
- v0.5.13
- fixed wait-group count in catcher.Wait()
- review the implements of Catcher
- improved shadowed 'c' to 'cc'
- updated example app, and README.md
- v0.5.11
- added `Detected(stateName) bool` and State(stateName) bool`
- v0.5.10
- improved tests, fixed missing package
- improved go docs
- updated example app, and README.md
- v0.5.7
- fixed tool.go and tests
- v0.5.9
- added `buildtags.IsBuildTagExists(tag) bool`
- updated term package
- added ToBool, StringToBool
- fixed test cases
- v0.5.7
- fixed tool.go and tests
- fixed missing ctx
- added basics package
- v0.5.5
- fix code indents in readme
- security updates
- add '<dim>dim text</dim>'
- update color.Translator interface
- fix GetTtySize for darwin
- v0.5.1
- fix tty function signatures
- fix git action script
- v0.5.0
- initial release