Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 981 Bytes

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.

Added

Changed

Removed

[0.1.1] - 12025-01-15

Changed

  • Improved handling of non-string objects when sorting

0.1.0 - 12025-01-14

Added

  • Initial implementation of Sortsmith::Sorter
  • Support for case-insensitive sorting
  • Support for sorting by hash keys and object methods
  • Ascending and descending sort directions
  • Type checking with Steep/RBS
  • GitHub Actions workflow for automated testing and type checking