Skip to content

Commit 72bb548

Browse files
committed
new changes big changes
- added new events - removed angular.js - removed HTML5 header tags - renamed virtual directory
1 parent 3d6b176 commit 72bb548

7 files changed

Lines changed: 31 additions & 579 deletions

File tree

changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Framework supports a backward compatibility.
3333
- added: new option into Mail: rejectUnauthorized (for TLS)
3434
- added: @{log()} and @{LOG()} into views
3535
- added: @{console} (.log, .info, etc.) into views
36+
- added: framework.on('controller-render-head', function(controller) {})
37+
- added: framework.on('controller-render-meta', function(controller) {})
3638

3739
- updated: (IMPORTANT) all models are loaded after is the framework loaded
3840
- updated: Utils.request(), timeout is possible to add as cookie, headers or encoding
@@ -43,7 +45,12 @@ Framework supports a backward compatibility.
4345
- updated: Builders.UrlBuilder() -> toString([skipEmpty])
4446
- updated: Number.format([decimals], [separator], [decimalSeparator])
4547

48+
- renamed: config['directory-angular'] to config['directory-public-virtual']
49+
50+
- removed: @{place} -> alternative @{section}
4651
- removed: JS CSS
52+
- removed: (IMPORTANT) view markup for Angular.js from the core (it will be a module)
53+
- removed: (IMPORTANT) view markup for HTML5 (dns, prefetch, next, etc.) - (it will be a module)
4754

4855
- fixed: LOG()
4956
- fixed: if path starts '/' then is view loaded directly from /views/ directory

0 commit comments

Comments
 (0)