Skip to content

Releases: lingodotdev/lingo.dev

lingo.dev@0.132.6

26 Feb 12:22

Choose a tag to compare

Patch Changes

  • #2017 c51d92f Thanks @AndreyHirsa! - Fixed --key pattern matching in run and purge commands by decoding URL-encoded keys before minimatch comparison

@lingo.dev/compiler@0.3.11

24 Feb 11:25

Choose a tag to compare

Patch Changes

  • #2015 13aeb36 Thanks @AndreyHirsa! - Fixed SyntaxError caused by bundlers/require hooks transforming lmdb's CJS bundle

lingo.dev@0.132.5

23 Feb 19:15

Choose a tag to compare

Patch Changes

  • #2010 bd71fd3 Thanks @AndreyHirsa! - fix(cli): use exact and separator-bounded matching for lockedKeys, ignoredKeys, preservedKeys, and localizableKeys instead of substring prefix matching

lingo.dev@0.132.4

23 Feb 17:15

Choose a tag to compare

Patch Changes

lingo.dev@0.132.3

23 Feb 15:10

Choose a tag to compare

Patch Changes

  • #2006 4e4bea8 Thanks @cherkanovart! - fix: strip conversational preamble from LLM responses before JSON parsing

    Some models (e.g. Gemini 2.5 Flash Lite) prepend filler text like "OK" to their responses, causing JSON.parse to fail. Now structurally extracts the outermost JSON object using indexOf/lastIndexOf before parsing, with jsonrepair as fallback.

lingo.dev@0.132.2

23 Feb 14:08

Choose a tag to compare

Patch Changes

lingo.dev@0.132.0

23 Feb 08:47

Choose a tag to compare

Minor Changes

  • #2004 45c9437 Thanks @AndreyHirsa! - Add localizableKeys bucket config option to force-translate values that would otherwise be skipped by the untranslatable filter (e.g. pure numbers, URLs, ISO dates).

Patch Changes

  • Updated dependencies [45c9437]:
    • @lingo.dev/_spec@0.48.0
    • @lingo.dev/_compiler@0.11.2
    • @lingo.dev/_sdk@0.14.2

@lingo.dev/compiler@0.3.9

23 Feb 08:47

Choose a tag to compare

Patch Changes

  • Updated dependencies [45c9437]:
    • lingo.dev@0.132.0

@lingo.dev/compiler@0.3.10

23 Feb 14:08

Choose a tag to compare

Patch Changes

@lingo.dev/_spec@0.48.0

23 Feb 08:47

Choose a tag to compare

Minor Changes

  • #2004 45c9437 Thanks @AndreyHirsa! - Add localizableKeys bucket config option to force-translate values that would otherwise be skipped by the untranslatable filter (e.g. pure numbers, URLs, ISO dates).