Releases: codefyphp/codefy
Releases · codefyphp/codefy
3.1.0 Minor Release
- enhancement:
CsrfMiddlewarewithout caching; cookie is encrypted (df4e7e4) - enhancement:
UserSessionMiddlewarewithout caching; cookie is encrypted (80f6fe8) - feature: Exceptions converted to HTTP responses (dd11a03, 1f07752, 819d8d6)
- feature: HTTP class with status and reasons (0b82d5f; f2ee9c5)
- Closes issue #4: new feature with Validators and DTO's (9b7e15e
, 1e2a324, 71b7f07, c66322d, ef6f3b5, e599292, c3e66e7) - feature:
method_fieldhelper for HTTP Verb spoofing (4b167da, 603a741) - feature:
route:listcommand (2084014) - feature:
ddd:*commands (dde68d3) - feature: Queues with
queue:listand 'queue:run` commands (1365c08, 529da64) - feature: several new exception and gate helpers (e12bec5)
Full Changelog: v3.0.1...v3.1.0
v3.0.1 - Maintenance Release
This is a small maintenance release.
- fixed - unnecessary semicolon at the end of an
ifstatement
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.6...v3.0.0
v2.1.5
- Fixed issue with cyclic dependencies
- Fixed issue with merging providers
- Fixed bug with loading singletons and providers through ApplicationBuilder
v2.1.3
- Added ApplicationBuilder class
- Updated RegisterProviders class
- Added Kernel interface for ConsoleKernel
Full Changelog: v2.1.2...v2.1.3
v2.1.2
- fixed truthy check for env variable in Application.php
- updated singleton method in Application.php
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Fixed application base path discovery.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Preparing for version 3.
Full Changelog: v2.0.9...v2.1.0
v2.0.6
- fixed config keys for Auth
v2.0.5
- fixed default database prefix