Skip to content

Changelog

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.

radashi@beta

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

Types

New Contributors