Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hypervel/components

v0.3.26

Choose a tag to compare

@github-actions github-actions released this 14 Aug 06:30

What's Changed

Other Changes πŸ”„

  • fix: handle exceptions inside the middleware pipeline by @albertcht in #510

Full Changelog: v0.3.25...v0.3.26

v0.3.25

Choose a tag to compare

@github-actions github-actions released this 22 Jul 03:19
9da0cfb

What's Changed

New Features πŸŽ‰

Bug fixes πŸ›

  • fix: fix redis auto-transform connection-state leak by @albertcht in #445

Full Changelog: v0.3.24...v0.3.25

v0.3.24

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:12

What's Changed

Improvements πŸ”§

  • improve: auto register logging config for sentry driver by @albertcht in #398

Bug fixes πŸ›

  • fix: fix ModelCommand and ResourceCommand in dev generator by @albertcht in #397
  • fix: update backoff methods return type to include string by @chinfuyang in #409

Full Changelog: v0.3.23...v0.3.24

v0.3.23

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:54

What's Changed

Improvements πŸ”§

  • feat: support enum value resolution in data object by @albertcht in #395

Bug fixes πŸ›

  • fix: flush global state in queue's createPayloadCallbacks by @albertcht in #394

Full Changelog: v0.3.22...v0.3.23

v0.3.22

Choose a tag to compare

@github-actions github-actions released this 20 May 07:59

What's Changed

Improvements πŸ”§

  • feat: add support for serialization compatibility with newer Laravel by @albertcht in #389

Bug fixes πŸ›

  • fix: fix latestStartedAt in WorkCommand in coroutines by @albertcht in #390
  • fix: display 'No Data' if the list is empty in horizon by @bluehaha in #393

Full Changelog: v0.3.21...v0.3.22

v0.3.21

Choose a tag to compare

@github-actions github-actions released this 08 May 04:07

What's Changed

Bug fixes πŸ›

Full Changelog: v0.3.20...v0.3.21

v0.3.20

Choose a tag to compare

@github-actions github-actions released this 28 Apr 09:25

What's Changed

Improvements πŸ”§

  • feat: implement delay function in coroutine queue and defer queue by @albertcht in #361

Bug fixes πŸ›

Full Changelog: v0.3.19...v0.3.20

v0.3.19

Choose a tag to compare

@github-actions github-actions released this 07 Feb 09:40

What's Changed

New Features πŸŽ‰

Improvements πŸ”§

  • fix: Allow composer install on fresh clones (PHPUnit security advisory workaround) by @binaryfire in #357

Bug fixes πŸ›

  • fix: Respect --quiet and --silent in queue:work command by @MatusBoa in #355
  • fix: fix return type of sendMailable function when mailable is queued by @albertcht in #358

New Contributors

Full Changelog: v0.3.18...v0.3.19

v0.3.18

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:13

What's Changed

New Features πŸŽ‰

  • feat: Add #[ObservedBy] attribute support by @binaryfire in #326
  • feat: Add #[UsePolicy] attribute for declarative policy binding by @binaryfire in #328
  • feat: Add #[Scope] and #[ScopedBy] attributes for declarative scope registration by @binaryfire in #327
  • feat: Add #[UseFactory] attribute and per-class model name resolvers by @binaryfire in #329
  • feat: Add #[UseResource] and #[UseResourceCollection] attributes by @binaryfire in #330
  • feat: Add #[Boot] and #[Initialize] attributes by @binaryfire in #333
  • feat: Add RefreshableLock interface for long-running task support by @binaryfire in #335
  • feat: Add #[UseEloquentBuilder] attribute by @binaryfire in #332
  • feat: port missing Laravel validation rules by @binaryfire in #345
  • feat: Add #[CollectedBy] attribute by @binaryfire in #331
  • feat: add Laravel Testbench-style testing features by @binaryfire in #344
  • feat: Port Laravel's once() helper with coroutine safety by @binaryfire in #348
  • feat: add Scout package - full-text search for Hypervel by @binaryfire in #339

Improvements πŸ”§

  • feat: Add pivot model events support for BelongsToMany and MorphToMany relationships by @binaryfire in #325
  • feat: add Date factory support for model date handling by @binaryfire in #340
  • chore: add types analysis to CI workflow by @storyn26383 in #343

Bug fixes πŸ›

  • fix: invalid console dependency and add console tests by @binaryfire in #338
  • fix: fireModelEvent comparison in Pivot delete methods (PHPStan error) by @binaryfire in #337
  • fix: should clear on ClosureDefinitionCollector class by @storyn26383 in #347
  • fix: fix newQueuedJob in Mailable by @albertcht in #352
  • fix: fix path option in generator commands by @albertcht in #354

Other Changes πŸ”„

Full Changelog: v0.3.17...v0.3.18

v0.3.17

Choose a tag to compare

@github-actions github-actions released this 05 Jan 03:02

What's Changed

New Features πŸŽ‰

Bug fixes πŸ›

  • fix: add missing options to handleMiddlewareResponse by @albertcht in #310
  • fix: missing property promotion in soft delete constraints by @binaryfire in #320
  • fix: HasUuids and HasUlids traits ignoring explicit IDs by @binaryfire in #321
  • fix: InteractsWithSession to generate session ID before start by @binaryfire in #322
  • fix: add channel() method to BroadcastPoolProxy by @binaryfire in #312
  • fix: exception swallowing in Redis::__call() by @binaryfire in #315
  • fix: pathsToPublish returning empty array instead of all paths by @binaryfire in #316
  • fix: operator precedence bugs and PSR-7 getHeader usage by @binaryfire in #317
  • fix: Cors::varyHeader bug with multiple Vary headers by @binaryfire in #318
  • fix: getCasts() to include casts() method for non-incrementing models by @binaryfire in #336
  • fix: use registerCallback in HasUuids and HasUlids traits by @binaryfire in #334

Other Changes πŸ”„

Full Changelog: v0.3.16...v0.3.17