Skip to content

v3.1.0

Compare
Choose a tag to compare
@RafaelGSS RafaelGSS released this 04 Nov 16:09
· 807 commits to main since this release

Regression Checker

This repository now contains an action to automatically identify regressions and improvements based on a 20% change - up or down.
See: check_regressions.yml.

Checking regression between v18_18_2 and v20_9_0
😱 - shallow-copy.md#structuredClone | -21.35%
😱 - shallow-copy.md#JSON.parse + JSON.stringify | -25.01%
😁 - last-array-item.md#Length = 100 - Array.at | 5300.44%

Commits

  • feat: add benchmark and environment metadata on each bench by @H4ad in #51
  • refactor(deleting-properties): added more benchmarks by @H4ad in #56
  • fix: regression checker pt1 by @H4ad in #54
  • ci: update node versions by @H4ad in #55
  • fix(common): size of the serialization in hidden detail by @H4ad in #57
  • feat: run all single node version by @H4ad in #59
  • refactor(common): rename properties of hidden markdown details by @H4ad in #61
  • feat: add check regressions script by @RafaelGSS in #62
  • feat: add node opts support + async-vs-sync function by @RafaelGSS in #63

Full Changelog: v3.0.0...v3.1.0