Skip to content

Latest commit

 

History

History
85 lines (44 loc) · 3.74 KB

File metadata and controls

85 lines (44 loc) · 3.74 KB

Changelog

3.2.0 (2026-09-11)

Features

Bug Fixes

  • hide "Invalid hook cal" for getAsync (86b883f)

3.1.0 (2026-08-31)

Features

  • allow getAsync() outside of request scope (85c1eb8)

3.0.0 (2026-08-30)

⚠ BREAKING CHANGES

  • rename UseClientEnv to ClientEnvProvider, WithClientEnv to ClientEnvScript
  • use standard schema

Features

  • InferEnv accepts a space, fix duplicate-name warning on hot reload (f585b10)
  • rename UseClientEnv to ClientEnvProvider, WithClientEnv to ClientEnvScript (3b46a03)
  • use standard schema (b9b311e)

Bug Fixes

  • cleanup guards - no runtime checks needed (fab14f4)
  • do not publish sourcemaps (fa966da)

2.0.0 (2026-08-30)

⚠ BREAKING CHANGES

  • rename get functions
  • remove standalone getEnvAsync

Features

  • add UseClientEnv to provide instead of a script (cf82c89)
  • aggregate env errors and test cache components (369cb10)
  • extra assets (3adff9a)
  • remove standalone getEnvAsync (4d75ace)
  • rename get functions (526ca3f)
  • support cache-components (8272785)
  • support use() for getEnvAsync() (b7639a2)

Bug Fixes

1.0.3 (2026-08-29)

Bug Fixes

1.0.2 (2026-08-29)

Bug Fixes

  • ignore CHANGELOG formatting (02f0522)

1.0.1 (2026-08-29)

Bug Fixes