Releases: unjs/std-env
Releases · unjs/std-env
v3.8.0
🚀 Enhancements
📦 Build
- Update unbuild (41e7a6a)
🏡 Chore
- Remove lagon (#109)
❤️ Contributors
- Pooya Parsa (@pi0)
- Markthree (@markthree)
- Maxime Pauvert (@maximepvrt)
v3.7.0
🚀 Enhancements
- Support
railway
provider detection (#106)
🩹 Fixes
- Check
bun
runtime beforenode
(#107)
💅 Refactors
- Clarify runtimes and
isNode
behavior (#108)
❤️ Contributors
- Pooya Parsa (@pi0)
- Omar omaraziz.dev@proton.me
v3.6.0
v3.5.0
🚀 Enhancements
- Add
aws_amplify
provider (#91)
❤️ Contributors
- Kaushik Gnanaskandan kaushik.subman@gmail.com
v3.4.3
v3.4.2
v3.4.1
v3.4.0
note
This release includes several refactors. If you have encountered any issues, please report them.If you see an error like
Cannot use 'import.meta' outside a module
upgrade to the latest version of jiti or renew your package manager's lock file andnode_modules
(jiti release notes)
🚀 Enhancements
- Universal
env
(#61) - providers: Detect
VERCEL
andVERCEL_ENV
(#58) - Add
isColorSupported
flag (b80677b) - Expose
providerInfo
(3c547d8) - Platform agnostic
process
(48b4fc0) - process: Support
process.versions
(1ad71f6) - env: Support
import.meta.env
andDeno.env
(ceb04d5) - Export
nodeVersion
andnodeMajorVersion
(#60) - Detect stackblitz using
process.versions.webcontainer
(#63) - Detect the underlying runtime (#66)
📦 Build
- Minify dist by default (4e67307)