Skip to content

Breaking Change 1.2.0 #30

@ghost

Description

The latest release (1.2.0) breaks existing functionality. Previously (1.1.3) the render method handled functions gracefully. When a function is encountered in the latest release, it recursively iterates through properties, of which are length,name,prototype,constructor, and appears to infinitely recurse on the constructor property (which makes sense if it is indeed a function).

Example object to render:

{
    key: "value",
    someAction: function(param) { return "obj." + param + ".value";}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions