Skip to content
Merged
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
20 changes: 0 additions & 20 deletions .changeset/comprehensive-readme-update.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-deserts-lay.md

This file was deleted.

10 changes: 10 additions & 0 deletions demo/new-compiler-next16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @compiler/demo-next

## 0.1.1

### Patch Changes

- [#1710](https://github.com/lingodotdev/lingo.dev/pull/1710) [`020424f`](https://github.com/lingodotdev/lingo.dev/commit/020424f2601c535e88c66aeeece5a15fb9b66b70) Thanks [@vrcprl](https://github.com/vrcprl)! - Add support for JSONC comments in arrays

- Updated dependencies [[`b2d335b`](https://github.com/lingodotdev/lingo.dev/commit/b2d335b37af3e300a402d75f0eb2a0112f81e7ee)]:
- @lingo.dev/[email protected]
2 changes: 1 addition & 1 deletion demo/new-compiler-next16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiler/demo-next",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions demo/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-app

## 0.2.114

### Patch Changes

- Updated dependencies [[`020424f`](https://github.com/lingodotdev/lingo.dev/commit/020424f2601c535e88c66aeeece5a15fb9b66b70)]:
- [email protected]

## 0.2.113

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "0.2.113",
"version": "0.2.114",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions demo/react-router-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-router-app

## 1.0.23

### Patch Changes

- Updated dependencies [[`020424f`](https://github.com/lingodotdev/lingo.dev/commit/020424f2601c535e88c66aeeece5a15fb9b66b70)]:
- [email protected]

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/react-router-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-app",
"version": "1.0.22",
"version": "1.0.23",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lingo.dev

## 0.117.22

### Patch Changes

- [#1710](https://github.com/lingodotdev/lingo.dev/pull/1710) [`020424f`](https://github.com/lingodotdev/lingo.dev/commit/020424f2601c535e88c66aeeece5a15fb9b66b70) Thanks [@vrcprl](https://github.com/vrcprl)! - Add support for JSONC comments in arrays

## 0.117.21

### Patch Changes
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": "lingo.dev",
"version": "0.117.21",
"version": "0.117.22",
"description": "Lingo.dev CLI",
"private": false,
"repository": {
Expand Down
24 changes: 24 additions & 0 deletions packages/new-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @lingo.dev/compiler

## 0.1.2

### Patch Changes

- [#1707](https://github.com/lingodotdev/lingo.dev/pull/1707) [`b2d335b`](https://github.com/lingodotdev/lingo.dev/commit/b2d335b37af3e300a402d75f0eb2a0112f81e7ee) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - docs: comprehensive README update with LLM configuration, manual overrides, and advanced features

Added extensive documentation covering:
- Complete LLM provider configuration (OpenAI, Anthropic, Google, Groq, Mistral, OpenRouter, Ollama)
- Environment variables for all supported providers
- Locale-pair model mapping with wildcard patterns
- Custom translation prompts
- Manual translation overrides using data-lingo-override attribute
- Build modes (translate vs cache-only) and recommended workflows
- Custom locale resolvers (server and client)
- Configuration options table with defaults
- Development configuration (pseudotranslator, translation server port)
- Locale persistence configuration (cookie settings)
- Pluralization configuration
- Updated feature list
- Fixed demo app paths in examples

- Updated dependencies [[`020424f`](https://github.com/lingodotdev/lingo.dev/commit/020424f2601c535e88c66aeeece5a15fb9b66b70)]:
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/new-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingo.dev/compiler",
"version": "0.1.1",
"version": "0.1.2",
"description": "Lingo.dev Compiler",
"private": false,
"repository": {
Expand Down Expand Up @@ -171,7 +171,7 @@
"dotenv": "^17.2.3",
"fast-xml-parser": "^5.3.3",
"intl-messageformat": "^11.0.6",
"lingo.dev": "^0.117.0",
"lingo.dev": "^0.117.22",
"lodash": "^4.17.21",
"proper-lockfile": "^4.1.2",
"ws": "^8.18.3"
Expand Down