@sapphire/iterator-utilities 2.0.0-next.d8701971 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/iterator-utilities@2.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/iterator-utilities@1.0.2...@sapphire/iterator-utilities@2.0.0) - (2024-11-02)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - Move browser imports ([100ffb0](https://github.com/sapphiredev/utilities/commit/100ffb0a2471bb9f74cc580d282d11059e1a0a68)) ([#826](https://github.com/sapphiredev/utilities/pull/826) by @kyranet)
10
+ - **deps:** Update all non-major dependencies ([083376a](https://github.com/sapphiredev/utilities/commit/083376aac55094dbeddb5194e8a8f0d794b8cceb)) ([#763](https://github.com/sapphiredev/utilities/pull/763) by @renovate[bot])
11
+
12
+ ## 🚀 Features
13
+
14
+ - **iterator-utilities:** Add more methods ([65ad816](https://github.com/sapphiredev/utilities/commit/65ad8163b787db55ac67f58aa454e12f07753af5)) ([#809](https://github.com/sapphiredev/utilities/pull/809) by @kyranet)
15
+ - 💥 **BREAKING CHANGE:** `min` now uses a lexicographical comparison by default. Use `minBy` for custom comparisons.
16
+ - 💥 **BREAKING CHANGE:** `max` now uses a lexicographical comparison by default. Use `maxBy` for custom comparisons.
17
+
5
18
  # [@sapphire/iterator-utilities@1.0.2](https://github.com/sapphiredev/utilities/compare/@sapphire/iterator-utilities@1.0.1...@sapphire/iterator-utilities@1.0.2) - (2024-06-03)
6
19
 
7
20
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/iterator-utilities",
3
- "version": "2.0.0-next.d8701971",
3
+ "version": "2.0.0",
4
4
  "description": "An iterator utility library for JavaScript.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",