Skip to content

Latest commit

 

History

History
197 lines (121 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

197 lines (121 loc) · 16.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[email protected] - 2024-11-10

Details

Types

[email protected] - 2024-11-09

Details

Types

New Contributors

[email protected] - 2024-11-01

Details

Added

Changed

Fixed

Performance

  • Avoid excessive array allocation in fork by @localusercamp in #33

  • Make template faster by @aleclarson in #32

  • (series) Avoid object spread in loop by @cdreeves in #37

  • (cluster) Avoid an array allocation by @aleclarson in #63

  • (replace) Avoid creating 2 intermediate arrays by @aleclarson in #61

  • (merge) Avoid arrow function in loop and avoid calling user-provided key generator more than once per item by @aleclarson in #60

  • (replaceOrAppend) Avoid creating 2 intermediate arrays by @aleclarson in #62

  • (shuffle) Use the Fisher-Yates algorithm by @eumkz in #76

  • (merge) Improved handling of large arrays by @Minhir in #240

Types

New Contributors