Skip to content

v1.0.1

Compare
Choose a tag to compare
@hparadiz hparadiz released this 18 May 21:48
  • Made initial bootstrap files use Divergence\App as App; for App instead of App\App because the App is supposed to define it's own App class extending Divergence\App.
  • Fixed many bad Exceptions found by Scrutinizer-CI.
  • Moved Divergence source code from classes/Divergence to src as per PHP League.
  • Fixed many first line comments from legacy Emergence style guide (pre-PSR).
  • Fixed a very old comment in /config/db.php referencing itself as /config/DB.config.php.
  • Changed readme.md links to reflect moving documentation to it's own Github repo.
  • Changed links to reflect moving the repo for this project from hparadiz/divergence to divergence/framework.
  • Added some phpdoc notation to ActiveRecord, Model, and some helper classes.
  • Fixed misc code-quality issues found by Scrutinizer-CI.