You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(compiler): add deprecation warnings for legacy compiler (#1934)
* feat(compiler): add deprecation warnings for legacy compiler
* chore: remove deprecated local settings file
* docs(compiler): update documentation link format in README
Copy file name to clipboardExpand all lines: packages/cli/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@
48
48
49
49
**Lingo.dev Compiler** is a free, open-source compiler middleware, designed to make any React app multilingual at build time without requiring any changes to the existing React components.
50
50
51
+
> **Note:** If you're using the legacy compiler (`@lingo.dev/_compiler`), please migrate to `@lingo.dev/compiler`. The legacy compiler is deprecated and will be removed in a future release.
**Lingo.dev Compiler**is a free, open-source compiler middleware, that makes React apps multilingual at build time without requiring any changes to the existing React components.
3
+
> **DEPRECATED:**This package (`@lingo.dev/_compiler`) is deprecated. Please migrate to `@lingo.dev/compiler` (the new compiler).
0 commit comments