Releases: lingodotdev/lingo.dev
Releases · lingodotdev/lingo.dev
lingo.dev@0.125.5
Patch Changes
- #1919
f1a64a6Thanks @sumitsaurabh927! - updated contribution guide and star count
@lingo.dev/compiler@0.3.1
Patch Changes
- #1932
2c1246eThanks @AndreyHirsa! - Fixed metadata file lock contention errors (ELOCKED) during parallel builds by increasing lock retry count and timeouts
lingo.dev@0.125.4
Patch Changes
- Updated dependencies [
f30b4b3]:- @lingo.dev/_compiler@0.10.0
@lingo.dev/compiler@0.3.0
Minor Changes
- #1888
8cd5c6bThanks @yashrajpatilll! - Make pluralization opt-in by default and infer the pluralization model from translation config.
@lingo.dev/compiler@0.2.0
Minor Changes
-
#1900
f30b4b3Thanks @cherkanovart! - Add support for OpenAI-compatible providers (Nebius, Together AI, etc.) by using Chat Completions API when OPENAI_BASE_URL is set -
#1900
f30b4b3Thanks @cherkanovart! - Add support for OpenAI-compatible providers (e.g., Nebius) via OPENAI_BASE_URL environment variable
Patch Changes
- Updated dependencies []:
- lingo.dev@0.125.4
@lingo.dev/_compiler@0.10.0
Minor Changes
- #1900
f30b4b3Thanks @cherkanovart! - Add support for OpenAI-compatible providers (e.g., Nebius) via OPENAI_BASE_URL environment variable
lingo.dev@0.125.3
Patch Changes
- #1898
c3481fbThanks @AndreyHirsa! - Refactor HTML/Twig extraction to handle SVG content correctly using a strategy-based approach
lingo.dev@0.125.2
Patch Changes
- #1873
8c4f736Thanks @cherkanovart! - Refactor lockfile deduplication logic to use a single universal function instead of three duplicate implementations. This improves code maintainability and ensures consistent behavior across all lockfile operations. The deduplication automatically handles Git merge conflicts in i18n.lock files.