Skip to content

v10.19.0

Compare
Choose a tag to compare
@driesvints driesvints released this 15 Aug 15:21
· 774 commits to 10.x since this release
  • [10.x] Fix typo in update HasUniqueIds by @iamcarlos94 in #47994
  • [10.x] Gracefully handle scientific notation by @timacdonald in #48002
  • [10.x] Fix docblocks for throw_if and throw_unless by @AbdelElrafa in #48003
  • [10.x] Add wordWrap to Str by @joshbonnick in #48012
  • [10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by @rybakihor in #48000
  • [10.x] Fix assertRedirectToRoute when route uri is empty by @khernik93 in #48023
  • [10.x] Fix empty table displayed when using the --pending option but there are no pending migrations by @TheBlckbird in #48019
  • [10.x] Fix forced use of write DB connection by @oleksiikhr in #48015
  • [10.x] Use model cast when builder created updated at value by @timacdonald in #47942
  • [10.x] Fix Collection::search and LazyCollection::search return type by @bastien-phi in #48030
  • [10.x] Add ability to customize class resolution in event discovery by @bastien-phi in #48031
  • [10.x] Add percentage method to Collections by @WendellAdriel in #48034
  • [10.x] Fix parsing error in console when parameter description contains -- by @rxrw in #48021
  • [10.x] Allow Listeners to dynamically specify delay using withDelay by @calebdw in #48026
  • [10.x] Add dynamic return types to rescue helper by @axlon in #48062
  • [10.x] createMany & createManyQuietly add count argument by @JHWelch in #48048
  • [10.x] Attributes support on default component slot by @royduin in #48039
  • [10.x] Add WithoutRelations attribute for model serialization by @Neol3108 in #47989
  • [10.x] Can apply WithoutRelations to entire class by @cosmastech in #48068
  • [10.x] createMany & createManyQuietly make argument optional by @JHWelch in #48070