Skip to content

Latest commit

 

History

History
228 lines (129 loc) · 9.53 KB

CHANGELOG.md

File metadata and controls

228 lines (129 loc) · 9.53 KB

@t3-oss/env-nextjs

0.10.2

Patch Changes

  • Updated dependencies [204836b]:
    • @t3-oss/env-core@0.10.2

0.10.1

Patch Changes

  • #224 bed246c Thanks @colinhacks! - refactor: add explicit return type to make lib more portable

  • Updated dependencies [bed246c]:

    • @t3-oss/env-core@0.10.1

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

  • Updated dependencies [6890765]:
    • @t3-oss/env-core@0.6.1

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

  • Updated dependencies [1f6de0f]:
    • @t3-oss/env-core@0.6.0

0.5.1

Patch Changes

  • c19acc0 Thanks @juliusmarminge! - fix: ensure NODE_ENV is present in build output

  • Updated dependencies []:

    • @t3-oss/env-core@0.5.1

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

  • Updated dependencies []:
    • @t3-oss/env-core@0.5.0

0.4.1

Patch Changes

  • Updated dependencies [245f6ad]:
    • @t3-oss/env-core@0.4.1

0.4.0

Patch Changes

0.3.1

Patch Changes

  • Updated dependencies []:
    • @t3-oss/env-core@0.3.1

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

  • Updated dependencies [54cd334]:
    • @t3-oss/env-core@0.2.0

0.1.0

Minor Changes

Patch Changes

  • Updated dependencies [8e60f54]:
    • @t3-oss/env-core@0.1.0