All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.9.1 - 2025-02-13
- Restored deprecated helpers removed in 1.9.0 (
sliceutils.FindIndexOf,Includes,Merge,Insert,Copy;dateutils.BeforeOrEqual,AfterOrEqual) with guidance to stdlib replacements. - Reinstated documentation pages and mkdocs navigation for the deprecated helpers; added maputils Copy doc note for
maps.Clone.
- Refined
stringutils.Stringifyfor typed nil pointers and clearer flow; resolved lint issues. - Corrected typo in
dateutils.Ceilcomment (“Subtract”).
- Release tagged as
v1.9.1and published.
1.9.0 - 2025-02-XX
- Removed several helpers now provided by the Go standard library (
sliceutils.FindIndexOf,Includes,Merge,Insert,Copy;dateutils.BeforeOrEqual,AfterOrEqual).
- New utilities across sliceutils, maputils, dateutils, ptrutils, mathutils, excutils, urlutils, structutils (see docs for details).