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
Restore deprecated helpers removed in 1.9.0 (sliceutils FindIndexOf/Includes/Merge/Insert/Copy; dateutils BeforeOrEqual/AfterOrEqual) and point users to stdlib equivalents.
Re-add docs and mkdocs navigation for those deprecated helpers, with guidance toward slices/maps replacements.
Refine stringutils.Stringify for typed nils/pointers and clearer flow; fix lint issues.