Skip to content

Releases: ralphmoran/aeros

v4.3.0

23 Mar 20:36
Compare
Choose a tag to compare

Added new Model::has method to create hasOne and hasMany relationships for a Model

V4.2.0

12 Mar 18:06
136a3d4
Compare
Choose a tag to compare

Added make:seed command.
Updated and renamed make:migration command

v4.1.0

11 Mar 15:59
0b58735
Compare
Choose a tag to compare

Deleted samples of events, jobs, and crons

v4.0.0

11 Mar 15:59
8a6f913
Compare
Choose a tag to compare

Mayor change: Updated namespaces and composer.json, section autoload PSR-4 to only have 2 global namespaces, giving the ability to add/create custom libraries

v3.2.0

07 Mar 21:52
f5c5892
Compare
Choose a tag to compare
  • Added db:migrate command
  • Added migration:make command. Added logic to validate if migrations and seeds folder exist

v3.0.1

05 Mar 00:05
6d6c36a
Compare
Choose a tag to compare

Bug fixed the Db method call

v3.0.0

04 Mar 21:43
4e04de6
Compare
Choose a tag to compare
  • Added isEnv, isMode new functions
  • Refactored env function
  • Refactored autoload system
  • Created aeros_autoload.php
  • Added cache route content management
  • Added new cache folder in logs
  • Added logic to cache route content when env is production and cache is enable from env file

v2.0.0

01 Mar 01:51
41445a5
Compare
Choose a tag to compare
  • Added CSRF management and protection.
  • Added new function called abort
  • Fixed a bug with the App middlewares running twice.
  • Added magic methods to Request class and refactored some methods.
  • Added a new common component named hidden.
  • Added csrf() function that embeds the CSRF token when called
  • Added new service provider called CsrfTokenServiceProvider and new middleware called VerifyCsrfTokenMiddleware

v1.9.0

24 Feb 15:45
5e89096
Compare
Choose a tag to compare
  • Added model relationships: hasOne and hasMany to retrieve related models. Added new function: class_basename.
  • Renamed AuthenticationTrait for Auhenticable
  • Added Authenticable trait

v1.8.0

21 Feb 23:00
ed5edc0
Compare
Choose a tag to compare
  • Added session and cookie management by functions. Updated classes Cooki, Response, Route, Router, ServiceContainer, Session, and framework file

  • Fixed a bug regarding ob_start and setting cookies. Updated view and component functions, Route class to catch content to later output it

  • Added PHPDocs to sendHeaders method and did a clean up on Cookie class