Skip to content

Releases: atrehhoff/framework

v10.0.3

05 Jan 13:17

Choose a tag to compare

v10.0.2

29 Dec 21:41

Choose a tag to compare

  • \Core\Router no longer relies upon FileNotFound exception.
  • Include type of thrown exception in logged errors.
  • Remove PHPunit guard clause for silent fails in autoloader.
  • Updated bundled documentation.
  • Updates to tooling surrounding this framework.

Full Changelog: v10.0.1...v10.0.2

v10.0.1

19 Dec 23:52

Choose a tag to compare

  • Added \Str::pos(); method.
  • Rename HttpsRedirect to BaseurlRedirect.
  • Updated typehints for class constants.
  • Updated phpcs configuration to be compatible with newer PHP versions.
  • Updated documentation.

Full Changelog: v10.0.0...v10.0.1

v10.0.0

29 Oct 21:03

Choose a tag to compare

  • This release is backwards incompatible.
  • Simplified \Controller constructor and dependencies.
  • Updated unit tests to account for properties that have been moved.
  • Moved constant TESTS_RUNNING from test suite to source code.
  • AllowedContentType attribute renamed to RespondWith for easier glancing.
  • Removed support for multiple themes, as feature was unused.

Note: This release prioritizes simplicity and removing
unused features and is therefore marked as incompatible
However the core concepts and structure stay the same.

Full Changelog: v9.2.3...v10.0.0

v9.2.3

22 Oct 06:38

Choose a tag to compare

Full Changelog: v9.2.2...v9.2.3

v9.2.2

17 Oct 22:00

Choose a tag to compare

Full Changelog: v9.2.1...v9.2.2

v9.2.1

23 Sep 21:51

Choose a tag to compare

  • Maintenance release
  • Coding standards fixes.
  • Readability to CSP builder class.
  • Fix formatting in some documentation.

Full Changelog: v9.2.0...v9.2.1

v9.2.0

23 Sep 19:48

Choose a tag to compare

  • Removed the unused EventService class and moved event listener registration to \Bootstrap\Bootstrap
  • Support for Content-Security-Policy header, strict by default.
  • Updated Controller and Renderer classes to trigger events before rendering views.
  • Documentation updated to reflect changes.
  • Added test suite for CSP builder class.
  • Bug- and performance fixes.

Full Changelog: v9.1.3...v9.2.0

v9.1.3

22 Aug 20:41

Choose a tag to compare

Full Changelog: v9.1.2...v9.1.3

v9.1.2

15 Aug 19:34

Choose a tag to compare

  • Seperated entity cache from entity class.

Full Changelog: v9.1.1...v9.1.2