Releases: goravel/framework
Releases · goravel/framework
v1.13.0
What's Changed
Exciting New Features 🎉
- Seeding by @kkumar-gcc in #185
- Factories by @kkumar-gcc in #235
- Testing by @hwbrzzl in #255
- Views by @hwbrzzl in #273
Enhancements 🚀
- Upgrade The Default Version Of Golang To 1.20 by @devhaozi in #267
- Task Scheduling Supports Scale Horizontally by @hwbrzzl in #227
- Add Debug Methods by @flc1125 in #230
- make:controller Command Adds Parameter by @mauri870 in #240
- Add Status Method For Response by @ahmed3mar in #209
- Add Sum and Cursor Methods For Orm @kkumar-gcc in #241 and #243
- The Route Module Supports Configure Driver
- Add InputArray And InputMap Methods For Request by @devhaozi in #265
- The Model Of Orm Supports Custom Connection by @kkumar-gcc in #254
- Add Cloudinary Driver For Filesystem
- Add New Chain Methods For Log by @kkumar-gcc in #276
Breaking Changes 🛠
- Remove The Global HTTP Middleware Loaded By Default
- Optimize The Return of Controller by @hwbrzzl in #284
- Change The Parameter Of The Group Method In facades.Route()
- Optimize Remember And RememberForever Methods In facades.Cache() by @hwbrzzl in #219
- Change The Package Name Of access.NewAllowResponse and access.NewDenyResponse
- Remove Deprecated Methods by @hwbrzzl in #283
Bug Fixes 🐛
- Fix The Problem Of facades.Auth().User() by @Marian0 in #218
- Fix The Problem Of Custom .env Path Does Not Take Effect In Some Cases by @devhaozi in #192
- Fix The Problem Of Token Expires Immediately When ttl == 0 Is Set In JWT by @hwbrzzl in #277
New Contributors
- @ahmed3mar made their first contribution in #208
- @kkumar-gcc made their first contribution in #185
- @flc1125 made their first contribution in #229
Upgrade Guide: Upgrading To v1.13 From v1.12
Full Changelog: v1.12.7...v1.13.0
v1.12.7
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.5...v1.12.7
v1.12.6
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.5...v1.12.6
v1.12.5
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.4...v1.12.5
v1.12.4
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.3...v1.12.4
v1.12.3
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
Bug Fixes 🐛
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
Exciting New Features 🎉
- Service Container by @hwbrzzl in #115
- Package Development by @hwbrzzl in #159 and #162
- Add Carbon Module by @devhaozi in #177 and #182
Enhancements 🚀
- Artisan Flag Adds New Methods by @hwbrzzl in #159
- Add Helpers Methods by @mauri870 in #164
- Upgrade Dependencies by @devhaozi in #126
- Migration Adds New Methods by @devhaozi in #174
- Some
make
Commands Support Subdirectories by @devhaozi in #176
Breaking Changes 🛠
- Modify The Calling Type Of Facades by @hwbrzzl in #115
- Optimize Artisan Flag by @hwbrzzl in #159
- Filesystem Module Cancels Default Support For S3, OSS, COS, Minio by @hwbrzzl in #169
- Cache Module Cancels Default Support For Redis by @hwbrzzl in #172
- Change The Type Of CreatedAt, UpdatedAt In Model by @devhaozi in #177
- Optimize The Rule Of Validation Module by @hwbrzzl in #188
New Contributors
Upgrade Guide: Upgrading To v1.12 From v1.11
Full Changelog: v1.11.1...v1.12.0