Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
2 changes: 1 addition & 1 deletion .release-please-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.4.0](https://github.com/sebastian-software/palamedes/compare/palamedes-v1.3.0...palamedes-v1.4.0) (2026-07-06)


### Features

* add Remix locale catalog flow ([cb111bd](https://github.com/sebastian-software/palamedes/commit/cb111bdd20167151fe86b1de721d9a9de9450c9a))
* add Remix request i18n scope ([aa71708](https://github.com/sebastian-software/palamedes/commit/aa71708a16641795c7fc8f5208a804337b344d80))
* add Remix v3 register hook ([d52e876](https://github.com/sebastian-software/palamedes/commit/d52e876abacd5a6a83ca4fbcf7ce0f75efb12a17))
* **benchmarks:** model realistic extract-time parse volume ([5ec2430](https://github.com/sebastian-software/palamedes/commit/5ec24305c20bfc9ae45d22e59b56b09ec2fae52d))
* **remix:** add server API and locale strategy examples ([ed1426e](https://github.com/sebastian-software/palamedes/commit/ed1426e873b446ce20769568adb74d411d2144a0))
* **remix:** load PO catalogs through node hooks ([56d1cc0](https://github.com/sebastian-software/palamedes/commit/56d1cc08b3b85e80bb368ea0fca09404c26c2a1f))
* **site:** polish homepage and add realistic 10k-message benchmark ([cc47a75](https://github.com/sebastian-software/palamedes/commit/cc47a7551aec64b46858c318799814b579bccfb9))


### Bug Fixes

* address Remix review feedback ([18ec453](https://github.com/sebastian-software/palamedes/commit/18ec453b81861980a6cdf3840033bddac6c1db83))
* **benchmarks:** read multiline PO msgids ([a207ed2](https://github.com/sebastian-software/palamedes/commit/a207ed2d3dfef9af49a995f6e09a570f6b6ec641))
* **remix:** address server parity review comments ([4ab7db3](https://github.com/sebastian-software/palamedes/commit/4ab7db3ae63d21836249726e59cf525412f66f4d))
* satisfy Remix example lint ([8ea7741](https://github.com/sebastian-software/palamedes/commit/8ea77410b3346c8b77c5fcb5f8c48a1ddefeb6e3))

## [1.3.0](https://github.com/sebastian-software/palamedes/compare/palamedes-v1.2.0...palamedes-v1.3.0) (2026-07-06)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/palamedes-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "palamedes-cli"
version = "1.3.0"
version = "1.4.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/palamedes-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "palamedes-node"
version = "1.3.0"
version = "1.4.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/palamedes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "palamedes"
version = "1.3.0"
version = "1.4.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli-darwin-arm64",
"version": "1.3.0",
"version": "1.4.0",
"description": "Darwin arm64 native CLI binary for @palamedes/cli",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli-linux-arm64-gnu",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux arm64 glibc native CLI binary for @palamedes/cli",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli-linux-x64-gnu",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux x64 glibc native CLI binary for @palamedes/cli",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli-linux-x64-musl",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux x64 musl native CLI binary for @palamedes/cli",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli-win32-x64-msvc",
"version": "1.3.0",
"version": "1.4.0",
"description": "Windows x64 native CLI binary for @palamedes/cli",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/cli",
"version": "1.3.0",
"version": "1.4.0",
"description": "Palamedes CLI for extraction, audits, reports, and catalog workflows",
"keywords": [
"i18n",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/config",
"version": "1.3.0",
"version": "1.4.0",
"description": "Lean config loading for Palamedes projects",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node-darwin-arm64",
"version": "1.3.0",
"version": "1.4.0",
"description": "Darwin arm64 native bindings for @palamedes/core-node",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node-linux-arm64-gnu",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux arm64 glibc native bindings for @palamedes/core-node",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node-linux-x64-gnu",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux x64 glibc native bindings for @palamedes/core-node",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node-linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node-linux-x64-musl",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linux x64 musl native bindings for @palamedes/core-node",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node-win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node-win32-x64-msvc",
"version": "1.3.0",
"version": "1.4.0",
"description": "Windows x64 native bindings for @palamedes/core-node",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core-node",
"version": "1.3.0",
"version": "1.4.0",
"description": "Thin Node.js wrapper around the Palamedes Rust core",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/core",
"version": "1.3.0",
"version": "1.4.0",
"description": "Palamedes-owned i18n instance and macro entry points",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-palamedes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-palamedes",
"version": "1.3.0",
"version": "1.4.0",
"description": "Reserved package name for the future create-palamedes scaffold",
"keywords": [
"create-palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/extractor",
"version": "1.3.0",
"version": "1.4.0",
"description": "Native message extractor for Palamedes macro syntax",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/next-plugin",
"version": "1.3.0",
"version": "1.4.0",
"description": "Next.js integration for Palamedes using OXC-based macro transformation",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/palamedes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palamedes",
"version": "1.3.0",
"version": "1.4.0",
"description": "Reserved top-level package name for the future Palamedes entry point",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/react",
"version": "1.3.0",
"version": "1.4.0",
"description": "React runtime components and macro entry points for Palamedes",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/remix",
"version": "1.3.0",
"version": "1.4.0",
"description": "Remix v3 integration for Palamedes macro transformation",
"keywords": [
"remix",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/runtime",
"version": "1.3.0",
"version": "1.4.0",
"description": "Palamedes runtime primitives for resolving the active i18n instance",
"homepage": "https://github.com/sebastian-software/palamedes",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/solid",
"version": "1.3.0",
"version": "1.4.0",
"description": "Solid runtime components and macro entry points for Palamedes",
"keywords": [
"palamedes",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/transform",
"version": "1.3.0",
"version": "1.4.0",
"description": "Native macro transformer for Palamedes macros without Babel",
"keywords": [
"i18n",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palamedes/vite-plugin",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vite plugin for Palamedes using OXC-based macro transformation",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
Loading