Skip to content

Release 1.1.1 🦠

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 09:00
1.1.1
0e46c99

Bug Fixes

  • formatter: filesize(0) will return O B instead of just 0 (f9a3f1c)
  • graphql/@searchBy: Added table name prefix for Eloquent builder to avoid "SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'xxx' in where clause is ambiguous" error (213ae9c)
  • graphql: Enum serialization (85624f0)