Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support function components #473

Merged
merged 9 commits into from
Sep 6, 2021
Merged

Support function components #473

merged 9 commits into from
Sep 6, 2021

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    da5112f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Support function components

      * Support local and remote function components
      * Support recursive components by translating them into function components
    msaraiva committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    dfc4976 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    09cd5b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Keep function component's LV behaviour

      * No support for slots
      * No support for contexts
      * Don't validate args
    msaraiva committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    de19ceb View commit details
    Browse the repository at this point in the history
  2. Update LV to 0.16

    msaraiva committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    fe76fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    05b3e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5788733 View commit details
    Browse the repository at this point in the history
  3. Remove unused functions

    msaraiva committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    ce0c996 View commit details
    Browse the repository at this point in the history
  4. Fix context merging

    msaraiva committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    723a94e View commit details
    Browse the repository at this point in the history