Skip to content

Releases: treefrogframework/treefrog-framework

TreeFrog Framework version 2.3.0 release

31 Dec 04:24
Compare
Choose a tag to compare
  • 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.

TreeFrog Framework version 2.2.0 release

23 Oct 02:07
Compare
Choose a tag to compare
  • Fix a bug of cache logic for sqlite.
  • Modified not to use core5compat module in running on Qt6.
  • Performance improvement.

TreeFrog Framework version 2.1.0 release

21 Aug 01:34
Compare
Choose a tag to compare
  • 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.

TreeFrog Framework version 2.0 beta2 release

19 Jun 13:04
Compare
Choose a tag to compare
  • Updated the scaffold generator to generate WebAPI codes.
  • Modified the scaffold generator to generate service classes for the model layer.

TreeFrog Framework version 2.0 beta release

23 May 03:35
Compare
Choose a tag to compare
  • Support for Qt version 5 and version 6.
  • Modified not to use obsolete functions of Qt.

TreeFrog Framework version 1.31.1 release

06 Feb 23:18
Compare
Choose a tag to compare
  • Fix a bug of poll condition in redis driver.

TreeFrog Framework version 1.31.0 release

06 Feb 02:21
Compare
Choose a tag to compare
  • 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.

TreeFrog Framework version 1.30.0 release

21 Aug 23:30
Compare
Choose a tag to compare
  • 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.

TreeFrog Framework version 1.29.0 release

02 May 01:24
Compare
Choose a tag to compare
  • 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().

TreeFrog Framework version 1.28.0 release

11 Feb 13:03
Compare
Choose a tag to compare
  • 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.