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

add nesting and loops #9

Merged
merged 12 commits into from
Jun 4, 2023
Merged

add nesting and loops #9

merged 12 commits into from
Jun 4, 2023

Commits on May 30, 2023

  1. add setChildren

    - updated combination of getChild and mark sub funcs
    - should support loops on completion
    18alantom committed May 30, 2023
    Configuration menu
    Copy the full SHA
    759368b View commit details
    Browse the repository at this point in the history
  2. use getPlaceholders from root

    - this is still flawed but getting there
    18alantom committed May 30, 2023
    Configuration menu
    Copy the full SHA
    56ef462 View commit details
    Browse the repository at this point in the history
  3. get rid of globalPlaceholderMap

    - that was a sub-optimal path
    - now resorting to more native methods
    - placeholders will be stored in templates
    18alantom committed May 30, 2023
    Configuration menu
    Copy the full SHA
    610c6ba View commit details
    Browse the repository at this point in the history
  4. delete old list elements

    18alantom committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7002f08 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. narrow directive target using searchRoot

    - fix list overwriting and lost placeholder bug
    18alantom committed May 31, 2023
    Configuration menu
    Copy the full SHA
    de2f0d4 View commit details
    Browse the repository at this point in the history
  2. update all directive keys

    - for both the clone and its chilren
    18alantom committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f85872f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. lift rdo check out of init array

    - updated insert array elements (w.i.p)
    18alantom committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    48fb008 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    3d415b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dca10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6494b5a View commit details
    Browse the repository at this point in the history
  4. add tests for loops

    - update general tests
    - display all tests in tests/index.html
    - convert computed return to reactive
    18alantom committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    f8e00c6 View commit details
    Browse the repository at this point in the history