Skip to content

Releases: confetti-framework/confetti

v1.0.0

18 Feb 18:23
Compare
Choose a tag to compare

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

20 Oct 11:14
5192da2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.29.2...v0.29.3

v0.29.2

19 Aug 21:28
Compare
Choose a tag to compare
  • Use timeout from config

Full Changelog: v0.29.1...v0.29.2

v0.29.1

23 May 23:37
a10fb4a
Compare
Choose a tag to compare

What's Changed

  • Update confetti-framework/framework to v0.29.5 by @octoper in #141

Full Changelog: v0.29.0...v0.29.1

v0.29.0

21 May 21:57
Compare
Choose a tag to compare

What's Changed

  • Moving base Confetti Framework components by @octoper in #140

⚠️ breaking change:

Replace import

  • github.com/confetti-framework/contract/inter with github.com/confetti-framework/framework/inter
  • github.com/confetti-framework/support with github.com/confetti-framework/framework/support
  • github.com/confetti-framework/validation with github.com/confetti-framework/framework/validation
  • github.com/confetti-framework/foundation with github.com/confetti-framework/framework/foundation

Full Changelog: v0.28.0...v0.29.0

v0.28.0

07 Mar 21:27
Compare
Choose a tag to compare

What'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

14 Feb 22:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0 Release Candidate

13 Feb 20:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0 Release Candidate

06 Sep 22:24
Compare
Choose a tag to compare

Feature

  • Support database drivers MySQL and PostgreSQL

v0.24.0 Release Candidate

06 Sep 21:58
Compare
Choose a tag to compare

Feature

  • Use Go 1.17 by default
  • Add app:info command to show the Golang version
    You have to append console.AppInfo{} in your console.Kernel