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

Cast substitution values to strings #410

Merged
merged 1 commit into from
Jul 20, 2017

Commits on Jul 20, 2017

  1. Cast substitution values to strings

    This allows for numbers as well as strings for substitution values. Could still use some type checking and error handling to inform the user if they send an object (which also has a `toString` method, so won't throw) or other invalid value type.
    
    Fixes sendgrid#282.
    dangerismycat authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    e218c42 View commit details
    Browse the repository at this point in the history