Skip to content

Commit 244b1f7

Browse files
committed
Added F.trace() + small code/comment improvements.
1 parent 1edea37 commit 244b1f7

3 files changed

Lines changed: 156 additions & 82 deletions

File tree

changes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
- added: `Mail.try(smtp, options, callback)` tries to open a SMTP
3232
- added: `F.datetime` contains current datetime and each 1 minute is the value increased
3333
- added: `F.stats.other.restart` contains a new property with count of restarting
34+
- added: `F.config.trace` for enable/disable tracing, `Boolean`, in a debug mode: `true`, release mode: `false`
35+
- added: `F.trace(message, [name], [uri], [ip])`
36+
- added: `controller.trace(message)`
3437

3538
- updated: subdomain routing supports wildcard routing `F.route('[*]/', 'homepage')` (`F.websocket()` is supported too)
3639
- updated: `F.route(url, ...)` - `url`can be String Array with multiple relative paths by @Harry-Stot
@@ -50,7 +53,6 @@
5053
- updated: `U.GUID()` supports better charset by Guy Fraser
5154
- updated: `Date.add(number)` supports number increase/decrease in milliseconds
5255
- updated: `U.send(name, stream, url, callback, [cookies], [headers], [method], [timeout])` supports cookies and timeout
53-
- updaded: `controller.error(error_builder)` responses (to client) according to the `error_builder`
5456

5557
- fixed: `String.isJSON()` the problem with `\n` character
5658
- fixed: `FrameworkImage.save()` problem with streams
@@ -81,7 +83,6 @@
8183
- removed: `Utils.isEmail()`
8284
- removed: `Utils.isURL()`
8385
- removed: `Utils.isValid()`
84-
- removed: `controller.hash()`, use `F.hash()`
8586

8687
- improved: SMTP sender
8788
- improved: redirecting
@@ -91,7 +92,6 @@
9192
- improved: code (a lot)
9293
- improved: preparing `SchemaBuilderEntity`
9394
- improved: performance
94-
- improved: `SUCCESS()`
9595

9696
======= 1.9.7
9797

0 commit comments

Comments
 (0)