Releases: codefyphp/skeleton
Releases · codefyphp/skeleton
v2.0.2
v2.0.1
Features
- Authentication and authorization
- NIST Level 2 Role-Based Access Control with config
- Added token field migration
- Added role field migration
- Added GenerateEncryptionKey command
- Added Username value object
- Added UserAuthorizationMiddleware
- Added ExpireUserSessionMiddleware
Enhancements
- Named routes
- Removed unused JavaScript from views
v2.0.0
New Features and Enhancements
- User session middleware
- New
auth
config - Updated
mailer
config - Full user domain (model, domain events, repository, etc.)
- Simple admin backend
- Added middleware keys and base middleware to
app
config - New
AdminController
and routes
Full Changelog: https://github.com/codefyphp/skeleton/commits/v2.0.0
v1.0.6
- feature: CSRF Middleware
- feature: Cors Middleware
- feature: Secure Headers Middleware
- feature: HoneyPot Middleware
- feature: Logger Middleware
- feature: Middleware Service Provider
- feature: Config files for middleware
- feature: Option for setting base middleware in
config/app.php
- feature: Added config files for sessions and cookies
- feature: Added
csrf_field()
function - fix: Filesystem configuration
- fix: Missing strict type declaration
- fix: Filecache saving in the correct directory
- fix: Dynamic connection in
bootstrap/phpmig.php
v1.0.5
- Renamed
App/Infrastructure/Http/Routers
toApp/Infrastructure/Http/Routes
- Added new Value Objects
- Added new routes config file
- Updated README for completion
v1.0.4
- Updated the logo in the readme
- Added missing test script in composer.json
- Added the new
UlidCommand
to app config - Added the new
UuidCommand
to app config
v1.0.3
- Updated favicon
- Updated documentation link in the readme
- Added code image example in the readme
v1.0.2
Enhancement
- Small change to app and phpmig configs.
v1.0.1
Addition
- An example implementation of the EventStore interface using OrmBuilder Query Builder
Enhancement
- Removed prefix from migrations
v1.0.0
First initial release of the starter app template for the CodefyPHP Framework.