Releases: treefrogframework/treefrog-framework
Releases · treefrogframework/treefrog-framework
TreeFrog Framework version 1.19.0 release
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
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.
TreeFrog Framework version 1.10.0 release
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