This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Releases: hugoalh-studio/cross-env-es
Releases · hugoalh-studio/cross-env-es
1.1.0
〰️ Changes
- Add functions: (@hugoalh)(N/A)
isEnvironmentCI
isEnvironmentDocker
isEnvironmentHeroku
isEnvironmentHyper
isEnvironmentPodman
isEnvironmentRoot
isEnvironmentSSH
isEnvironmentTravis
isEnvironmentWSL
- Add namespaces
envPath
andenvPathExt
to handle environment variablesPATH
andPATHEXT
respectively (@hugoalh)(N/A) - Refactor original functions: (@hugoalh)(N/A)
- Implement interface with namespace
env
- Deprecate and replace original functions:
deleteEnv
is replaced byenv.delete
getAllEnv
is replaced byenv.getAll
getEnv
is replaced byenv.get
hasEnv
is replaced byenv.has
setEnv
is replaced byenv.set
- Implement interface with namespace