Releases: confetti-framework/confetti
Releases · confetti-framework/confetti
v0.23.1 Release Candidate
Feature
- confetti-framework/foundation#19 Serve host by command flag or APP_HOST env
V0.23.1 Release Candidate
Improvements
- #130 Move
app:serve
to foundation
V0.23.0 Release Candidate
Feature
- Load templates by Embed. Discussion: #108
Due to this adjustment, templates are included in the binary file.
⚠️ Breaking change:- Minimal Go version 1.16
- inter.View.Template() need to return the content of the template. See the adjustment on the homepage view to easily make adjustments to your views:
4bda9da#diff-4d4db5531ff700bee472c6d570748599475c74a512daf436dcc33a9bd53669e7
V0.22.1 Release Candidate
Feature
- Load env file by os arguments #127
V0.21.0 Release Candidate
Feature
- Add request id middleware to default middlewares #124 confetti-framework/foundation#14
v0.20.4 Release Candidate
Feature
- confettie-framework/confetti#105 Implement console
https://www.confetti-framework.com/docs/digging-deeper/commands
Apply this path to update your current project: https://patch-diff.githubusercontent.com/raw/confetti-framework/confetti/pull/120.patch
v0.18.0-rc Release Candidate
Improvements
- confetti-framework/foundation#10 Centralize routing in foundation repo
v0.17.1 Release Candidate
Fix
- #94 Fix race conditions in RouteCollection
v0.17.0 Release Candidate
- Introduction
- Writing The Validation Logic
- Nested Attributes
- Displaying The Validation Errors
- Return Errors As Response
- Use Errors In Views
- Fetch Error By Field
- Writing The Validation Logic
- Custom Validation Rules
- Using Rule Objects
- Requirements
- Dependency Injection
- Available Validation Rules
- Accepted
- After
- After Or Equal
- Before
- Before Or Equal
- Boolean
- Date
- Date Equals
- Ends With
- Filled
- In
- Integer
- Integer Able
- Map
- Max
- Min
- Present
- Required
- Size
- Slice
- Start With
- String
V0.16.0 Pre-alpha
Added
- View #76
- View for error response
- View from outcome.View
- Responses #78
- Creating Responses
- Strings & Slices
- Response Objects
- Attaching Headers To Responses
- Attaching Cookies To Responses
- Cookies
- Redirects
- Redirecting To Named Routes
- Redirecting To Controller Actions
- Redirecting To External Domains
- Other Response Types
- View Responses
- JSON Responses
- File Downloads
- Streamed Downloads
- File Responses