Skip to content

Releases: pyxol/magnetar

v0.4.1

09 Nov 22:42
Compare
Choose a tag to compare
  • Start of Authentication logic
  • Facade docblock now includes magic methods

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Nov 22:37
Compare
Choose a tag to compare
  • Model architecture rewrite
  • Diacritic string utility class
  • Various QueryBuilder fixes
  • Request::get() for parameters
  • Fix to certain router-related issues
  • phpDoc tooling

Full Changelog: v0.3.3...v0.4.0

v0.3.3

13 Oct 23:25
Compare
Choose a tag to compare
  • bug fix for Model::find method

Full Changelog: v0.3.3...v0.3.3

v0.3.2

13 Oct 21:43
Compare
Choose a tag to compare
  • new Model system for automating CRUD on database entries
  • QueryBuilder: new insert(), update(), and delete() functions

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Oct 21:42
Compare
Choose a tag to compare
  • File manager rewrite
  • Logic class

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Sep 00:12
Compare
Choose a tag to compare

Another big step towards a highly performant, feature-robust, completely statically typed, uncluttered PHP framework.

Completely revamped Router

  • robust, statically typed HTTP method-specific routing
  • contextually aware groups that allow for easily grouping together suffixed paths/names inside route groups
  • switch to simplistic route definitions (eg: '/path/to/page/') with variable replacements (eg: '/path/to/{id}')
  • route definitions can include parameter type hinting (eg: '/path/to/{id:int}/') with string as the default fallback
  • new route action registry for matched path callback handling

Full Changelog: v0.2.9...v0.3.0

v0.2.8

11 Sep 18:58
Compare
Choose a tag to compare
  • Initial start for the 'Please' command line tool
  • Console kernel updates
  • Please command for intelligently updating PHPDoc @method details for Facades

v0.2.7

05 Sep 23:48
Compare
Choose a tag to compare
  • fix to binding params in HasPDOTrait->bindStatementParams

v0.2.6

05 Sep 22:53
Compare
Choose a tag to compare
  • Database refactoring
  • Pipeline functionality
  • Middleware processing for requests, termination
  • Exception handler for HTTP kernel
  • More header management for incoming requests and response object

Full Changelog: v0.2.5...v0.2.6

v0.2.5

24 Aug 19:48
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5