Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Releases: astahmer/box-extractor

@box-extractor/cli@0.3.9

05 Mar 14:10
Compare
Choose a tag to compare

Patch Changes

@box-extractor/cli@0.3.10

05 Mar 18:50
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [aa52972]:
    • @box-extractor/core@0.8.3

@box-extractor/vanilla-wind@0.3.8

02 Mar 10:30
Compare
Choose a tag to compare

Patch Changes

@box-extractor/core@0.8.1

02 Mar 10:30
Compare
Choose a tag to compare

Patch Changes

  • #47 21e61bf Thanks @astahmer! - refactor: always return a BoxNodeList from extractCallExpressionValues

    feat: functions.matchArg

    rename: extractCallExpressionValues -> extractCallExpressionArguments

  • #47 10ffcb0 Thanks @astahmer! - feat: add BoxContext with flags + eval callbacks

  • #47 8cac8be Thanks @astahmer! - fix: getComponentName for factories (PropertyAccessExpression)

@box-extractor/cli@0.3.8

02 Mar 10:30
Compare
Choose a tag to compare

Patch Changes

@box-extractor/vanilla-wind@0.3.7

01 Mar 19:25
Compare
Choose a tag to compare

Patch Changes

@box-extractor/core@0.8.0

01 Mar 19:25
Compare
Choose a tag to compare

Minor Changes

  • #46 cec6e1e Thanks @astahmer! - refactor(core): match tag/fn/prop functions for better control on what gets extracted

    opti: forEachDescendant directly on extractable nodes rather than identifier

  • 484db8c Thanks @astahmer! - feat(core): extractAtRange / extractJsxElementProps

Patch Changes

  • 83bfd0a Thanks @astahmer! - feat(core): handle PrefixUnaryExpression.MinusToken

@box-extractor/cli@0.3.7

01 Mar 19:25
Compare
Choose a tag to compare

Patch Changes

@box-extractor/vanilla-wind@0.3.6

28 Feb 00:23
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [190a6dd]:
    • @box-extractor/core@0.7.5

@box-extractor/core@0.7.5

28 Feb 00:23
Compare
Choose a tag to compare

Patch Changes

  • 190a6dd Thanks @astahmer! - opti(core): smarter condition resolving
    try to resolve cond identfier or fallback to evaluating it, then reduce ternary based on the condition truthy/falsy value

    feat(core): extract null/undefined on JsxSpreadAttribute