Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gookit/goutil v0.7.1 -> v0.7.2 age confidence

Release Notes

gookit/goutil (github.com/gookit/goutil)

v0.7.2

Compare Source

Change Log

Fixed
  • 🐛 fix: ccolor - fix NO_COLOR not working on print 1af9f30
  • 🐛 fix: cflag - fix capp run error on parse global flags 608af27
  • 🐛 fix: cflag - fix capp OnAppFlagParsed not fired on no command input f1f5a07
Feature
  • ✨ feat(mathutil): add IsInteger func for strict check value is int(x), uint(x) 2ee7a62
  • ✨ feat(mathutil): add StrictInt, StrictUint convert function 390ec5d
  • ✨ feat: strutil - add new func: NumVersion for get version e2965ca
  • ✨ feat: strutil - add new func ReplaceVars for quick render {var} string c8fb7d7
  • ✨ feat: fsutil - add new util func EnsureDir, HomeDir/UserHomeDir 32ddd67
  • ✨ feat: maputil - add new util func AppendSMap, AliasesNames b43e3f1
  • ✨ feat: testutil/assert - add new assert func: StrContainsAll 2108aac
  • ✨ feat: testutil - add SafeBuffer Thread-safe buffer for testing f673abe
  • ✨ feat: cflag - add new config: HelpOnEmptyArgs, update help render da9a807
  • ✨ feat: strutil - add new func: IsUpper, IsLower check string b07f0f2
  • ✨ feat: arrutil - add new func: ToMap for convert list to map. b659b6d
  • ✨ feat: timex - add new func: FormatDuration Formatting time consumption is clock format. e2147b2
  • ✨ feat: mathutil - add new func: FormatBytes Format the byte size to be a readable string. 4427aef
  • ✨ feat: testutil - EchoServer support response 404,405,500 or custom status relay b5b9623
  • ✨ feat: fsutil - add new func: CreateSymlink, IsSymlink d2cdd27
  • ✨ feat: arrutil - add new func: Map1 - convert a list to new list 3135923
  • ✨ feat: strutil - add new func: IsUint, IsPositiveNum c182d09
  • ✨ feat: fsutil - add new func: FindAllInParentDirs, FindOneInParentDirs, FindNameInParentDirs afb58ef
Update
  • 👔 up: optimize common ToStringWith func logic f14bb21
  • 👔 up: add test on latest go, add new func on syncs 74716d2
  • 👔 up: cflag - update some for Cmd direct run 5fdbadb
  • 👔 up: httpreq - add new func IsValidMethod 9f3f541
  • ♻️ up: cflag - refactoring the cflag.App to subpkg capp.App f9b66fb
  • 👔 up: maputil - Aliases add new method: GroupAliases 2ecbd3d
  • 👔 up: textutil - VarReplacer support var-name as ENV-var to parse 1172f04
  • ⚡ up: mathutil - optimize the ToInt64With handle options logic 6f37675
  • 👔 up: mathutil - split convert value to intX codes to conv2int.go 8af351f
  • 👔 up: mathutil - Optimized conversion to intX-related methods 22e641b
  • 👔 up: strutil - add new func: DateSNv3 7b7d042
  • 👔 up: strutil - update VersionCompare logic, fix some error acd18fa
  • 👔 up: strutil - add new func: BaseConvInt, BaseConvIntByTpl 13376a1
  • 👔 up: strutil - add new func: ContainsByteOne 1475b43
  • 👔 up: strutil - update the MTimeBaseID support base > 36 0e971bf
Other
  • Add comprehensive GitHub Copilot instructions for gookit/goutil development workflow (#​229) 1fd676f
  • Add FreeBSD/Unix support to sysutil package (#​231) 3da5f32
  • build(deps): bump github/codeql-action from 3 to 4 (#​232) ebfe972
  • Add ShowLen option to control length display in dump output (#​234) 9174185
  • 📝 chore: update some comments or code style ece5b55
  • 👔 chore: update some code style and tests a313253
  • 📝 chore: update README generate cli, update readme docs 2a9870c
  • 📝 chore: update templates for README generate 53c0997
  • ✅ test: fix unit test error and fix code style f8b5ac2
  • 📝 chore: update README generate cli, update readme docs 2 0760bb2
  • 📝 chore: update README generate cli, update readme docs 3 18adb71

What's Changed

New Contributors

Full Changelog: gookit/goutil@v0.7.1...v0.7.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@abhimanyu003 abhimanyu003 added this pull request to the merge queue Nov 21, 2025
Merged via the queue into main with commit 2898a36 Nov 21, 2025
23 checks passed
@abhimanyu003 abhimanyu003 deleted the renovate/github.com-gookit-goutil-0.x branch November 21, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants