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

Helpers refactoring w/ stateful buffers, soon to contain live binding hookup #12

Merged
merged 5 commits into from
Nov 14, 2012

Commits on Nov 12, 2012

  1. Turned helpers into a class

    vash.helpers was turned into the vash.Helpers class to separate running
    state of templates:
    Each vash.Helpers instance internally instantiates and maintains a
    separate Buffer.
    rjgotten committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    9e29b8a View commit details
    Browse the repository at this point in the history
  2. Passing the layout units tests

    Now passes the new layout unit tests for our alternative take on
    vash.Helpers
    rjgotten committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    7cb0af9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into livebind

    Conflicts:
    	build/vash-runtime-all.js
    	build/vash-runtime-all.min.js
    	build/vash-runtime.js
    	build/vash-runtime.min.js
    	build/vash.js
    	build/vash.min.js
    	package.json
    	src/vcompiler.js
    	src/vruntime.js
    rjgotten committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    4709ffe View commit details
    Browse the repository at this point in the history
  4. Update built files

    rjgotten committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    36f655e View commit details
    Browse the repository at this point in the history
  5. Passing @: rule unit tests

    Pulled in remaining changes from vcompiler.js by manual picking. (Too
    many changes with the internal rewrite to perform a merge without
    messing things up.)
    
    Now passes all unit tests.
    rjgotten committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    7d82eef View commit details
    Browse the repository at this point in the history