v1.42.0
What's Changed
- feat: add Nil by @gubtos in #383
- feat: Add First and FirstOrZeroValue functions by @Alireza-Kiani in #451
- feat: adding LastOrEmpty and LastOr by @samber in #474
- feat: Feature/contains iterate by index by @lennon-guan in #428
- feat: speed up loops by reducing allocations by @samber in #475
- doc: inconsistent expression in README.md by @rolancia in #406
Breaking change
lo.Last()
now returns(T, bool)
instead of(T, error)
New Contributors
- @gubtos made their first contribution in #383
- @Alireza-Kiani made their first contribution in #451
- @rolancia made their first contribution in #406
- @lennon-guan made their first contribution in #428
Full Changelog: v1.41.0...v1.42.0