Skip to content

@sapphire/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 17:08
· 63 commits to main since this release

@sapphire/[email protected] - (2024-11-02)

🐛 Bug Fixes

🚀 Features

  • iterator-utilities: Add more methods (65ad816) (#809 by @kyranet)
    • 💥 BREAKING CHANGE: min now uses a lexicographical comparison by default. Use minBy for custom comparisons.
    • 💥 BREAKING CHANGE: max now uses a lexicographical comparison by default. Use maxBy for custom comparisons.