Skip to content

1.3.0 20200202

Compare
Choose a tag to compare
@seanox seanox released this 04 Dec 18:17
· 1004 commits to master since this release
BF: Composite Expression Parse: Correction in the detection/processing of escape sequences
BF: DataSource Collect: Correction of the cache usage with a collector
BF: DataSource Fetch: Correction of the pattern of schema switching
BF: DataSource Fetch: Optimization of the language determination
BF: MVC SiteMap: Optimization to focus from the current target after changing the path
BF: Modules: Optimization of JavaScript processing to support import and export
BF: Composite Render: Optimization of JavaScript processing to support import and export
BF: Composite Events: Correction of the callback of HTTP events  
BF: Composite Mount: Correction to find event methods also in prototypes
BF: Composite Modules: Correction of the script processing of the #import meta-directive
BF: Composite MutationObserver: Correction for recognition of expressions in text nodes
CR: MVC Path: Simplification of the syntax restrictions    
CR: DataSource Locator: Simplification of the syntax restrictions    
CR: Composite Render Condition: Added console error output for faulty expression
CR: Composite Render Condition: Added console error output for faulty expression
CR: Composite Render: Optimization in the detection and validation of expressions
CR: Composite Render: Simplification of the syntax restrictions for variable expressions
CR: Composite Render: Simplification of the syntax restrictions for composite IDs
CR: Composite Render: Simplification of the syntax restrictions for element IDs
CR: Composite Render: Simplification of the syntax restrictions for custom tags
CR: Composite Modules: Change so that the common composite is now loaded before the first rendering
CR: Composite Modules: Added the meta directive #import to import additional composites/modules
CR: Composite Events: Renaming of EVENT_AJAX... in EVENT_HTTP...
CR: DataSource Fetch: Omission of the parameter raw
CR: DataSource Fetch: Added optional parameters for the transformation
CR: DataSource Transform: Omission of the parameter raw
CR: DataSource Transform: Added optional parameters for the transformation
CR: DataSource Transform: Change of return value from NodeList to DocumentFragment