Skip to content

v0.1.2

Choose a tag to compare

@zamdevio zamdevio released this 04 Jun 13:52

Full release notes: https://releases.i18nprune.dev/search?q=0.1.2

Summary

This is the first public release of i18nprune.
Version 0.1.0 introduces both the @i18nprune/core TypeScript SDK and the i18nprune CLI, providing a shared foundation for validation, synchronization, generation, reporting, and automation workflows across local development, CI, IDE integrations, and custom tooling.

Packages

i18nprune CLI

Install globally:

npm install -g i18nprune@0.1.0

Highlights:

  • One binary for local development and CI.
  • Shared JSON contract across commands and integrations.
  • Works alongside the Core SDK for custom workflows.

@i18nprune/core

Install in your project:

npm install @i18nprune/core@0.1.0

Highlights:

  • Pure TypeScript engine.
  • Validate, sync, generate, report, and share operations.
  • Host adapter architecture for Node.js and custom runtimes.
  • Subpath imports for operation-specific usage.

Migration

CLI

  • First public release.
  • Install globally or use npx in CI.
  • Pin @i18nprune/core@0.1.0 when consuming both the SDK and CLI.
  • Set I18NPRUNE_HOME if the default cache directory is unsuitable.

Core SDK

  • First public SDK release on npm.
  • Import from @i18nprune/core or operation-specific subpaths.
  • Provide a runtime adapter and env for operations that access disk or network.
  • CLI users generally do not need to install the Core SDK separately.

What's Next

This release establishes the public foundation for the i18nprune ecosystem. Future releases will continue expanding workflow capabilities, integrations, reporting, and developer tooling.