Skip to content

Releases: confetti-framework/confetti

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

v0.23.2 Release Candidate

05 May 21:54
Compare
Choose a tag to compare

Fix

  • #131 Fix listen to default host and correct port

⚠️ Breaking
Rename Key: env.Str("APP_KEY"), to Key: env.String("APP_KEY"), in config/app.go

Please adjust the following in your project: v0.23.1...v0.23.2