Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: derbyjs/saddle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CrocJS/saddle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 6, 2015

  1. Sometimes expression for Block is not string, but Expression which sh…

    …ould be evaluated (e.g. for DynamicViewInstance which is wrapped by Block). Because of this, we get begin comment for Block like this: <!--[object Object]-->. It can cause attach error.
    mrThomasTeller committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    4037702 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

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

Commits on Apr 18, 2015

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

Commits on May 10, 2015

  1. queue hooks until end of render; pause rendering during Template rend…

    …er and Binding update
    
    requires additional methods on Context
    nateps authored and mrThomasTeller committed May 10, 2015
    Configuration menu
    Copy the full SHA
    ebd592e View commit details
    Browse the repository at this point in the history
  2. 0.6.0

    nateps authored and mrThomasTeller committed May 10, 2015
    Configuration menu
    Copy the full SHA
    4350bb1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

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

Commits on May 28, 2015

  1. #attributesexpression

    Support for templates like this <div {{attrs}}></div>, where attrs is object (keys are attributes names, values are attributes values)
    mrThomasTeller committed May 28, 2015
    Configuration menu
    Copy the full SHA
    e5c9ae2 View commit details
    Browse the repository at this point in the history
  2. package version

    mrThomasTeller committed May 28, 2015
    Configuration menu
    Copy the full SHA
    5b87855 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. #attributesexpression

    Support for templates like this <div {{attrs}}></div>, where attrs is object (keys are attributes names, values are attributes values)
    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    d271026 View commit details
    Browse the repository at this point in the history
  2. update version

    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    a9055b3 View commit details
    Browse the repository at this point in the history
  3. #attributesexpression

    Support for templates like this <div {{attrs}}></div>, where attrs is object (keys are attributes names, values are attributes values)
    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    8c1f729 View commit details
    Browse the repository at this point in the history
  4. update version

    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    253aae6 View commit details
    Browse the repository at this point in the history
  5. #attributesexpression

    Support for templates like this <div {{attrs}}></div>, where attrs is object (keys are attributes names, values are attributes values)
    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    e2420f5 View commit details
    Browse the repository at this point in the history
  6. update version

    mrThomasTeller committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    224ca0e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. #attributesexpression

    Support for templates like this <div attributes="{{attrs}}"></div>, where attrs is object (keys are attributes names, values are attributes values)
    mrThomasTeller committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    9396de5 View commit details
    Browse the repository at this point in the history
  2. update version

    mrThomasTeller committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    1422088 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. #attributesexpression

    tests for AttributesExpression
    mrThomasTeller committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    ffcad30 View commit details
    Browse the repository at this point in the history
Loading