Skip to content

Version Packages#696

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Jan 5, 2026
Merged

Version Packages#696
yamcodes merged 1 commit intomainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Jan 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

arkenv@0.8.2

Patch Changes

  • Array coercion #693 7919b6d @yamcodes

    ArkEnv now coerces arrays when the coerce option is enabled (true by default).
    Arrays are parsed using trimmed, comma-separated values by default.

    You can customize this behavior with the arrayFormat option:

    • comma (default): Strings are split by comma-separated values and trimmed.
    • json: Strings are parsed as JSON.

    Example:

    MY_ARRAY=one,two,three
    MY_JSON_ARRAY=["a", "b"]
    const env = arkenv(
      {
        MY_ARRAY: "string[]",
      },
      {
        // optional, 'comma' is default
        arrayFormat: "comma",
      }
    );
    
    console.log(env.MY_ARRAY); // ["one", "two", "three"]
    
    // Using JSON format
    const jsonEnv = arkenv(
      {
        MY_JSON_ARRAY: "string[]",
      },
      {
        arrayFormat: "json",
      }
    );
    
    console.log(jsonEnv.MY_JSON_ARRAY); // ["a", "b"]

@arkenv/bun-plugin@0.0.7

Patch Changes

Updated 1 dependency

7919b6d

  • arkenv@0.8.2

@arkenv/vite-plugin@0.0.25

Patch Changes

Updated 1 dependency

7919b6d

  • arkenv@0.8.2

@repo/keywords@0.2.0

Minor Changes

  • Rename maybeParsedNumber/maybeParsedBoolean to maybeNumber/maybeBoolean #693 7919b6d @yamcodes

    Rename these types for brevity and clarity.

@repo/scope@0.1.1

Patch Changes

Updated 1 dependency

7919b6d

  • @repo/keywords@0.2.0

@repo/types@0.0.5

Patch Changes

Updated 1 dependency
  • @repo/scope@0.1.1

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 4, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added docs Improvements or additions to documentation arkenv Changes to the `arkenv` npm package. @arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv labels Jan 4, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 4, 2026

Open in StackBlitz

npm i https://pkg.pr.new/arkenv@696
npm i https://pkg.pr.new/@arkenv/bun-plugin@696
npm i https://pkg.pr.new/@arkenv/vite-plugin@696

commit: 1ad2261

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Jan 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (Asia/Almaty)
arkenv Ready Ready Preview, Comment Jan 5 2026, 2:29 AM (Asia/Almaty)

@yamcodes yamcodes merged commit 73da6ec into main Jan 5, 2026
18 of 19 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch January 5, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv arkenv Changes to the `arkenv` npm package. docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant