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
This release refines and simplifies the interfaces (considered as breaking changes but listed as minor prior to the stable major release).
9
+
The following modifications have been introduced:
10
+
11
+
-`@sdk-usage/core`: `createContext` has been renamed to `createInstance`.
12
+
-`@sdk-usage/core`: `createSyntaxPlugin` has been renamed to `createPlugin`.
13
+
-`@sdk-usage/core`: `plugins` accepts now directly an array of plugins.
14
+
-`@sdk-usage/plugin-jsx`: `@sdk-usage/plugin-syntax-jsx` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-jsx`.
15
+
-`@sdk-usage/plugin-typescript`: `@sdk-usage/plugin-syntax-typescript` is deprecated (will be removed soon from the registry) and renamed to `@sdk-usage/plugin-typescript`.
0 commit comments