Skip to content

Releases: lingodotdev/lingo.dev

[email protected]

30 Jan 15:53

Choose a tag to compare

Minor Changes

[email protected]

30 Jan 11:54

Choose a tag to compare

Patch Changes

[email protected]

30 Jan 10:52

Choose a tag to compare

Minor Changes

@lingo.dev/[email protected]

30 Jan 15:53

Choose a tag to compare

Patch Changes

@lingo.dev/[email protected]

30 Jan 10:52

Choose a tag to compare

Patch Changes

@lingo.dev/[email protected]

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

[email protected]

29 Jan 11:29

Choose a tag to compare

Patch Changes

@lingo.dev/[email protected]

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

[email protected]

28 Jan 10:48
608ad9a

Choose a tag to compare

Patch Changes

@lingo.dev/[email protected]

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.