Releases: codefyphp/codefy
Releases · codefyphp/codefy
v3.0.1 - Maintenance Release
This is a small maintenance release.
- fixed - unnecessary semicolon at the end of an
if
statement
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:publish
asset:flush
generate:key:file
encrypt:env
queue:*
- 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
v2.0.4
Updated PdoServiceProvider
to run via the console.