Skip to content

1.1 Alpha

Compare
Choose a tag to compare
@hparadiz hparadiz released this 12 Jul 01:48
· 80 commits to release since this release
695ec79

Everything in this release works. Alpha because it's not implementing all the target features for 1.1

I've been updating technexus (my blog) as I go and now I want to target this release with it instead of develop which might have breaking changes while I'm working on it.

Otherwise, here are the changes since 1.0.x

  • Now targeting PHP 7.4+ only.
  • All controllers are now psr7 compatible.
  • Added some tests for Media
  • Moved ActiveRecord userspace field mapping from Model into a separate class to lower code complexity substantially.
  • New emitter classes to bring up to parity with modern patterns.
  • Session class to use for user authentication with tests.
  • A new Response builder style class is used instead of a string in controllers for building responses.