@@ -42,7 +42,7 @@ Framework loads modules, packages, models, definitions, controllers
4242- added: framework.on('controller-render-meta', function(controller) {})
4343- added: framework.on('init')
4444- added: framework.merge('/merge.js', '/js/file1.js', '/js/file2.js')
45- - added: framework supports X-Forwarded-Protocol header
45+ - added: framework supports X-Forwarded-Protocol header
4646- added: FrameworkImage supports buffer
4747- added: auto-vendor-prefixes: box-sizing
4848- added: new flag `noxhr` or `-xhr` because all route contains +xhr as default
@@ -85,6 +85,9 @@ Framework loads modules, packages, models, definitions, controllers
8585- added: framework.dependencies (this object contains all installed total.js dependencies)
8686- added: controller.translate([text]);
8787- added: framework.translate(text, [language])
88+ - added: @{body.} instead of @{post.}
89+ - added: @{query.} instead of @{get.}
90+ - added: @{files} uploaded files
8891
8992- updated: (IMPORTANT) framework doesn't remove subdirectories with files in temporary directory
9093- updated: (IMPORTANT) all models are loaded after is the framework loaded
@@ -105,6 +108,8 @@ Framework loads modules, packages, models, definitions, controllers
105108- updated: @{cookie(name)} --> read cookie
106109- updated: framework.mail(address, subject, view, model, callback, replyTo) - added: replyTo
107110- updated: controller.view(name) can execute without name (controller.viewname contains name according to URL)
111+ - updated: @{post} is deprecated
112+ - updated: @{get} is deprecated
108113
109114- renamed: config['directory-angular'] to config['directory-public-virtual']
110115- renamed: config['allow-compress-html'] to config['allow-compile-html']
0 commit comments