Skip to content

Releases: iTXTech/SimpleFramework

v1.1.2

25 Jan 05:11
Compare
Choose a tag to compare

New features:

  • Added module dependency check
  • Added more command line options
  • Added ability to change async workers by config file
  • Modules can have resources and they can be accessed easily

Changes:

  • Various bug fixes
  • PHP 7.0 optimization

v1.1.1

01 Dec 06:06
Compare
Choose a tag to compare

New Features:

  • Added support for logging file
  • Added support for website property in ModuleInfo

Changes:

  • Improved command line options
  • Changed ConsoleReader into standard SFCLI Thread

v1.1.0

27 Nov 07:57
Compare
Choose a tag to compare

New Features:

  • Added support for multi-threading
  • Added support for unregister commands
  • Added module load order for dependencies
  • Added command line option support

Changes:

  • API Level: 2
  • Code name: [Blizzard]
  • Base load is now independent form Framework
  • Main class SimpleFramework -> Framework
  • Improved module load logic and load method