You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonFx Forum
This release marks some very important feature enhancements and bug
fixes. The StarterKit documentation has been updated to show some of
the new usages. A more in depth example project will be coming soon
that gives good real world examples.
v1.0.0903.0714
- add new intrinsic member to JBSTs: this.count
where this.index is the current data index, this.count is the number
of data items being bound
- reduced extraneous whitespace nodes around templates
- added unwrapping of documentFragment results when only contain
single element
- improved HtmlDistiller's ability to understand difference between
tags and unescaped less-than literals
- updated StarterKit documentation
v1.0.0903.0509
- improved type coercion between sequences of strongly types objects
- refactored type-coercion code out of JsonReader into utility class
v1.0.0903.0408
- added ability to specify inline anonymous templates in JBST using
declarative <jbst:control></jbst:control> syntax
- cleaned up calling template parts in the context of "this"
v1.0.0903.0309
- added unparsed block syntax <%# ... %> for inserting data that
contains markup
- fixed bug where globalization keys weren't being correctly picked up
in DOM attributes