Changelog History
-
v1.0.0 Changes
February 18, 2025๐ This release represents a major rewrite of the framework, making it significantly simpler and completely dependency-free.
Key Changes
Simplified Design:
The framework has been restructured with a focus on clarity and ease of use.No External Dependencies:
๐ All third-party dependencies have been removed, resulting in a lightweight and maintainable framework.โจ Enhanced Performance:
Optimizations across the board have improved speed and efficiency.Clean Codebase:
๐จ The code has been refactored and organized to facilitate easier debugging and extension.๐ง Simplified Configuration:
Integration into your projects is now more straightforward and faster than ever.
For more details on these changes and guidance on how to make the most of the framework, please refer to the README.
-
v0.29.3 Changes
October 20, 2023What's Changed
- ๐ Fix header not found by @rohitkeshwani07 in #145
๐ New Contributors
- @rohitkeshwani07 made their first contribution in #145
Full Changelog : v0.29.2...v0.29.3
-
v0.29.2 Changes
August 19, 2023- โฑ Use timeout from config
Full Changelog : v0.29.1...v0.29.2
-
v0.29.1 Changes
May 23, 2022What's Changed
Full Changelog : v0.29.0...v0.29.1
-
v0.29.0 Changes
May 21, 2022What's Changed
โ โ ๏ธ breaking change:
Replace import
github.com/confetti-framework/contract/interwithgithub.com/confetti-framework/framework/inter- ๐
github.com/confetti-framework/supportwithgithub.com/confetti-framework/framework/support github.com/confetti-framework/validationwithgithub.com/confetti-framework/framework/validationgithub.com/confetti-framework/foundationwithgithub.com/confetti-framework/framework/foundation
Full Changelog : v0.28.0...v0.29.0
-
v0.28.0 Changes
March 07, 2022What's Changed
- ๐ Remove fluent methods from errors Remove fluent methods from errors. Breaking change: Fluent methods could not be used after they came out of a function. By no longer using fluent methods in errors, we follow the standard error handling of Go.
- โ Add link to the API on the homepage.
Full Changelog : v0.27.0...v0.28.0
-
v0.27.0 Changes
February 14, 2022What's Changed
- route:list Add HEAD method to GET route by @reindert-vetter in confetti-framework/foundation#28
- โ Run application middlewares on routing errors by @KevSlashNull in confetti-framework/foundation#27
Full Changelog : v0.26.0...v0.27.0
-
v0.26.0 Changes
February 13, 2022What's Changed
- โ Add example configuration file by @octoper in #133
- โก๏ธ .env.example: update APP_HOST default value by @martinlindhe in #134
- ๐ Use github.com/confetti-framework/foundation v0.10.3 by @reindert-vetter in #135
- ๐ Fix provider path in comment by @KevSlashNull in #139
- Ignore environment files by @KevSlashNull in #138
- ๐จ Print commands by group by @KevSlashNull in confetti-framework/foundation#23
- โ Add route:list command by @KevSlashNull in confetti-framework/foundation#24
- Group all confetti related commands by @reindert-vetter f23a2a80a8d4fba4385fbac8058d332db898ab22
- โฌ๏ธ Bump github.com/tidwall/gjson from 1.7.5 to 1.9.3 by @dependabot in confetti-framework/foundation#25
๐ New Contributors
- @octoper made their first contribution in #133
- @martinlindhe made their first contribution in #134
- @KevSlashNull made their first contribution in #139
Full Changelog : v0.25.0...v0.26.0
-
v0.25.0 Changes
September 06, 2021๐ Feature
- ๐ Support database drivers MySQL and PostgreSQL
-
v0.24.0 Changes
September 06, 2021๐ Feature
- 0๏ธโฃ Use Go 1.17 by default
- โ Add
app:infocommand to show the Golang version
You have to appendconsole.AppInfo{}in your console.Kernel