Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:59
214f55a

v2.3.0 is the next minor release.

πŸ‘‰ Changelog

compare changes

πŸš€ Enhancements

  • add exclude option to request-dependency helpers (#365)
  • add _dependencySets cache with LRU eviction (#345)

πŸ”₯ Performance

  • some microcleanups (#355)
  • avoid allocations in parseResource (#353)
  • reduce allocations when normalising manifests (#352)

🩹 Fixes

  • fold dynamicImports prefetch into precomputeDependencies (#351)

πŸ“¦ Build

  • migrate from unbuild to tsdown (334f491)

🏑 Chore

  • trigger benchmark (bcedcb4)
  • migrate to pnpm v11 (#339)
  • migrate npm badges and links to npmx.dev (691e258)
  • revert pnpm trust policy and restore provenance action (4cee6b2)
  • update pnpm to 10.21 and enable trust policy (9dfc09e)

βœ… Tests

  • realistic benchmark fixtures (#347)
  • add high-cardinality getRequestDependencies benchmarks (#344)

πŸ€– CI

  • migrate release workflow to uppt (#362)
  • move to simulation mode (#354)
  • pin github actions to full-length commit shas (65d41e3)

❀️ Contributors