Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 06:14
· 416 commits to master since this release

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

New Contributors

Full Changelog: v0.6.0...v0.6.1