Recent changes have tightened up namespace generation to be more in
line with coming ECMAScript 5 restrictions. New configuration
sections have been added to allow better control over JavaScript and
CSS compaction. Also, now the JBST server control can auto-DataBind
itself without requiring code behind to call DataBind().
Plus new JsonFx UI examples are up on Google Code:
http://code.google.com/p/jsonfx-examples/
v1.1.0909.1910
- enabled autobinding of DataBinding expressions in JBST:Control
server control
v1.1.0908.1708
- extended EcmaScriptIdentifier keyword check to support nested
Identifiers
- added list of intrinsic objects so EcmaScriptWriter doesn't emit var
for default browser objects
v1.1.0908.1614
- cleaned up and centralized JavaScript namespace generation
- added reserved word checking to identifiers
- cleaned up JSON-RPC service proxy output
v1.1.0908.1209
- added better EcmaScriptIdentifier/String conversions
v1.1.0908.0911
- added EcmaScriptIdentifier type to be able to natively serialize
references to objects/functions
v1.1.0908.0909
- add configuration section to be able to better control compaction
settings