Skip to content

Releases: lingodotdev/lingo.dev

@lingo.dev/compiler@0.3.2

30 Jan 10:52

Choose a tag to compare

Patch Changes

  • Updated dependencies [fa69822]:
    • lingo.dev@0.126.0

@lingo.dev/_compiler@0.10.1

30 Jan 11:54

Choose a tag to compare

Patch Changes

  • #1934 7db90c8 Thanks @cherkanovart! - Add deprecation warnings throughout legacy compiler

    The legacy compiler (@lingo.dev/_compiler) now shows deprecation warnings when used.
    Users are encouraged to migrate to the new compiler (@lingo.dev/compiler).

    Changes:

    • Added runtime deprecation warnings in next(), vite(), and the Turbopack loader
    • Added @deprecated JSDoc tags to all public APIs
    • Updated package README with migration guide and examples
    • The deprecation warning includes information about new compiler features and migration guide link

lingo.dev@0.125.5

29 Jan 11:29

Choose a tag to compare

Patch Changes

@lingo.dev/compiler@0.3.1

29 Jan 11:46

Choose a tag to compare

Patch Changes

  • #1932 2c1246e Thanks @AndreyHirsa! - Fixed metadata file lock contention errors (ELOCKED) during parallel builds by increasing lock retry count and timeouts

lingo.dev@0.125.4

28 Jan 10:48
608ad9a

Choose a tag to compare

Patch Changes

  • Updated dependencies [f30b4b3]:
    • @lingo.dev/_compiler@0.10.0

@lingo.dev/compiler@0.3.0

28 Jan 14:26
573f70f

Choose a tag to compare

Minor Changes

  • #1888 8cd5c6b Thanks @yashrajpatilll! - Make pluralization opt-in by default and infer the pluralization model from translation config.

@lingo.dev/compiler@0.2.0

28 Jan 10:48
608ad9a

Choose a tag to compare

Minor Changes

  • #1900 f30b4b3 Thanks @cherkanovart! - Add support for OpenAI-compatible providers (Nebius, Together AI, etc.) by using Chat Completions API when OPENAI_BASE_URL is set

  • #1900 f30b4b3 Thanks @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

28 Jan 10:48
608ad9a

Choose a tag to compare

Minor Changes

  • #1900 f30b4b3 Thanks @cherkanovart! - Add support for OpenAI-compatible providers (e.g., Nebius) via OPENAI_BASE_URL environment variable

lingo.dev@0.125.3

27 Jan 17:06
ab675d1

Choose a tag to compare

Patch Changes

  • #1898 c3481fb Thanks @AndreyHirsa! - Refactor HTML/Twig extraction to handle SVG content correctly using a strategy-based approach

lingo.dev@0.125.2

27 Jan 15:54
9c1812b

Choose a tag to compare

Patch Changes

  • #1873 8c4f736 Thanks @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.