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

support for custom interpolation tags #115

Closed
wants to merge 2 commits into from
Closed

support for custom interpolation tags #115

wants to merge 2 commits into from

Commits on Dec 19, 2013

  1. adding support for custom interpolation tags

    moved interpolation regex and char to lib/adapter.js
    
    added public methods to index.js which allow updating the interpolation adapter
    
    added test for custom interpolation tag adapter
    
    updated Readme.md with interpolation adapter
    
    updated custom interpolation api (hasInterpolation not safe!)
    
    applied not working workaround for hasInterpolation
    
    fixed hasInterpolation with one single regex
    
    added support for flags in interpolation regex
    bodokaiser committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    2d8a43e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2013

  1. updated interpolate alogirthm

    Changed `interpolation.regex` to be compatiable with new interpolation
    algorithm
    
    Fixed custom interpolation methods and tests
    Added support for variable-length interpolation delimters
    
    removed parser.js
    
    escaping interpolation characters for regex
    bodokaiser committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    4e6a49c View commit details
    Browse the repository at this point in the history