Skip to content

Releases: chrismichaelscott/iugo

Support for DOT syntax

21 Oct 12:20
Compare
Choose a tag to compare

You can now use "." variables, as per issue #11.

For example:

<ul class="bindto-blogroll">
    <li data-bind_each>
        <a href="http://${.}">${"."}</a>
    </li>
</ul>

Update to attribute handling index handling

10 Aug 21:02
Compare
Choose a tag to compare
v1.1.4

Changed the clone method, which is used for `data-bind_each` loops, t…

Bug fix for #9

08 Aug 17:43
Compare
Choose a tag to compare
v1.1.3

Added test to catch for #9

Bug fixs

02 Aug 13:31
Compare
Choose a tag to compare
  • Issue #8 has been resolved by allowing "$" symbols before ${path} inline variables.

v1.0

24 Jul 09:18
Compare
Choose a tag to compare
Added bruce-one's fixes to the minified source ready for release