Skip to content

v.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yurii-github yurii-github released this 25 Jan 20:13
· 137 commits to master since this release

Some big changes from v1.x

  • dropped Yii2 framework and all workarounds for it. Code was rewritten with Slim4 + Illuminate/database
  • test coverage is ~100% now
  • some hidden issues were fixed from v1.x, not critical though
  • db migration is triggered on index page everytime it loads. This is cheap trade off for option to have everything to go automatically.
  • prep better compatibility for configuration file for future changes

Currently this version misses some functionality for logging of errors which I personally don't need but for sure I will add it before release.