Releases: unjs/unenv
Releases · unjs/unenv
v1.10.0
v1.9.0
v1.8.0
🚀 Enhancements
- Polyfill
node:module
(#148) - Add polyfill for
node:https
with named exports (5917a50) - Support
consola/utils
subpath (#149)
🩹 Fixes
- node:net: Add missing new exports (2b805b1)
- node:net/socket: Add new
destroySoon
andautoSelectFamilyAttemptedAddresses
(311c72b)
🏡 Chore
🎨 Styles
- Format with prettier (b31444d)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.7.4
v1.7.3
🩹 Fixes
- Add
AbortController
export fromnode-fetch
(230385c)
❤️ Contributors
Thanks to @dario-piotrowicz for reporting this issue!
v1.7.2
🩹 Fixes
- node:fs: Default export for
node:fs/promises
(37fd173) - node:crypto: Bind crypto functions to avoid
Illegal invocation
error (#134) - node:fs: Add mock for
openAsBlob
(16f6150) - node:stream: Support
asyncDispose
for readable (f8f8f46)
🏡 Chore
- Update dependencies (7731f08)
❤️ Contributors
- Pooya Parsa (@pi0)
- Brendon Matos [email protected]
v1.7.1
v1.7.0
🚀 Enhancements
- Expose
__unenv__
flag for unenv classes and functions (#125) - node: Allow overriding
AsyncHook
,AsyncLocalStorage
andAsyncResource
withglobalThis
(#126) - node:buffer: Allow overriding
Buffer
withglobalThis
(1337f98) - node:events: Allow overriding
EventEmitter
withglobalThis
(5ba2d03) - node:stream: Allow overriding
Duplex
,Readable
,Transform
andWritable
withglobalThis
(e06358d) - Add
node:string_decoder
with global polyfill (002467a)
🩹 Fixes
- fetch: Avoid sending body for null body reponses (#124)
- node:crypto: Properly call web crypto methods (#122)
🤖 CI
❤️ Contributors
- Pooya Parsa (@pi0)
- Aaron Dewes [email protected]