v2.3.0
v2.3.0 is the next minor release.
π Changelog
π Enhancements
- add exclude option to request-dependency helpers (#365)
- add
_dependencySetscache 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
π€ CI
- migrate release workflow to uppt (#362)
- move to simulation mode (#354)
- pin github actions to full-length commit shas (
65d41e3)
β€οΈ Contributors
- Daniel Roe (@danielroe)