Skip to content

v0.8.5

Latest
Compare
Choose a tag to compare
@tulir tulir released this 16 Feb 15:16
· 1 commit to main since this release
  • Bumped minimum Go version to 1.23.
  • (dbutil) Deprecated NewRowIter as it encourages bad error handling. NewRowIterWithError and ConvertRowFn[T].NewRowIter are recommended instead, as they support bundling an error inside the iterator.
  • (exslices) Added utility to map and filter a slice in one go.
  • (confusable) Fixed skeleton incorrectly including replacement characters for some input strings.
  • (exbytes) Added utility that implements io.Writer for byte slices without resizing.
  • (glob) Added ToRegexPattern helper which converts a glob to a regex without compiling it.