Skip to content

v2.0 Slim+jQueryUI+jqGrid

Compare
Choose a tag to compare
@yurii-github yurii-github released this 19 Feb 10:57
· 12 commits to master since this release

Big changes

  • dropped Yii2 framework and all workarounds for it. Code was rewritten with Slim4 + Illuminate/database
  • some hidden UIX and validation issues were fixed
  • db migration is now triggered on index page every time it loads. This is cheap trade off for option to have everything to go automatically instead of extra endpoint which I have no will to maintain
  • made preparation for better configuration compatibility for future changes
  • dropped unused/bloat functionality (migration endpoint, table optimization, email support)
  • tabs were moved to separate pages, it was stupid anyway

other changes

  • test coverage is ~100%
  • major refactoring was done, controllers were replaced with actions