Bowphp Framework Versions Save

The Bow Framework

5.1.2

8 months ago

Fix db_seed helper

Ref

  • #257
  • #256

5.1.1

8 months ago

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

5.1.0

11 months ago

Release 5.1.0

  • Add custom adaptor #252
  • Make Redis accessible on whole project #250

5.0.9

11 months ago

Release 5.0.9

Fixes many bugs

Reference #248

5.0.8

11 months ago

Release 5.0.8

Fixes test case errors

Reference #243 From #242

5.0.7

11 months ago

Release 5.0.7

  • Fixes the database relationship
  • Fixes the HTTP client
  • Fixes the JWT authentication service

Fixes #241 Fixes #213 Fixes #240

5.0.6

11 months ago

Release 5.0.6

  • Fixes get last insert id for pgsql
  • Add data validation custom message parser
  • Fixes PgSQL migration errors
  • Fixes initialize the request ID #236

References

  • Validation and PgSQL #237
  • Many bugs fixes #237

5.0.5

11 months ago

Release 5.0.5

  • Fix migration status table definition
  • Fix enum creation for pgsql

Reference #232

5.0.4

1 year ago

Release 5.0.4

  • Fixes HTTP Client
  • Add variable binding to the env loader
  • Fixes validation for regex rule
  • Fixes request data parser
  • Fixes middleware execution order

All update ref #230

5.0.3

1 year ago

Add many fixes

  • Fixes the error handler
  • Fixes the HTTP client
  • Fixes TestCase service