Releases
v0.5.9
Change Log
Feature
feat: str - add some new func Indent(), IndentBytes() and more 4f9cd9f
feat: str - add new func Unquote() for remove start and end quotes 0928025
feat: cli - add new func ShellQuote() quote a string on contains ', ", SPACE fb556b3
Update
up: map - add some new method to Data, SMap bea6c4e
up: structs - update some comments and rename MapDataStore to DataStore 8c33ace
up: map - update the deep set value func logic, add more tests 4819b15
up: map - update the MakeByKeys(), support make slice on last key like 'key[2] 3385cec
up: map - update the Data.SetByKeys(), fix set value fail on Data is empty 8662480
up: assert - add new assert func IsKind() for check reflect Kind dd38148
up: str - update the strutil.Value use pointer for struct methods 1a07103
up: dump,structs - use built in assert instead of stretchr/testify 7d99e1d
up: cliutil - use built in assert instead of stretchr/testify 2468fe6
up: sys - use built in assert instead of stretchr/testify 4062fe5
up: fs - use built in assert instead of stretchr/testify 0e31ea1
up: map - enhance for deep set value, add more test cases bd3fe2e
up: map - update some for Data, add more test cases for SetByPath() 0abb7cb
up: update some method for map.Data, add test on go1.19 2ad3436
Other
chore: maputil - remove debug dump codes 6a2622b
build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 f867510
chore: update readme and re-generate readme docs 6c94a84
You can’t perform that action at this time.