Releases: Defacto2/helper
Releases · Defacto2/helper
v1.6.1
v1.6.0
New Mask function to replace key sequences from a byte array.
v1.5.2
Fix the issues with obvious incorrect text character encoding id-ing.
v1.5.1: nil panic fixes
fixed unlikely but possible nil panics. new taskfile with nilaway test.
v1.5.0: removed all unneeded package dependancies
this release stripped out the zap and testify libraries. there is a breaking change for the helper.Logger function that has been deprecated.
v1.4.2
copybuffer optimization.
v1.4.1: New SortNames sorter.
Expanded tests.
v1.4.0
fixed package ecosystem.
v1.3.0: changed PageCount returned type from uint to int.
This is to make it more compatible and remove the need for gosec type conversions.
v1.2.0
Linter corrections.