Skip to content

RC6 - 0.9.6

Compare
Choose a tag to compare
@Trehinos Trehinos released this 02 Jun 23:29
· 59 commits to master since this release
  • 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