Stephen McKamey
unread,Mar 18, 2009, 12:03:13 PM3/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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 enables closures during JBST binding, improves robustness
of compacted scripts, and improves extensibility of the HTML parser.
v1.0.0903.1808
- tweaked IE script workarounds
v1.0.0903.1622
- added script firewall to merge files which prevents one script from
causing entire merge to fail
- fixed bug with IE not being able to properly set name attribute
v1.0.0903.1609
- HtmlDistiller
- added auto-link parsing (URLs in literals can be optionally
converted to hyperlinks)
- auto-link capability leverages further customization through
FilterUrl method
- added ability to change the truncation indicator (defaults to
ellipsis)
- improved interface for customizing
- completely removed filtering responsibility from IHtmlWriter
- added ability for HtmlFilter to directly call HtmlWriter
- enabled emitting of filtered JsonML / JBST markup
- cleaned up parsing of server-code (removed some old dormant code,
removed redundant parsing)
- now driving the default for compacted scripts/css/merge off the
compilation debug="[bool]" app setting (rather than always compacted)
i.e. no flag switches based upon config, "?debug" is always debug, ?
[sha1-hash] is always permanently cached, any other value is always
compacted
v1.0.0903.1309
- fixed complex attribute typo in JBST builder script
- enables creating events with closures during databinding
v1.0.0903.1209
- added ability to render .NET Regex as ECMAScript RegExp literals in
script data blocks
- created an EcmaScriptWriter which can also serialize native non-JSON
ECMAScript data types (e.g. DateTime, RegExp)