All Versions
48
Latest Version
Avg Release Cycle
98 days
Latest Release
-

Changelog History
Page 1

  • v2.4.0 Changes

    • Implemented memory store for cache.
    • Updated Mongo C driver to v1.21.2.
  • v2.3.1 Changes

    • Fix compilation errors on Qt 6.3.
  • v2.3.0 Changes

    • Fix a bug of inserting a double-type value by SqlObject.
    • Implemented log output to calculate processing time of SQL query.
    • Implemented logics to set the log format of the SQL query log.
    • Implemented the treefrog command to show settings option.
    • Modified the timing of initializing sqlite cache store.
  • v2.2.0 Changes

    • Fix a bug of cache logic for sqlite.
    • Modified not to use core5compat module in running on Qt6.
    • Performance improvement.
  • v2.1.0 Changes

    • Fix a bug of calculating length of receiving packets.
    • Added echo() function with a variantmap argument.
    • Implement the logic of the tspawn command to generate scaffolding for vue.js.
  • v2.0.2 Changes

    • Updated the scaffold generator to generate WebAPI codes.
    • Modified the scaffold generator to generate service classes for the model layer.
  • v2.0.1 Changes

    • Support for Qt version 6.
    • Modified not to use obsolete functions of Qt.
  • v1.31.0 Changes

    • Fix a bug of TMultiplexingServer (epoll server).
    • Modified not to use obsolete functions of Qt.
    • Modified to use std::call_once() function.
    • Added TAbstractSqlORMapper class.
    • Performance improvement.
  • v1.30.0 Changes

    August 21, 2020
    • Implemented logics for X-Forwarded-For Header.
    • Implemented ActionMailer.smtp.RequireTLS parameter in application.ini.
    • Added a option for showing URL routing to treefrog command.
    • Updated I/F of ORM functions.
    • Performance improvement.
  • v1.29.0 Changes

    May 02, 2020
    • Fix a bug of max-age of cookie.
    • Fix a bug of generating select-tag.
    • Modified to initialize boolean fields in classes generated.
    • Implemented publish() function in TActionController class.
    • Rename functions; renderAndStoreInCache() to renderAndCache(), renderFromCache() to renderOnCache(), removeFromCache() to removeCache().