Releases: unjs/unenv
Releases Β· unjs/unenv
v2.0.0-rc.15
π©Ή Fixes
v2.0.0-rc.14
v2.0.0-rc.13
π©Ή Fixes
- readline: Fixed import of
readline/promise
(#482) - web/performance: Use consistent performance.now checks (#481)
- Validate
globalThis.performance
before reexporting it (#483)
π Refactors
- web/performance: Clean ordering (#479)
- node:performance: Standalone implementation (#478)
- node:events: Simple top level exports (#484)
β€οΈ Contributors
v2.0.0-rc.12
v2.0.0-rc.11
v2.0.0-rc.10
π©Ή Fixes
v2.0.0-rc.9
v2.0.0-rc.8
v2.0.0-rc.7
π Enhancements
- Update node compact injects (#465)
- defineEnv: Support disabling
polyfill
andexternal
with!
prefix (#467)
π©Ή Fixes
- defineEnv: Resolve paths with aliases (#466)
π Refactors
- Prefer
node:*/promises
forpromises
export (#468) - Mark all symbol inits as pure to allow tree shake (#469)
- Use
exsolve
to resolve paths (#472)
π Types
- Fix
defineEnv
(#464)
π‘ Chore
- Update ohash to v2 (abad8c8)
β Tests
β€οΈ Contributors
v2.0.0-rc.6
π©Ή Fixes
- Use
node:process
for polyfill (#453) - Resolve tree-shaking issues with
node/util
(#458) - Allow tree-shaking with default exports (#459)
- Circular dependency between node and web
performance.now()
(#463)
π Refactors
- process:
β οΈ ExtractnextTick
to a separate file (#454) - Mark
process
internals as side-effect free (#455) - Improve
node:util
tree-shaking (#456) - Overhaul node constants (#460)
Types
- Rename internal node type imports (#461)
- DefineEnv returns a
ResolvedEnvironment
(#451) - process: refine types (#452)