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

Add a filter for emitting JS data #358

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2014

  1. Added a way for escaping Javascript data: {{js&name}} emits JS that c…

    …an be used in a <script> tag. Instead of naively calling JSON.stringify, it properly handles unicode data (http://timelessrepo.com/json-isnt-a-javascript-subset).
    balihoo-anewman committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    8688eaa View commit details
    Browse the repository at this point in the history
  2. Added tests.

    balihoo-anewman committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    6e94017 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2014

  1. Configuration menu
    Copy the full SHA
    c53f3eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bda85 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    e6d4e51 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Configuration menu
    Copy the full SHA
    54415e0 View commit details
    Browse the repository at this point in the history