Releases: bowphp/framework
Releases · bowphp/framework
Relase 5.1.8
What's Changed
- Update CHANGELOG by @papac in #307
- Update README.md by @papac in #308
- refactor: refactoring with phpstorm to deep debugs by @papac in #310
- code formatting by @papac in #311
- feat: integrate the notification channel by @papac in #312
- fix: type data by @papac in #313
- feat: create command for notication and messaging by @papac in #314
- refactor: apply code reformat code by @papac in #316
- feat: messaging settings by @papac in #317
- fix(s3-service): remove unnecessary
Bodyaccess incopy()by @SergeTouvoli in #319 - fix: undefined class by @papac in #320
- refactor: mail and messaging by @papac in #318
- refactor code base by @papac in #321
- fix: generate notification table command by @papac in #322
- fix: generate notification table command by @papac in #323
- fix: database notification table name by @papac in #324
- fix: notification migration stub by @papac in #325
- feat: extract router from app by @papac in #326
- feat: add router configuration by @papac in #327
- refactor: refonte console command runner strategy by @papac in #328
- refactor: refactoring the console by @papac in #329
- refactor: reorder command by @papac in #330
- fix: console generator by @papac in #331
- fix: display help by @papac in #332
- fix: add protected command and catch console error by @papac in #333
- fix: run external command by @papac in #334
- Update HasMany.php by @papac in #335
- Update HasOne.php by @papac in #336
- Fix: PHP 8.1+ compatibility and bootstrap improvements by @gessyken in #337
- Refactoring queue and add more testing by @papac in #338
- Fix seeder runner by @papac in #339
- Change seeder concept by @papac in #340
- Refactoring messaging and http client by @papac in #341
- Code Base Refactoring & Test Suite Enhancement by @papac in #342
- Refactoring env loading and code formatting by @papac in #343
- Refactoring loader by @papac in #344
- Fix env loading by @papac in #345
- Fix config boot level by @papac in #346
- fix: set model dabase connexion by @papac in #347
- Update readme by @papac in #348
New Contributors
- @SergeTouvoli made their first contribution in #319
- @gessyken made their first contribution in #337
Full Changelog: 5.1.7...5.1.8
Release 5.1.7
What's Changed
- Update CHANGELOG by @papac in #305
- feat(barry): add relative create method for barry model by @papac in #306
Full Changelog: 5.1.6...5.1.7
Release 5.1.6
What's Changed
Full Changelog: 5.1.5...5.1.6
Release 5.1.5
Release 5.1.4
What's Changed
- fix: return type compatibility by @papac in #288
- feat: add userAgent method by @papac in #289
- fix(route): format route by his name by @papac in #290
- refactor: change and add new methods by @papac in #291
- refactor: refactor http module by @papac in #292
- feat: add paginate class by @papac in #293
- fix: refond response helper by @papac in #294
- fix: return value of str_uuid by @papac in #295
- refactor: change uploaded file name by @papac in #296
- fix: return type compatibility by @papac in #297
- fix(log): fix log and data access config by @papac in #298
- fix: arraydotify return value by @papac in #299
- fix: resolve url by route name by @papac in #300
- fix: data secure by @papac in #301
- fix: session and e helpers by @papac in #302
Full Changelog: 5.1.3...5.1.4
Release 5.1.3
What's Changed
- Update CHANGELOG by @papac in #259
- Fix many issues by @papac in #262
- Feat integrate queue adapters by @papac in #263
- Change cache method to store by @papac in #264
- Add onException for catch job error by @papac in #265
- formatting by @papac in #266
- Fix queue migration stubs by @papac in #267
- Update readme.md by @papac in #268
- Integration of queue for the standard event system by @papac in #269
- Add sync queue adapter by @papac in #270
- Update WorkerCommand.php by @papac in #271
- Update QueueAdapter.php by @papac in #272
- Update Console.php by @papac in #273
- Update BeanstalkdAdapter.php by @papac in #274
- Update Model.php by @papac in #275
- Update MysqlCompose.php by @papac in #276
- Update HttpClient.php by @papac in #277
- Fix duplicate headers by @papac in #278
- comply with psr-4 autoloading standard by @papac in #279
- Fixes the processing request data from php input by @papac in #280
- Bug fixes by @papac in #281
- fix: match should return Route class instance by @papac in #287
- Fix Serializes importation in event.stub by @papac in #285
Full Changelog: 5.1.2...5.1.3
Release 5.1.2
Release 5.1.1
Add the transaction method
This method aims to execute an SQL transaction around a passed arrow function.
Database::transaction(fn() => $user->update(['name' => '']));Ref: #255