- Updated dependencies [
2a74b72
]:- @t3-oss/[email protected]
- Updated dependencies [
8737daf
,870608d
]:- @t3-oss/[email protected]
- Updated dependencies [
204836b
]:- @t3-oss/[email protected]
-
#224
bed246c
Thanks @colinhacks! - refactor: add explicit return type to make lib more portable -
Updated dependencies [
bed246c
]:- @t3-oss/[email protected]
-
#215
5363e99
Thanks @juliusmarminge! - BREAKING: make env presets functionsTo migrate:
import { vercel } from '@t3-oss/env-core/presets' const env = createEnv({ /** ... */ - extends: [vercel], + extends: [vercel()], })
-
78585f3
Thanks @juliusmarminge! - fix: support [email protected] -
Updated dependencies [
78585f3
,5363e99
]:- @t3-oss/[email protected]
-
#186
ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3
Thanks @juliusmarminge! - fix exports condition once more... -
Updated dependencies [
ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3
]:- @t3-oss/[email protected]
-
#184
48dd2b5b4dfbc514b720f41a9362c50e9d4da93b
Thanks @juliusmarminge! - fix: add main field to package json -
Updated dependencies [
48dd2b5b4dfbc514b720f41a9362c50e9d4da93b
]:- @t3-oss/[email protected]
- #182
34d04142b3cb2ba06e76866f05c21e4eeed16dc9
Thanks @juliusmarminge! - chore!: drop cjs
- Updated dependencies [
34d04142b3cb2ba06e76866f05c21e4eeed16dc9
]:- @t3-oss/[email protected]
-
#170
9858b2786cc7f05f9d27a4ce325329f55bbb5c89
Thanks @juliusmarminge! - feat!: add ability to extend presets. Read more in the docs.BREAKING CHANGE: The required TypeScript version is now ^5.0.0
- Updated dependencies [
9858b2786cc7f05f9d27a4ce325329f55bbb5c89
]:- @t3-oss/[email protected]
-
25f209536d1efdf6713906c361f213f9c34e12d9
Thanks @juliusmarminge! - fix: add a prepack to remove worksapce protocol -
Updated dependencies [
25f209536d1efdf6713906c361f213f9c34e12d9
]:- @t3-oss/[email protected]
- Updated dependencies [
f4d5aeb98bf415fef18f9818507a38eb1c2ea700
]:- @t3-oss/[email protected]
-
#122
632d183
Thanks @chungweileong94! - Removeany
type -
Updated dependencies [
cb72fa9
]:- @t3-oss/[email protected]
- Updated dependencies [
c77c240
,4754db7
,86ea798
]:- @t3-oss/[email protected]
- Updated dependencies [
6890765
]:- @t3-oss/[email protected]
-
#90
1f6de0f
Thanks @juliusmarminge! - feat: addshared
section for shared variablesshared variables are variables that are available in all runtimes despite them not being prefixed by anything, and is not manually supplied by the user.
- Updated dependencies [
1f6de0f
]:- @t3-oss/[email protected]
-
c19acc0
Thanks @juliusmarminge! - fix: ensure NODE_ENV is present in build output -
Updated dependencies []:
- @t3-oss/[email protected]
-
#75
8568a9b
Thanks @juliusmarminge! - introduce a newexperimental__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
- Updated dependencies []:
- @t3-oss/[email protected]
- Updated dependencies [
245f6ad
]:- @t3-oss/[email protected]
- Updated dependencies [
b35b8e8
,fd7e659
]:- @t3-oss/[email protected]
- Updated dependencies []:
- @t3-oss/[email protected]
-
#51
f0b200c
Thanks @juliusmarminge! - fix: set typescript peerdep to >=4.7 -
Updated dependencies [
979cd9a
,a50e929
,f0bc010
,f0b200c
]:- @t3-oss/[email protected]
-
#21
fcf6851
Thanks @chungweileong94! - Fix empty env object type -
Updated dependencies [
fcf6851
]:- @t3-oss/[email protected]
-
#12
c17f462
Thanks @stefanprobst! - add types to package.json exports map -
Updated dependencies [
c17f462
]:- @t3-oss/[email protected]
- #3
54cd334
Thanks @juliusmarminge! - adds callback functions that allows overriding the default behavior when validation fails or variables are illegally accessed
- Updated dependencies [
54cd334
]:- @t3-oss/[email protected]
8e60f54
Thanks @juliusmarminge! - initial release
- Updated dependencies [
8e60f54
]:- @t3-oss/[email protected]