You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that version v1.42.0 has some breaking changes that are not mentioned in the release notes. Specifically, #474 (5aa64ef) changes the return type of Last():
I noticed that version
v1.42.0
has some breaking changes that are not mentioned in the release notes. Specifically, #474 (5aa64ef) changes the return type ofLast()
:(T, error)
(T, bool)
This is a breaking change that requires downstream consumers of
samber/lo
to make changes. As you're probably aware, backward-compatibility is highly valued in Go modules.Please consider updating the release notes for
v1.42.0
to mention this breaking change. 🙏The text was updated successfully, but these errors were encountered: