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

Fix dependencies and add failing tests for block params and user helpers #23

Merged
merged 4 commits into from
Oct 12, 2017

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    63b97e2 View commit details
    Browse the repository at this point in the history
  2. Wrap inline if helper in reference via registerHelper

    Previously, we were registering the inline if helper using a low-level API that was expecting a Reference value while we were giving it the raw function value. This change switches to using the registerHelper method which handles wrapping helper functions in the appropriate reference.
    tomdale committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    d5608c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f22288 View commit details
    Browse the repository at this point in the history
  4. Lock deps to LKG

    chadhietala committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    60516b3 View commit details
    Browse the repository at this point in the history