Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Releases: hugoalh-studio/cross-env-es

1.1.0

24 Mar 08:58
Compare
Choose a tag to compare

〰️ Changes

  • Add functions: (@hugoalh)(N/A)
    • isEnvironmentCI
    • isEnvironmentDocker
    • isEnvironmentHeroku
    • isEnvironmentHyper
    • isEnvironmentPodman
    • isEnvironmentRoot
    • isEnvironmentSSH
    • isEnvironmentTravis
    • isEnvironmentWSL
  • Add namespaces envPath and envPathExt to handle environment variables PATH and PATHEXT respectively (@hugoalh)(N/A)
  • Refactor original functions: (@hugoalh)(N/A)
    • Implement interface with namespace env
    • Deprecate and replace original functions:
      • deleteEnv is replaced by env.delete
      • getAllEnv is replaced by env.getAll
      • getEnv is replaced by env.get
      • hasEnv is replaced by env.has
      • setEnv is replaced by env.set

1.0.1

20 Mar 09:15
Compare
Choose a tag to compare

〰️ Changes

1.0.0

17 Mar 06:51
Compare
Choose a tag to compare

🔦 Spotlights