All Versions
10
Latest Version
Avg Release Cycle
140 days
Latest Release
483 days ago

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, 2023

    What's Changed

    ๐Ÿ†• New Contributors

    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, 2022

    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 Changes

    May 21, 2022

    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 Changes

    March 07, 2022

    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 Changes

    February 14, 2022

    What's Changed

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

  • v0.26.0 Changes

    February 13, 2022

    What's Changed

    ๐Ÿ†• New Contributors

    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:info command to show the Golang version
      You have to append console.AppInfo{} in your console.Kernel