Skip to content

Releases: Trehinos/Thor

1.0

18 May 15:21
Compare
Choose a tag to compare
  • New commands API
  • New login interface

RC6 - 0.9.6

02 Jun 23:29
Compare
Choose a tag to compare
  • 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
  • Web : KeyMapper and Toast system coupled with the controller messages
  • A lot of new "tools" and "structures" :
    • Structures/Collection : an array with object context
    • Structures/DataStructures : a List & Stack & Queue
    • Structures/Promise
    • Structures/BinaryNode
    • Tools/Arrays
    • Tools/DynamicYaml : a way to use ${variables} in YML files
    • Tools/Email : send emails
    • Tools/Spreadsheet
    • and many changes
  • All modules reorganized (notably Thor/Framework and Thor/Web)
  • Cli/Console rewritten

RC5 - 0.9.5

17 Feb 20:41
Compare
Choose a tag to compare
  • Language consitence,
  • Readme and composer.json cleaned,
  • DataTables udpate,
  • User parameters,
  • .gitignore,
  • Update process (core/update command) fixed.

RC4 - 0.9.4

28 Dec 22:26
Compare
Choose a tag to compare
  • Multilingual permissions management in the web project.
  • *Configuration classes.
  • Menu with use of authorizations/permissions system.
  • Prototype of an index page.
  • PdoHandler now have public readonly properties.
  • lang new global Twig variable.

RC3 - 0.9.2

22 Dec 15:08
Compare
Choose a tag to compare

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

21 Dec 14:54
b6f39ae
Compare
Choose a tag to compare

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

01 Dec 16:24
Compare
Choose a tag to compare

First release candidate of Thor.