Releases: efectn/fiber-boilerplate
Releases · efectn/fiber-boilerplate
v1.5.0
v1.4.0
Changes:
- Dependency injection with uber-go/fx 🎉
- Add PostgreSQL support with Ent 🎉
- More organized response and error handling.
- Human readable validation messages.
- Re-structure directory style.
- New service pattern.
- Numerous improvements.
Full Changelog: v1.3...v1.4.0
v1.3.1
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.27.0 to 2.28.0 by @dependabot in #14
- Bump github.com/gofiber/fiber/v2 from 2.28.0 to 2.29.0 by @dependabot in #16
- Bump github.com/go-playground/validator/v10 from 10.10.0 to 10.10.1 by @dependabot in #15
- Bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.31.0 by @dependabot in #18
Full Changelog: v1.3...v1.3.1
v1.3
- Restructure codebase.
- Add rs/zerolog.
- Minor improvements.