@discordjs/collection@2.0.0 - (2023-11-12)
Documentation
Features
- Return entries instead of values in toJSON method (#9345) (defeee5)
- Align some methods with the Change By Copy proposal (#9207) (65966ae)
- BREAKING CHANGE: The
sorted
method has been renamed totoSorted
- BREAKING CHANGE: The
- Align some methods with the Set Methods proposal (#8890) (3b8df63)
- BREAKING CHANGE: The
intersect
method has been renamed tointersection
- BREAKING CHANGE: The
difference
method has been renamed tosymmetricDifference
- BREAKING CHANGE: The
subtract
method has been renamed todifference
- BREAKING CHANGE: The
- Support
findLast
andreduceRight
methods (#9573) (ac64508)