v0.6.1
Change Log
Feature
- ✨ feat: add new sub package byteutil provide some bytes utils e5a08d4
- ✨ feat: add new sub package strutil/secutil provide aes cbc crypto function e121b7c
- ✨ feat(dump): support dump []byte as string and more new options #74 025464a
- ✨ feat(structs): add new util func for check struct field is exported 179afea
- ✨ feat(dump): support skip nil field dump on map, struct by option SkipNilField #41 a55c5ca
- add SubstrCount and test case. 1bff3b3
Update
- up: str, math - update some for int64 to string convert 449331c
- 👔 up: str - update bytes util and add new hash utils 8eef351
- 🔥 up: remove deprecated package common 17c4895
Other
- build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 5297b13
- chore: update some readme and re-generate readme docs c3f5086
- 💡 chore: add package comment or exported var comment 6ace647
- 💡 chore: add exported var comment, fix some name style ea10bc7
- 💡 chore: add comment for exported vars, methods. bc0a0b8
What's Changed
- tweak for format by @xiaozuo7 in #72
- build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #73
- add SubstrCount and test case. by @huangkuan123 in #75
New Contributors
- @xiaozuo7 made their first contribution in #72
- @huangkuan123 made their first contribution in #75
Full Changelog: v0.6.0...v0.6.1