Skip to content

`@sortBy` *Many relations support 😏

Compare
Choose a tag to compare
@LastDragon-ru LastDragon-ru released this 02 Apr 09:21
0.14.0
b898d05
Breaking changes

Features

  • core: ProviderWithTranslations will use Application::langPath() instead of hard-coded resources/ and also expects that package's translations will be places in lang directory instead of resources/lang (the same as in Laravel v9). (bc5891d) ☣
  • eloquent: Iterator will support only Eloquent Builder (because is impossible to satisfy phpstan...) (a871876) ☣
  • graphql/@sortBy: BelongsToMany and MorphToMany support. (650daf7)
  • graphql/@sortBy: HasMany support. (30694ee)
  • graphql/@sortBy: HasManyThrough support. (745a76c)
  • graphql/@sortBy: MorphMany support. (5a10f3f)
  • graphql/@sortBy: Eloquent Builder will sort sub queries to be more consistent. (915335a) ☣
  • graphql/SchemaPrinter: Added Settings::isAlwaysMultilineArguments() that allow print arguments multi-line always. (30ffc5f) ☣
  • graphql: Removed code related to Resolver concept because it was never (and will not be) used in real life. (3564e4c) ☣

Bug Fixes

  • migrator: Commands will be compatible with Laravel ^9.6 (bf759bd)
  • queue: Return type of WithInitialization::initialized() will be static instead of self. (f0a952f) ☣