Releases: codefyphp/skeleton
Releases · codefyphp/skeleton
v3.0.1 - Maintenance Release
This is a small maintenance release.
- fixed: hardcoded user cookie name
- enhancement:
UserAuthadded as a singleton in container
Full Changelog: v3.0.1...v3.0.1
v3.0.0
This new release brings lots of changes, updates, and bug fixes:
- fixed: marking service providers as registered.
- feature: console commands
vendor:publishasset:flushgenerate:key:fileencrypt:envqueue:*
- feature: helpers
- feature: job queues
- feature: schedule tasks
- feature: middlewares
- Content cache
- HTTP cache
- Referer Spam
- API
- Rate Limiter
- HTML, JS, and CSS minifier
- feature: SEO helper for better SEO
- enhancement: removed native providers and console commands from configs
- feature: automatic loading of native providers and console commands
And a host of other bug fixes, enhancements, and new features. Check out the new documentation for a full view of what v3.0.0 has to offer.
Full Changelog: v2.1.1...v3.0.0
v2.1.1
Fixed escaping url's along with some other minor fixes.
Full Changelog: v2.0.2...v2.1.1
v2.0.2
- Fixed missing token
- Renamed
GenerateEncryptionKeycommand - Added a default connection string to database config
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
authconfig - Updated
mailerconfig - Full user domain (model, domain events, repository, etc.)
- Simple admin backend
- Added middleware keys and base middleware to
appconfig - New
AdminControllerand 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/RouterstoApp/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
UlidCommandto app config - Added the new
UuidCommandto app config
v1.0.3
- Updated favicon
- Updated documentation link in the readme
- Added code image example in the readme