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

feat: allow split/select to be used in conditions #150

Merged
merged 7 commits into from
Jun 12, 2023
Merged

Commits on Jun 2, 2023

  1. feat: allow split to be used in conditions

    Turns out you can use split (and probably join) in conditions. This
    adds the functionality for split to be used, which unblocks a few
    templates found that require that.
    iph committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0d5ca25 View commit details
    Browse the repository at this point in the history
  2. cleanup golang bits

    iph committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4c06d95 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Fix other access

    iph committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    173b4f0 View commit details
    Browse the repository at this point in the history
  2. fmt

    iph committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    77266c5 View commit details
    Browse the repository at this point in the history
  3. Add select as well

    iph committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    dbf22e5 View commit details
    Browse the repository at this point in the history
  4. Add golang test

    iph committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4f8d536 View commit details
    Browse the repository at this point in the history
  5. Re-put as simple package

    iph committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    049a33a View commit details
    Browse the repository at this point in the history