Skip to content

Latest commit

 

History

History
242 lines (137 loc) · 9.97 KB

CHANGELOG.md

File metadata and controls

242 lines (137 loc) · 9.97 KB

@t3-oss/env-nextjs

0.11.1

Patch Changes

0.11.0

Patch Changes

0.10.2

Patch Changes

0.10.1

Patch Changes

0.10.0

Minor Changes

  • #215 5363e99 Thanks @juliusmarminge! - BREAKING: make env presets functions

    To migrate:

      import { vercel } from '@t3-oss/env-core/presets'
    
      const env = createEnv({
          /** ... */
    -     extends: [vercel],
    +     extends: [vercel()],
      })

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

Patch Changes

0.8.0

Minor Changes

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

  • #90 1f6de0f Thanks @juliusmarminge! - feat: add shared section for shared variables

    shared variables are variables that are available in all runtimes despite them not being prefixed by anything, and is not manually supplied by the user.

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • #75 8568a9b Thanks @juliusmarminge! - introduce a new experimental__runtimeEnv that only requires manual destruction of client side variables.

    next.js 13.4.4 dropped the static analysis of serverside environment variables, which means that the manual destruction is no longer necessary for serverside variables

Patch Changes

0.4.1

Patch Changes

0.4.0

Patch Changes

0.3.1

Patch Changes

0.3.0

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #3 54cd334 Thanks @juliusmarminge! - adds callback functions that allows overriding the default behavior when validation fails or variables are illegally accessed

Patch Changes

0.1.0

Minor Changes

Patch Changes