v1.42.0
版本发布时间: 2024-06-28 07:38:22
samber/lo最新发布版本:v1.47.0(2024-08-13 21:23:53)
What's Changed
- feat: add Nil by @gubtos in https://github.com/samber/lo/pull/383
- feat: Add First and FirstOrZeroValue functions by @Alireza-Kiani in https://github.com/samber/lo/pull/451
- feat: adding LastOrEmpty and LastOr by @samber in https://github.com/samber/lo/pull/474
- feat: Feature/contains iterate by index by @lennon-guan in https://github.com/samber/lo/pull/428
- feat: speed up loops by reducing allocations by @samber in https://github.com/samber/lo/pull/475
- doc: inconsistent expression in README.md by @rolancia in https://github.com/samber/lo/pull/406
Breaking change
-
lo.Last()
now returns(T, bool)
instead of(T, error)
New Contributors
- @gubtos made their first contribution in https://github.com/samber/lo/pull/383
- @Alireza-Kiani made their first contribution in https://github.com/samber/lo/pull/451
- @rolancia made their first contribution in https://github.com/samber/lo/pull/406
- @lennon-guan made their first contribution in https://github.com/samber/lo/pull/428
Full Changelog: https://github.com/samber/lo/compare/v1.41.0...v1.42.0