Treefrog Framework Versions Save

TreeFrog Framework : High-speed C++ MVC Framework for Web Application

v2.2.0

2 years ago
  • Fix a bug of cache logic for sqlite.
  • Modified not to use core5compat module in running on Qt6.
  • Performance improvement.

v2.1.0

2 years ago
  • 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

2 years ago
  • Updated the scaffold generator to generate WebAPI codes.
  • Modified the scaffold generator to generate service classes for the model layer.

v2.0.1

2 years ago
  • Support for Qt version 5 and version 6.
  • Modified not to use obsolete functions of Qt.

v1.31.1

3 years ago
  • Fix a bug of poll condition in redis driver.

v1.31.0

3 years ago
  • 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

3 years ago
  • 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

4 years ago
  • 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().

v1.28.0

4 years ago
  • Implemented to add a SameSite attribute to cookie.
  • Modified to add a max-age value to cookie.
  • Fix a bug of listing available controllers.
  • Fix a bug of showing a port number by -l option.
  • Fix a bug of content type in renderText() function.

v1.27.0

4 years ago
  • Implemented OAuth2 client. [Experimental]
  • Supports for MongoDB version 3.2 and later.
  • Fix a bug that timer for TSqlDatabasePool stops. #279
  • Fix a bug not to set all databases to transaction state value.
  • Fix a bug of execution of diff in tspawn command.