Samber/lo v1.52.0 – now supports Go 1.23's iterators

2 hours ago 2

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

  • fix(tests): fix flaky time-based tests by @samber in #699

Style

Documentation

Other

  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #695
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #663
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #659
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in

New Contributors

Full Changelog: v1.51.0...v1.52.0

Read Entire Article