v0.1.2
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.0Highlights:
- 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.0Highlights:
- 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
npxin CI. - Pin
@i18nprune/core@0.1.0when consuming both the SDK and CLI. - Set
I18NPRUNE_HOMEif the default cache directory is unsuitable.
Core SDK
- First public SDK release on npm.
- Import from
@i18nprune/coreor operation-specific subpaths. - Provide a runtime adapter and
envfor 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.