Releases: Trehinos/Thor
Releases · Trehinos/Thor
1.0
RC6 - 0.9.6
- Assets system (simple asset, cachable, mergeable)
- Database type for
PdoColumn
(TableType
) - CLI : REPL
- CLI :
daemon/run
- Auto-documentation of code (Thor' class reference is generated by this command)
- CLI :
project/document
- CLI :
- Web : KeyMapper and Toast system coupled with the controller messages
- A lot of new "tools" and "structures" :
Structures/Collection
: anarray
with object contextStructures/DataStructures
: aList
&Stack
&Queue
Structures/Promise
Structures/BinaryNode
Tools/Arrays
Tools/DynamicYaml
: a way to use${variables}
in YML filesTools/Email
: send emailsTools/Spreadsheet
- and many changes
- All modules reorganized (notably Thor/Framework and Thor/Web)
- Cli/Console rewritten
RC5 - 0.9.5
- Language consitence,
- Readme and
composer.json
cleaned, - DataTables udpate,
- User parameters,
.gitignore
,- Update process (
core/update
command) fixed.
RC4 - 0.9.4
- Multilingual permissions management in the web project.
*Configuration
classes.- Menu with use of authorizations/permissions system.
- Prototype of an index page.
PdoHandler
now havepublic readonly
properties.lang
new global Twig variable.
RC3 - 0.9.2
Changes :
- Html module updated
- CliKernel : writes a message in case of a command doesn't exist.
- Language files consistence
- Permissions list in a static file.
RC2 - 0.9.1
Changes :
- Http :
ResponseFactory
with a lot of standard responses &RequestFactory
&Headers
factory. - Security : added
Authorization
system and numerous fixes. And custom security provider. - PdoExtension module :
TableType
interface and base types,SchemaHelper
update with new DBMS-dependant classes :Driver
.
- Unit tests.
RC1 - 0.9.0
First release candidate of Thor.