All Versions
17
Latest Version
Avg Release Cycle
60 days
Latest Release
1384 days ago

Changelog History
Page 1

  • v3.4.5 Changes

    July 10, 2020

    Fixes :

    • ๐Ÿ›  fixed: a problem with persistent images
  • v3.4.4 Changes

    July 07, 2020

    News :

    • โž• added: schema options $.successful(function(response) {})
    • โž• added: options.reconnectserver {Boolean} to WEBSOCKETCLIENT
    • โž• added: req.snapshot(callback(err, request_body))
    • โž• added: a new command CMD('reload_preferences')
    • โž• added: a new FILESTORAGE mechanism based on UID
    • โž• added: sql extension to U.getContentType()
    • โž• added: F.stats.performance.usage which contains percentual usage of the thread

    โšก๏ธ Updates :

    • โšก๏ธ updated: SchemaOptions method $.response([index/operation_name]), e.g. $.response('workflow.NAME')
    • โšก๏ธ updated: snapshot startscript.js.json contains tabs instead of spaces
    • โšก๏ธ updated: DatabaseBuilder.rule(rule, [param]), supports string declaration of filter function
    • โšก๏ธ updated: URL validation

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: cleaning of NoSQL embedded databases
    • ๐Ÿ›  fixed: String.parseCSV(), now supports multiline strings
    • ๐Ÿ›  fixed: a bug when closing of websocket
    • ๐Ÿ›  fixed: DatabaseBuilder.search() method
    • ๐Ÿ›  fixed: Error in CLONE() method
    • ๐Ÿ›  fixed: schema.inherit() by adding schema.middleware() and schema.verify()
    • ๐Ÿ›  fixed: parsing messages in WebSocket
    • ๐Ÿ›  fixed: a problem in some commands pre-render in the view compiler
    • ๐Ÿ›  fixed: parsing of query strings
  • v3.4.3 Changes

    May 11, 2020

    News :

    • โž• added: HASH(value, [type]) for creating hash like in jComponent
    • โž• added: SchemaOptions.repo as alias to SchemaInstance.model.$$repository
    • โž• added: a new type CONVERT syntax to schema.define() (more in docs)
    • โž• added: SchemaEntity.verify(name, function($), [cache]) for async verification of values
    • โž• added: TEMP variable as a new global variable (it's cleaned every 7 minutes)
    • added: CONF.allow_persistent_images: true which allows to reuse resized images in temp directory
    • โž• added: req.filecache(callback) as alias for F.exists()
    • โž• added: own QueryParser
    • โž• added: RESTBuilderInstance.convert('name:String,age:Number') method
    • โž• added: RESTBuilder.upgrade(fn(restbuilder)) for upgrading of RESTBuilder
    • โž• added: RESTBuilder parses Total.js Errors in responses as Error
    • โž• added: String.prototype.env() replaces all values in the form [key] for CONF.key
    • โž• added: WebSocket supports a new type - raw buffer
    • โž• added: Number.fixed(decimals)

    โšก๏ธ Updates :

    • โšก๏ธ updated: websocket.send2(message, comparer, replacer, [params]) by adding params argument for comparer function
    • โšก๏ธ updated: Websocket.encodedecode can enable/disable easily encoding of messages
    • โšก๏ธ updated: bundling skips all bundles with -bk.bundle in filename
    • โšก๏ธ updated: bundle filenames are displayed in console
    • โšก๏ธ updated: UPDATE() method by adding noarchive argument
    • โšก๏ธ updated: TEST() method supports [subdomain] keyword and METHOD url in URL address
    • โšก๏ธ updated: MODIFY([filename], fn) by adding filename argument
    • โšก๏ธ updated: background of schedulers by @fgnm
    • โšก๏ธ updated: U.download() by adding param argument
    • โšก๏ธ updated: U.request() by adding param argument
    • โšก๏ธ updated: schema.cl(name, [value]) method by adding value argument for replacing of existing code-list
    • โšก๏ธ updated: Tangular version to v4.0.0

    ๐Ÿ‘Œ Improvements :

    • ๐Ÿ‘Œ improved: filename in modificators (now filenames contain relative paths)
    • ๐Ÿ‘Œ improved: performance of U.request() (around +10%)
    • ๐Ÿ‘Œ improved: performance of U.download() (around +10%)
    • ๐Ÿ‘Œ improved: performance of RESTBuilder
    • ๐Ÿ‘Œ improved: CSS minifier by compressing single hex color from e.g. #000000 to #000

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: localization in totaljs executable script
    • ๐Ÿ›  fixed: phone validation
    • ๐Ÿ›  fixed: DOWNLOAD()
    • ๐Ÿ›  fixed: Number.VAT() by Tomas Novak
    • ๐Ÿ›  fixed: debugging mode in Node.js v14
    • fixed: allow_compile_html in static files
    • ๐Ÿ›  fixed: ROUTE() method, there was a problem with spaces GET /*
    • ๐Ÿ›  fixed: ACTION() with json output
    • ๐Ÿ›  fixed: controller in $ACTION() with used get and query actions
    • ๐Ÿ›  fixed: PATCH method in $ACTION()
    • ๐Ÿ›  fixed: schema.allow() in PATCH method
    • ๐Ÿ›  fixed: image resizing in debug-mode
  • v3.4.2

    May 11, 2020
  • v3.4.1 Changes

    March 11, 2020

    News :

    • โž• added: SchemaOptions.parent returns a parent model
    • โž• added: Tangular template engine (experimental)
    • โž• added: String.makeid() for creating of unique identifier from string
    • โž• added: a new property called message.ua to FLOWSTREAM()

    โšก๏ธ Updates :

    • โšก๏ธ updated: HttpFile.fs() by adding id argument for updating of existing file
    • updated: default value for allow_ssc_validation to true

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: String.parseDate(format) with defined format
    • ๐Ÿ›  fixed: inheriting of controllers between schemas
    • ๐Ÿ›  fixed: MailMessage.attachments()
    • ๐Ÿ›  fixed: calling of F.snapshotstats in cache recycle
    • ๐Ÿ›  fixed: controller.success()
    • ๐Ÿ›  fixed: removing of unused files when a bundle is extracting
    • ๐Ÿ›  fixed: a processor function in F.backup()

    ๐Ÿ‘Œ Improvements :

    • ๐Ÿ‘Œ improved: Date.format()
    • ๐Ÿ‘Œ improved: Total.js translate (supports ErrorBuilder and DBMS)
  • v3.4.0 Changes

    February 11, 2020

    News :

    • โž• added: date.setTimeZone(timezone)
    • โž• added: `NOSQL('~absolute_path.nosql')' loads external NoSQL embedded database
    • โž• added: `TABLE('~absolute_path.nosql')' loads external Table
    • โž• added: (generate) subtype into the config files
    • โž• added: String.isBase64()
    • โž• added: new schema type Base64
    • โž• added: SchemaEntity supports schema.addWorkflowExtension(name, fn($, [data]))
    • โž• added: SchemaEntity supports schema.addTransformExtension(name, fn($, [data]))
    • โž• added: SchemaEntity supports schema.addOperationExtension(name, fn($, [data]))
    • โž• added: SchemaEntity supports schema.addHookExtension(name, fn($, [data]))
    • โž• added: SchemaEntity supports schema.setSaveExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setReadExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setQueryExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setRemoveExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setInsertExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setUpdateExtension(fn($, [data]))
    • โž• added: SchemaEntity supports schema.setPatchExtension(fn($, [data]))
    • โž• added: SchemaOptions supports $.extend([data]) for evaluating of all extensions for the current operation
    • โž• added: WebSocket.keys property (it contains all keys with connections)
    • โž• added: threads directory for server-less functionality
    • โž• added: a global variable called THREAD with a name of current thread
    • โž• added: require('total.js').http(..., { thread: 'thread_name' }) evaluates only specified thread
    • โž• added: require('total.js').cluster.http(..., { thread: 'thread_name' }) evaluates only specified thread in cluster
    • added: framework creates a file with app stats in the form your_init_script_name.js.json
    • added: a new config key allow_stats_snapshot
    • โž• added: view engine @{import()} supports auto-merging JS or CSS files: @{import('default.js + ui.js')}
    • โž• added: exports.options delegate to component in FLOWSTREAM
    • โž• added: DatabaseBuilder.autofill() from DBMS
    • โž• added: HttpFile.extension property
    • โž• added: HttpFile.size property alias to HttpFile.length
    • โž• added: auto-session cleaner of unused sessions
    • added: allow_sessions_unused config key for cleaning of unused sessions
    • โž• added: missing PATH.schemas, PATH.operations and PATH.tasks
    • โž• added: a new method PATH.updates
    • added: easy updating of applications via UPDATE(versions, [callback], [pause_server_message])
    • โž• added: NOSQL counter .reset([type], [id], [date], [callback]) method-
    • โž• added: session.listlive(callback) returns all live items in session
    • โž• added: controller.ua returns parsed User-Agent
    • โž• added: $.ua returns parsed User-Agent in Schemas, Operations, TaskBuilder, MIDDLEWARE() and AUTH()
    • โž• added: support for .mjs extensions
    • โž• added: a simple support for DDOS protection allow_reqlimit : Number (max. concurent requests by IP just-in-time)
    • โž• added: unit-testing supports colors, added by @dacrhu
    • โž• added: String.encryptUID() as alias for U.encryptUID()
    • โž• added: String.decryptUID() as alias for U.decryptUID()

    โšก๏ธ Updates :

    • โšก๏ธ updated: WEBSOCKET() supports +, - and ๐Ÿ”’ as authorization flags
    • โšก๏ธ updated: LOAD() supports service type
    • updated: cluster watches restart or restart_NAME_of_THREAD files for restarting of existing threads
    • โšก๏ธ updated: cluster supports auto mode
    • โšก๏ธ updated: cluster supports watcher in debug mode
    • updated: *.filefs(), *.filenosql(), *.imagefs(), *.imagenosql() by adding checkmeta argument
    • updated: $.done([user_instance]) method in AUTH(), added a new argument called user_instance (optional)
    • โšก๏ธ updated: GZIP is enabled only for JSON bodies which have more than 4096 bytes
    • ๐Ÿš€ updated: .env parser supports parsing of .env-debug or .env-release files according to the mode
    • โšก๏ธ updated: list of user-agents in String.parseUA()

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: ON('error404') when the route doens't exist
    • ๐Ÿ›  fixed: filter in Schema workflows, transformations and operations
    • ๐Ÿ›  fixed: NOSQL() joins with absolute paths
    • ๐Ÿ›  fixed: TABLE() joins with absolute paths
    • ๐Ÿ›  fixed: (random) subtype in config files
    • ๐Ÿ›  fixed: (response) phrase in ROUTE() for multiple OPERATIONS
    • ๐Ÿ›  fixed: a response in ROUTE() with mulitple operations if the result contained some error
    • ๐Ÿ›  fixed: a security bug with a path traversal vulnerability
    • ๐Ÿ›  fixed: debug watcher for themes
    • ๐Ÿ›  fixed: generators in schemas with a new declaration
    • ๐Ÿ›  fixed: a problem with handling files in 404 action
    • ๐Ÿ›  fixed: startup directory in bundles
    • ๐Ÿ›  fixed: schema.inherit() didn't copy required fields.
    • ๐Ÿ›  fixed: SUCCESS() serialization with SUCCESS() argument
    • ๐Ÿ›  fixed: a critial bug with UID() generator
    • ๐Ÿ›  fixed: clearing of DNS cache

    ๐Ÿ‘Œ Improvements :

    • ๐Ÿ‘Œ improved: LOGMAIL() mail format
    • ๐Ÿ‘Œ improved: starting logs in console output (added IPv4 local address)
    • ๐Ÿ‘Œ improved: performance with JSON serialization in controller.success() and controller.done()
  • v3.3.2 Changes

    November 12, 2019

    Fixes :

    • ๐Ÿ›  fixed: default time zone (utc is default time zone)
  • v3.3.1 Changes

    November 07, 2019

    News :

    • โž• added: RESTBuilder.callback() which performs .exec() automatically
    • โž• added: FLOWSTREAM()

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: AUDIT() method
    • ๐Ÿ›  fixed: error handling in controller.invalid()
    • ๐Ÿ›  fixed: req.authorize()
    • ๐Ÿ›  fixed: CSS auto-vendor-prefixes, fixed opacity with !important
    • ๐Ÿ›  fixed: CONVERT() a problem with arrays
  • v3.3.0 Changes

    September 30, 2019

    ๐Ÿ†• News

    • โž• added: NEWTASK(name, declaration) for creating preddefined TaskBuilder
    • โž• added: TASK(name, taskname, callback, [controller/SchemaOptions/OperationOptions/ErrorBuilder]) for executing preddefined TaskBuilder
    • โž• added: a new config key directory_tasks for TaskBuilder
    • โž• added: a global alias MODIFY() for F.modify()
    • โž• added: a global alias VIEWCOMPILE() for F.view_compile()
    • โž• added: mail.type = 'html' can be html (default) or plain
    • โž• added: $.headers into the SchemaOptions, OperationOptions and TaskBuilder
    • โž• added: String.parseCSV([delimiter]) returns Object Array
    • โž• added: String.parseUA([structured]) a simple user-agent parser
    • โž• added: req.useragent([structured]) returns parsed User-Agent
    • โž• added: a new config key default_crypto it can rewrite Total.js crypto mechanism (default: undefined)
    • added: a new config key default_crypto_iv it's an initialization vector (default: generated from secret) or it can contain a custom hex value
    • ๐Ÿ‘ท added: a new config key allow_workers_silent can enable/disable silent workers (default: false)
    • โž• added: a new config sub-type called random, example: secret_key (random) : 10 and 10 means a length of value
    • โž• added: a new command clear_dnscache for clearing DNS cache
    • โž• added: commands INSTALL('command', 'command_name', function) for registering commands and CMD(name, [a], [b], [c], [d]) for executing commands
    • โž• added: ENCRYPTREQ(req, val, [key], [strict]) to encrypt value according to the request meta data
    • โž• added: DECRYPTREQ(req, val, [key]) to decrypt value according to the request meta data
    • โž• added: controller.nocache()
    • โž• added: controller.nocontent()
    • โž• added: REPO as a global variable
    • โž• added: FUNC as a global variable
    • โž• added: MAIN as a global variable
    • โž• added: DEF as a global variable for defining of behaviour for some operations (alternative to F)
    • โž• added: PREF.set(name, [value]) (read+write) or PREF.propname (only read) for reading/writing a persistent preferences
    • โž• added: F.onPrefSave = function(obj) to write preferences
    • โž• added: F.onPrefLoad = function(next(obj)) to read preferences
    • โž• added: RESTBuilder.url(url) which returns a new instance of RESTBuilder for chaining
    • โž• added: restbuilder.keepalive() enables a keepalive for RESTBuilder instance
    • โž• added: SESSION() management, more in docs
    • โž• added: controller.sessionid with ID of SESSION()
    • โž• added: AUTH() supports a new auth declaration with $ as AuthOptions like SchemaOptions or OperationOptions
    • โž• added: AuthOptions to prototypes
    • โž• added: ErrorBuilder.length property (alias for `instance.items.length)
    • โž• added: Schemas prepare supports req argument
    • โž• added: DEF.currencies.eur = function(val) {} registers a currency formatter
    • โž• added: DEF.helpers registers a new view engine helper (F.helpers is alias for for this object)
    • โž• added: DEF.validators is alias for for F.validators
    • โž• added: usage of currency formatter Number.currency(currency)
    • โž• added: new schema type Number2 with default value is null, not zero 0
    • โž• added: @{json2(model, elementID, key1, key2, key3)} can serialize data with keys defined into the <script type="application/json">
    • โž• added: schemas supports PATCH and .setPatch(), only specified field are processed
    • โž• added: SchemaOptions supports $.keys for PATCH method
    • โž• added: schema.cl(name) ("cl" means codelist) returns {Array} a list of values from defined enum/keyvalue
    • โž• added: schema.props() returns {Object} meta info about all defined properties
    • โž• added: SchemaOptions, OperationOptions and TaskOptions supports $.req and $.res properties
    • โž• added: AUDIT(name, $, [type], message) a method for audit logs
    • added: obsolete message to older declaration of middleware, schemas and operations
    • added: U.diffarr(prop, arr_A, arr_B) for comparing of two arrays
    • added: DIFFARR(prop, arr_A, arr_B) is a global alias for U.diffarr()
    • โž• added: global.REQUIRE() for local modules within app directory
    • โž• added: global.isWORKER variable which contains true (when the process is executed as a worker) or false
    • โž• added: ACTION(url, [data], callback) can evaluate a route without request creation
    • โž• added: ROUTE('๐Ÿ”’ METHOD URL'), it means that ๐Ÿ”’ adds authorized flag
    • โž• added: ROUTE('+METHOD URL'), it means that ++ or + adds authorized flag
    • โž• added: ROUTE('-METHOD URL'), it means that -- or - adds authorized flag
    • โž• added: SchemaOptions, OperationOptions, TaskOptions supports filtered query arguments via $.filter
    • โž• added: controller.done([value])
    • โž• added: SITEMAP() as alias to F.sitemap()
    • โž• added: config key allow_localize enables a localization for all HTML files
    • โž• added: controller.breadcrumb returns all sitemap items
    • โž• added: PAUSESERVER(name, pause) pauses web server (alias for F.wait())
    • added: PROXY(endpoint, hostname, [copypath], [before_fn(uri,req,res)], [after_fn(res)]) makes a direct proxy from webserver
    • โž• added: schema.middleware(function($, next)) for creating simple middlewares for Schema operations
    • โž• added: FILE404(fn(req, res)) performs a simple fallback for non-existing files
    • โž• added: $PATCH(schema, model, [options], callback, [controller]) method
    • โž• added: .env parser to process.env
    • โž• added: String.parseENV() for parsing .env syntax
    • โž• added: $.noop() for custom responses
    • โž• added: $ACTION(schemaroute, [model], callback, [controller]) evaluates schema
    • โž• added: process.send('total:restart') performs a restart of app when the app is in debug mode
    • โž• added: NOSQLREADER(filename) for reading different files of NoSQL embedded databases
    • โž• added: TABLEREADER(filename) for reading different files of Table embedded databases
    • โž• added: Mail.use() an alias for F.useSMTP()
    • โž• added: F.onAudit(name, data) delegate for handling audit logs
    • โž• added: Components support a new features called Parts, more in docs

    โšก๏ธ Updates

    • โšก๏ธ updated: $.invalid() without arguments can return a function function(err)
    • โšก๏ธ updated: Mail unsubscribe appends new header which enables unsubscribe in e.g. iOS
    • โšก๏ธ updated: MODIFY, handler contains a new argument controller
    • โšก๏ธ updated: headers argument in controller.proxy supports flags: [] for REQEUST method
    • โšก๏ธ updated: .filefs() and .filenosql() supports download with true or with (name, type) => 'new_name' (filename will be read from NoSQL binary file)
    • โšก๏ธ updated: $.done(arg) argument @arg can be boolean (response will be as a value) or object/primitive value (arg will be as a value)
    • โšก๏ธ updated: String.arg(obj, [encode], [def]) added encode (true, json, html) and def arguments
    • โšก๏ธ updated: AUTH(req, res, flags, next) and next function can handle callback(err, user)
    • โšก๏ธ updated: REQUEST() supports keepalive flag
    • โšก๏ธ updated: bundles mechanism supports merging files --filename between bundles files
    • โšก๏ธ updated: String.hash(true) returns unsigned int
    • updated: CONF:default_image_converter supports magick for new version of ImageMagick
    • updated: CONF.default_image_consumption can contain ZERO value which means disabled optimialization of CPU/memory consumption
    • updated: CONF.default_image_consumption has changed a default value to 0
    • โšก๏ธ updated: U.parseXML(str, [replace]) and String.parseXML([replace]) contains a new argument called replace
    • โšก๏ธ updated: LOAD() added a callback function
    • โšก๏ธ updated: components support encoding="utf8" attribute for <file tag (default: base64)
    • โšก๏ธ updated: EventEmitter2 supports a new argument obj, example: U.EventEmitter2(obj) or supports .extend method: U.EventEmitter2.extend(proto)
    • โšก๏ธ updated: UID() generates new types of UID with 100% backward compatibility
    • โšก๏ธ updated: FILESTORAGE() now it works in cluster mode

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fixed: schemas validation
    • ๐Ÿ›  fixed: error handling in dynamic schemas
    • ๐Ÿ›  fixed: CSS variables
    • ๐Ÿ›  fixed: CSS variables with additional !important clause
    • ๐Ÿ›  fixed: controller.proxy() with Gzip/Deflate compression
    • ๐Ÿ›  fixed: HTTP status code with 204 in REQUEST()
    • ๐Ÿ›  fixed: cookies in WEBSOCKETCLIENT
    • ๐Ÿ›  fixed: REQUEST() with json flag and with null and '' value
    • ๐Ÿ›  fixed: rendering components in layout
    • ๐Ÿ›  fixed: resources, there was a bug with reading of value from default.resource
    • ๐Ÿ›  fixed: too many open files in res.image()
    • ๐Ÿ›  fixed: too many open files in res.filefs()
    • ๐Ÿ›  fixed: Schema Boolean parser
    • ๐Ÿ›  fixed: renamed F.stats.request.path to F.stats.request.patch
    • ๐Ÿ›  fixed: SMTP sender (a problem with auth mechanism with some mail servers)
    • ๐Ÿ›  fixed: filter in F.backup()
    • ๐Ÿ›  fixed: paths for stored directories in F.backup()
    • ๐Ÿ›  fixed: uploading files
    • ๐Ÿ›  fixed: U.getExtension() by @molda

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ improved Schemas and error handling
    • ๐Ÿ‘Œ improved res.filefs() method for nonexistent files

    Others

    • renamed: *.routeScript to *.public_js
    • ๐Ÿ’… renamed: *.routeStyle to *.public_css
    • renamed: *.routeFont to *.public_font
    • renamed: *.routeVideo to *.public_video
    • renamed: *.routeImage to *.public_image
    • renamed: *.routeDownload to *.public_download
    • โœ… renamed: *.routeStatic to *.public
    • ๐Ÿ“‡ renamed: controller.viewCompile() to controller.view_compile()
    • ๐Ÿ“‡ renamed: event cache-set to cache_set:
    • renamed: event controller-render-meta to controller_render_meta
    • ๐Ÿ“‡ renamed: event request-end to request_end
    • ๐Ÿ“‡ renamed: event websocket-begin to websocket_begin
    • ๐Ÿ“‡ renamed: event websocket-end to websocket_end
    • ๐Ÿ“‡ renamed: event request-begin to request_begin
    • ๐Ÿ“‡ renamed: event upload-begin to upload_begin
    • ๐Ÿ“‡ renamed: event upload-end to upload_end
    • ๐Ÿ“‡ renamed: event cache-expire to cache_expired
    • โœ‚ removed: backward compatibility with older version of Node.js < 10
    • โœ‚ removed: F.hash(), alternative String.prototype.hash()
    • โœ‚ removed: controller.hash(), alternative String.prototype.hash()
  • v3.2.0 Changes

    February 13, 2019

    News :

    • โž• added: WORKER() alias to F.worker()
    • โž• added: WORKER2() alias to F.worker2()
    • โž• added: F.cluster.https()
    • โž• added: TaskBuilder.done2([send_value]) returns function with wrapped .done()
    • โž• added: TaskBuilder.success2([send_value]) returns function with wrapped .success()
    • โž• added: TaskBuilder.next2(name) returns function with wrapped .next()
    • โž• added: new RESTBuilder aliases .DELETE(), .PUT(), .POST(), .PATCH() and.GET()`
    • โž• added: schema.before(key, (value, model, index) => value) is a simple and new alternative to schema.setPrepare()
    • โž• added: SchemaInstance.$parent returns a parent schema (if the schema is nested schema)
    • โž• added: SchemaOptions.redirect(url) can perform a redirect from the schema
    • โž• added: OperationOptions.redirect(url) can perform a redirect from the operation
    • โž• added: .ics extension as acceptable file for the web server

    โšก๏ธ Updates :

    • โšก๏ธ updated: F.worker2() returns entire stdout buffer in the callback(err, buffer)
    • โšก๏ธ updated: $options() by adding disabled key
    • โšก๏ธ updated: String.ROOT() by adding a support for jComponent AJAX() calls
    • โšก๏ธ updated: RESTBuilder.method(method, [data]) added data argument
    • โšก๏ธ updated: String.parseDate([format]) added format argument
    • โšก๏ธ updated: SMTP settings contain heloid as heloidentifier (manually can be defined HELO or EHLO command)
    • โšก๏ธ updated: SMTP hostname is computed from email if SMTP is not specified

    ๐Ÿ›  Fixes :

    • ๐Ÿ›  fixed: critical bug with security + improved security
    • ๐Ÿ›  fixed: system routing
    • ๐Ÿ›  fixed: NoSQL sorting, solved a strange problem
    • ๐Ÿ›  fixed: U.request() with GET method by @khaledkhalil94 (it doesn't send JSON data if data is null/undefined)
    • ๐Ÿ›  fixed: F.wait() in WebSocket
    • ๐Ÿ›  fixed: String.capitalize(true)
    • ๐Ÿ›  fixed: REQUEST() uploading of additional multipart/form-data (removed encoding)
    • ๐Ÿ›  fixed: view engine conditions defined in <script>
    • ๐Ÿ›  fixed: auto-redirects in U.download()
    • ๐Ÿ›  fixed: image streams resizing
    • ๐Ÿ›  fixed: @{'%config_key'} a problem with rendering a value with '