Releases: confetti-framework/confetti
Releases · confetti-framework/confetti
V0.15.0
V0.14.0
Added
- Logging #68
- Configuring The Channel Name
- Preconceived Channels
- Configuring Most Common Loggers
- Configuring The Slack Channel
- Building Log Stacks
- Log Levels
- Creating Custom Channels And Loggers
- Writing Log Messages
- Contextual Information
- Writing To Specific Channels
- Groups
V0.13.0
V0.12.0
Added
- Request #66
- Accessing The Request
- Accessing The Request Via Route Closures
- Original Request
- Request Path & Method
- Retrieving The Request Path
- Retrieving The Request URL
- Retrieving The Request Method
- Retrieving Input Value
- Retrieving An Input Value
- Retrieving JSON Input Values
- Retrieving Raw Content Data
- Retrieving Input From The Query String
- Retrieving Boolean Input Values
- Retrieving A Portion Of The Input Data
- Determining If An Input Value Is Present
- Cookies
- Retrieving Cookies From Requests
- Files
- Retrieving Uploaded Files
- File Paths & Extensions
V0.11.0
Added
- Routing
- Basic Routing
- The Default Route Files
- Available Router Methods
- Redirect Routes
- View Routes
- Route Parameters
- Required Parameters
- Optional Parameters
- Regular Expression Constraints
- Global Constraints
- Encoded Forward Slashes
- Route Model Binding
- Route Adapters
- Named Routes
- Generating URLs To Named Routes
- Inspecting The Current Route
- Route Groups
- Middleware
- Subdomain Routing
- Route Prefixes
- Route Name Prefixes
- Fallback Routes
- Rate Limiting
- Form Method Spoofing
- Accessing The Current Route
- Basic Routing
V0.10.0
V0.9.0
V0.8.0
Added
- Accessing Configuration Values (#29, #30, #32, #39, confetti-framework/foundation#6, confetti-framework/docs#8, confetti-framework/support#3)
Libraries updates
V0.7.0
Added
- Load environments from .env files (#27, confetti-framework/foundation#4)
V0.6.0
Added
- Add AppServiceProvider as a service providers (#16)
- Binding interfaces to implementations (#19, confetti-framework/foundation#1)
- Use JustBind to bind a concrete object (#26, confetti-framework/foundation#2)
- Extending Bindings (#22, confetti-framework/foundation#3)