Skip to content

Releases: treefrogframework/treefrog-framework

TreeFrog Framework version 1.19.0 release

20 Sep 07:48
Compare
Choose a tag to compare
  • Added TSqlDriverExtension class for upsert statement.
  • Added QString arguments to sort columns function.
  • Added routes.cfg settings by which redirecting to URL path.
  • Modified to send a message of empty body when the status code is 304.
  • Fix compilation error on FreeBSD.
  • Other bugfixes.

TreeFrog Framework version 1.18.0 release

01 Jul 13:58
Compare
Choose a tag to compare
  • Implemented a session store for MongoDB.
  • Fix a bug of file session store.
  • Fix a bug of generator of controllers.
  • Fix a bug of parsing arguments when running as Windows service.
  • Fix leak of db connections.

TreeFrog Framework version 1.17.0 release

27 May 09:57
Compare
Choose a tag to compare
  • Fix a bug of comparisn logic of If-Modified-Since header.
  • Fix a bug of URL path traversal.
  • Modified to add view files into the project when tmake was executed.
  • Added logics to invoke a controller constructor by QMetaObject::newInstance() function.
  • Added logic of routing to a static file.
  • Added a class to process in background, TBackgroundProcess.

TreeFrog Framework version 1.16.0 release

08 Apr 09:33
Compare
Choose a tag to compare
  • Added a config for listening IP address.
  • Added a config for executing SQL statements on post-open.
  • Added a function for multi-fields 'order by', tfGetModelListByCriteria().
  • Fix a bug of selecting aarge number of rows in sqlite
  • Modified the generator to generate better code.
  • Added pages for GigHub Pages, English and Japanese.

TreeFrog Framework version 1.15.0 release

22 Jan 12:58
Compare
Choose a tag to compare
  • Added setValidationError(2) function to TFormValidator class
  • Added debug functions like 'tDebug() << "foo" << ..'.
  • Added config-initializer functions to TWebApplication class.
  • Added C++11 for-loop for TSqlORMapper class.
  • Modified functions of TFormValidator class.
  • Modified to handle quoted multipart/form-data boundary value.
  • Fix a bug of JSON parser of THttpRequest class.
  • Fix a bug of deadlock of thread on win64.
  • Fixed risky fallback for Content-Type in POST handling.
  • Added C++11 for-loop for TSqlORMapper class.
  • Added a fixed width setting for %O parameter for access log.

TreeFrog Framework version 1.14.0 release

05 Dec 08:54
Compare
Choose a tag to compare
  • Modified to use QThreadStorage class instead of thread_local.
  • Modified the scaffold generater to generate better codes.
  • Modified url() and urla() functions so as to generate the url, searching the routing file.
  • Added '#partial' tag in ERB.
  • Fix a bug of renderPartial() funcion on Windows.
  • Fix a bug of treefrog termination.
  • Fix a bug of session sqlobject store in PostgreSQL.
  • Fix crash on missing treefrog -k signal argument.
  • Deleted obsolete functions.
  • Performance improvement.

TreeFrog Framework version 1.13.0 release

17 Oct 06:04
Compare
Choose a tag to compare
  • Implements hazard pointer, lock-free algorithm.
  • Fix a compilation error in MSVC2015.
  • Added TAtomic class, TAtomicPtr class.
  • Performance tuning.
  • Required C++11 compiler.
  • Other bugfixes.

TreeFrog Framework version 1.12.0 release

22 May 07:01
Compare
Choose a tag to compare
  • Added helper generator to tspawn command.
  • Added inlineImageTag() function.
  • Added functions to Redis driver class.
  • Added modules for server-side JavaScript processing. [Experimental]
  • Other bugfixes.

TreeFrog Framework version 1.11.0 release

05 Mar 09:56
Compare
Choose a tag to compare

ChangeLog:

  • Added method chaining to TMongoODMapper class and TSqlORMapper class.
  • Added some functions to classes.
  • Modified the strong trim mode, '2', to delete white spaces and trim views strongly.
  • Modified the tmake command to use QLatin1Sring() in preference to tr().
  • Updated the mongo C driver to version 1.3.3.
  • Other bugfixes.

http://www.treefrogframework.org

TreeFrog Framework version 1.10.0 release

13 Dec 13:39
Compare
Choose a tag to compare

ChangeLog:

  • Implemented a class which represents SQL join clause for the O/R mapper.
  • Implemented LD_PRELOAD mechanism to the treefrog command, Linux only.
  • Fix a bug of getting running application's file path for root user.
  • Fix a bug of SQL for SELECT-COUNT query.
  • Other bugfixes

http://www.treefrogframework.org/