Releases: emmanuel-ferdman/solists
Releases · emmanuel-ferdman/solists
v1.0.1
SoLists v1.0.1
📚 Documentation
- Restructure README with collapsible code and centered tables in 2a7ba74
Full Changelog: v1.0.0...v1.0.1
v1.0.0
⛓️ SoLists v1.0.0
Self-organizing lists with native Array methods - 5 heuristics, 43 methods, 100% test coverage, zero dependencies.
✨ New Heuristics
🔧 New Array Methods
- Add
with()method in d7431a7 - Add
toSorted()method in d4ad1a2 - Add
toReversed()method in 55e30f3 - Add
toSpliced()method in c393ff3 - Add
thisArgsupport to callback methods in d731172
🐛 Bug Fixes
- Implement spec-compliant stable hybrid sort in 0a9fccf
- Handle
reduceRight()withinitialValuecorrectly in 944df38 - Skip rearrangement during construction in 867b308
- Make
lengthproperty readonly in d28e128 - Match native Array callback
TypeErrors in a55fcff
⚡ Performance
- Optimize
copyWithin()to use directional copying in 91f86f5
📚 Documentation
Full Changelog: 0.3.0...v1.0.0