Skip to content

Commit cd12ddc

Browse files
committed
Add convertors.
1 parent 0a10d8e commit cd12ddc

5 files changed

Lines changed: 245 additions & 194 deletions

File tree

changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- added: `String.prototype.parseTerminal = function(fn(values, index, count, realIndex), [skipLines], [takeLines])`
1212
- added: `TRACE(message, [name], [url], [ip])` is an alias for `F.trace()`
1313
- added: `F.config['trace-console']` (default: `true`) shows tracing on the console
14+
- added: `F.convert(name, type/function(val))` registers a new convertor (convertors uses QueryParser (GET/POST))
15+
- added: `F.convert(obj)` perform convertor for an object
1416

1517
- updated: new error message `The field "@" is invalid.`
1618
- updated: `NOSQL().insert(doc, [unique])`

0 commit comments

Comments
 (0)