v1.40.0
版本发布时间: 2024-06-27 20:14:24
samber/lo最新发布版本:v1.47.0(2024-08-13 21:23:53)
What's Changed
Improvements
- Use map indexing to speed up PickByKeys and OmitByKeys by @ericleb010 in https://github.com/samber/lo/pull/447
- ToSlicePtr: reduce allocations and improving speed by @yanmhlv in https://github.com/samber/lo/pull/465
- Feat: Adding zipby + unzipby by @samber in https://github.com/samber/lo/pull/449
- feat: add string conversion functions by @eiixy in https://github.com/samber/lo/pull/466
- Adding Mean and MeanBy by @usman1100 in https://github.com/samber/lo/pull/414
Doc & style
- Fix typos by @szepeviktor in https://github.com/samber/lo/pull/384
- fix: instantiate typo by @testwill in https://github.com/samber/lo/pull/374
- Fix typo in README.md by @eltociear in https://github.com/samber/lo/pull/369
- docs: update description for FindOrElse by @slomek in https://github.com/samber/lo/pull/370
- style: no extra any type parameter by @d-enk in https://github.com/samber/lo/pull/429
- Fix IsNil link for pkg.go.dev by @invzhi in https://github.com/samber/lo/pull/418
- Docs: should use type int64 for lo.FlatMap in example by @apriil15 in https://github.com/samber/lo/pull/435
CI
- CI: tests on multi go versions by @jiro4989 in https://github.com/samber/lo/pull/445
New Contributors
- @szepeviktor made their first contribution in https://github.com/samber/lo/pull/384
- @testwill made their first contribution in https://github.com/samber/lo/pull/374
- @eltociear made their first contribution in https://github.com/samber/lo/pull/369
- @slomek made their first contribution in https://github.com/samber/lo/pull/370
- @ericleb010 made their first contribution in https://github.com/samber/lo/pull/447
- @yanmhlv made their first contribution in https://github.com/samber/lo/pull/465
- @eiixy made their first contribution in https://github.com/samber/lo/pull/466
- @jiro4989 made their first contribution in https://github.com/samber/lo/pull/445
- @d-enk made their first contribution in https://github.com/samber/lo/pull/429
- @usman1100 made their first contribution in https://github.com/samber/lo/pull/414
- @invzhi made their first contribution in https://github.com/samber/lo/pull/418
- @apriil15 made their first contribution in https://github.com/samber/lo/pull/435
Full Changelog: https://github.com/samber/lo/compare/v1.39.0...v1.40.0