Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

File metadata and controls

27 lines (19 loc) · 1.3 KB

Changelog

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

Added

  • 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.

Fixed

  • Refined stringutils.Stringify for typed nil pointers and clearer flow; resolved lint issues.
  • Corrected typo in dateutils.Ceil comment (“Subtract”).

Notes

  • Release tagged as v1.9.1 and published.

1.9.0 - 2025-02-XX

Removed

  • Removed several helpers now provided by the Go standard library (sliceutils.FindIndexOf, Includes, Merge, Insert, Copy; dateutils.BeforeOrEqual, AfterOrEqual).

Added

  • New utilities across sliceutils, maputils, dateutils, ptrutils, mathutils, excutils, urlutils, structutils (see docs for details).