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@12.3.0 - 2024-12-01

Details

Security

Added

Changed

New Contributors

radashi@12.2.3 - 2024-11-12

Details

Fixed

radashi@12.2.2 - 2024-11-10

Details

Types

radashi@12.2.1 - 2024-11-09

Details

Types

New Contributors

radashi@12.2.0 - 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