Skip to content

Releases: hypervel/components

v0.3.4

01 Oct 03:42

Choose a tag to compare

What's Changed

Improvements πŸ”§

Bug fixes πŸ›

  • fix: fix null value when array access in data object by @albertcht in #242

Other Changes πŸ”„

  • feat: add more phpdocs to redis for native functions by @albertcht in #239
  • fix: register for log driver should always be applicable in sentry by @chinfuyang in #240

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Sep 07:58

Choose a tag to compare

What's Changed

Improvements πŸ”§

Bug fixes πŸ›

Other Changes πŸ”„

  • chore: update messaging system identifier from 'laravel' to 'hypervel' by @chinfuyang in #235

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Sep 04:58

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Improvements πŸ”§

Bug fixes πŸ›

  • fix: fix invalid server params in the request by @albertcht in #225
  • fix: fix initialization of pool name in RedisProxy by @albertcht in #227
  • fix: fix aspects scanning from service providers by @albertcht in #228
  • fix: fix container binding for BatchRepository::class by @albertcht in #229

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Sep 05:20

Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: support auto-cast in data object and eloquent caster by @albertcht in #214

Improvements πŸ”§

  • feat: support prefix option in routes by @albertcht in #205
  • improve: support X-XSRF-TOKEN header in VerifyCsrfToken middleware by @albertcht in #209
  • fix: ensure parameter for formatIdentifier function is string by @albertcht in #212
  • feat: support Laravel-style eval function in redis connection by @albertcht in #217

Bug fixes πŸ›

Other Changes πŸ”„

  • chore: adjust php-cs rules because of breaking default changes of php-cs by @albertcht in #210

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Sep 08:35

Choose a tag to compare

What's Changed

Breaking Changes πŸ› 

New Features πŸŽ‰

  • feat: add withoutEvents function for eloquent model by @chinfuyang in #188
  • feat: migrate the new version of the factory by @bluehaha in #179

Improvements πŸ”§

Full Changelog: v0.2.12...v0.3.0

v0.2.12

24 Aug 13:05

Choose a tag to compare

What's Changed

Improvements πŸ”§

  • Adds the source file and line number to dd() output by @anabeto93 in #134
  • feat: support forceScheme and forceHttps in url generator by @albertcht in #198
  • improve: make service providers compatible with loading as config providers by @albertcht in #201

Bug fixes πŸ›

  • fix: add missing throwable in terminate request event by @albertcht in #193
  • fix: fix queue:work --once command by @max-kut in #200

Other Changes πŸ”„

  • Revert "chore: remove redis dependency in core and broadcasting" by @albertcht in #202

Full Changelog: v0.2.11...v0.2.12

v0.2.11

09 Aug 05:13

Choose a tag to compare

What's Changed

New Features πŸŽ‰

Improvements πŸ”§

Bug fixes πŸ›

New Contributors

Full Changelog: v0.2.10...v0.2.11

v0.2.10

28 Jul 13:48

Choose a tag to compare

What's Changed

Bug fixes πŸ›

  • fix: fix wrong middleware strategy in testing client by @albertcht in #175

Full Changelog: v0.2.9...v0.2.10

v0.2.9

28 Jul 13:15

Choose a tag to compare

What's Changed

Breaking Changes πŸ› 

  • refactor: add forbidden permission middleware and sync by @chinfuyang in #166

New Features πŸŽ‰

Improvements πŸ”§

  • fix: add PHPDoc for HasNode trait in permission package by @bluehaha in #158
  • improve: improve session update in session handler in auth by @albertcht in #164
  • WebsocketKernel allow CoreMiddleware overrides by @kingIZZZY in #160
  • improve: improve session guard for testing by @albertcht in #169
  • feat: support options method in http test client by @albertcht in #173

Bug fixes πŸ›

  • fix: fix ignored commands registered by service provider by @albertcht in #154
  • fix: fix wrong array manipulation of load commands in kernel by @albertcht in #162
  • fix: fix wrong binding for auth guard in config provider by @albertcht in #163
  • fix: fix permission config and migrations by @chinfuyang in #165
  • fix: correct migration destination path in ConfigProvider by @chinfuyang in #167

Other Changes πŸ”„

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

10 Jul 08:50

Choose a tag to compare

What's Changed

Improvements πŸ”§

  • feat: forward methods to pending request and add missing functions to api request by @albertcht in #140
  • feat: add generics to api client and pending request by @albertcht in #146
  • improve: use anonymous class in migration files in testbench package by @chinfuyang in #145
  • fix: fix phpdoc of cache facade by @albertcht in #147

Bug fixes πŸ›

  • fix: Hypervel\Cache\RateLimiting\Limit::$responseCallback by @max-kut in #144

New Contributors

Full Changelog: v0.2.7...v0.2.8