Released on June 8th, 2024.
Features
- Added the
noop
function. (678028d)
Performance Improvements
- Optimized the
difference
anddifferenceBy
functions for better performance with large arrays. (#27, #28)
Bug fixes
- Fixed
shuffle
to ensure it does not modify the original array. (#29)