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
π [Fixed] Partially fixed Issue #1. Now event name correcly parsed if it provided by top-level constant of the same file. Thanks for @soft-decay
β [Added] Support to complete parsing of component method arguments Issue #39. Thanks for @soft-decay
β [Added] Support to parse return types and description for methods in component Issue #37. Thanks for @soft-decay
β [Added] Options validation, thanks for @soft-decay
π₯ [Breaking] API rework for component methods description:
args property was renamed to params;
Change the structure of return item for methods:
desc property was renamed to description;
type property now contains the JSDocType object, instead of string type with text representation of type. This can be gets from text property of JSDocType object;
[Svelte2]: method arguments was presented with plain array with names, now that replaced with objects of SvelteMethodParamItem type;
π₯ [Breaking] Cleanup depricated code:
loc property was removed, please use locations instead, if you late with upgrade;
value property of SvelteComponentItem was removed, please use importPath instead