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

Partial blocks and inline partials #9

Merged
merged 28 commits into from
Nov 26, 2017
Merged

Partial blocks and inline partials #9

merged 28 commits into from
Nov 26, 2017

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    890f1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d9d96b View commit details
    Browse the repository at this point in the history
  3. Add partial block helper

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    db97d3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    413ca52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf1726b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46df23d View commit details
    Browse the repository at this point in the history
  7. Fix return

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    9cff7f3 View commit details
    Browse the repository at this point in the history
  8. QA: Add missing apidocs

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    0c4c560 View commit details
    Browse the repository at this point in the history
  9. Add tests for Templates class

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    034b6af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d41ff92 View commit details
    Browse the repository at this point in the history
  11. Test node handling

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    9f6a63d View commit details
    Browse the repository at this point in the history
  12. Fix listing()

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    377aba7 View commit details
    Browse the repository at this point in the history
  13. Add link to handlebars spec

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    f11dd79 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b662f32 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e88762 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e7f438 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ef5167 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d23ec6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29517dd View commit details
    Browse the repository at this point in the history
  20. Add tests for contexts

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    37ea0db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5310886 View commit details
    Browse the repository at this point in the history
  22. Add Decoration class

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    3136259 View commit details
    Browse the repository at this point in the history
  23. QA: Shorten invocation code

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    27a7539 View commit details
    Browse the repository at this point in the history
  24. Rename decorators() -> enter()

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    5e43601 View commit details
    Browse the repository at this point in the history
  25. Document Decorators

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    16a0ed6 View commit details
    Browse the repository at this point in the history
  26. Speed up decorator name lookup

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    da39668 View commit details
    Browse the repository at this point in the history
  27. Rename evaluate() -> enter()

    thekid committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    e292e24 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Do not run decorators twice

    thekid committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    fd5efef View commit details
    Browse the repository at this point in the history