Releases: hypervel/components
Releases Β· hypervel/components
v0.3.4
What's Changed
Improvements π§
- improve: support for customizing serializer in data object by @albertcht in #243
- feat: enhance compileSlots method in ComponentTagCompiler by @ahmed-abdelnaby-fahmy in #238
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
What's Changed
Improvements π§
- improve: flush queue's payload callback in testbench's test case by @albertcht in #233
- improve: support stream response in GuzzleHttpClientAspect in telescope by @albertcht in #237
- feat: enhance mail compatibility and rendering by @ahmed-abdelnaby-fahmy in #236
Bug fixes π
- fix: fix
pooloption in sentry config by @albertcht in #232 - fix: cast SMTP port to int to resolve Symfony Mailer TypeError by @ahmed-abdelnaby-fahmy in #234
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
What's Changed
New Features π
- feat: support expectations for prompts in testing by @albertcht in #224
- feat: implement ValidatePostSize middleware by @albertcht in #226
- feat: add Sentry package by @chinfuyang in #222
Improvements π§
- feat: support refresh in data object by @albertcht in #218
- feat: add additional cache events by @chinfuyang in #221
- feat: disable cache events by default by @albertcht in #223
- feat: add from as an alias of make method in data object by @albertcht in #231
- feat: add ability to enable or disable exception reporting in Coroutine by @chinfuyang in #230
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
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 π
- fix: fix returned value in redis call by @albertcht in #213
- fix: fix registration of provider config in service providers by @albertcht in #215
- fix: fix facade binding in log service by @albertcht in #216
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
What's Changed
Breaking Changes π
- refactor: improve seeder with namespace by @albertcht in #113
New Features π
- feat: add
withoutEventsfunction for eloquent model by @chinfuyang in #188 - feat: migrate the new version of the factory by @bluehaha in #179
Improvements π§
- chore: remove redis dependency in core and broadcasting by @albertcht in #203
- feat: correct eloquent types by @storyn26383 in #191
- feat: implement coroutine driver for queue component by @albertcht in #204
Full Changelog: v0.2.12...v0.3.0
v0.2.12
What's Changed
Improvements π§
- Adds the source file and line number to
dd()output by @anabeto93 in #134 - feat: support
forceSchemeandforceHttpsin 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 --oncecommand 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
What's Changed
New Features π
- feat: implement redis package by @albertcht in #177
- feat: implement support uri by @albertcht in #178
- feat: support deferred events by @albertcht in #187
Improvements π§
- feat: implement dispatched route and route handler by @albertcht in #176
- feat: add context helper method similar to laravel. by @anabeto93 in #130
- feat: add SetProcessTitle listener by @albertcht in #185
- improve: improve reload message in ServerReloadCommand by @foremtehan in #186
Bug fixes π
- fix: fix role permission caching by @chinfuyang in #180
- fix: fix cache clear command by @albertcht in #183
New Contributors
- @anabeto93 made their first contribution in #130
Full Changelog: v0.2.10...v0.2.11
v0.2.10
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
What's Changed
Breaking Changes π
- refactor: add forbidden permission middleware and sync by @chinfuyang in #166
New Features π
- feat: add make:exception command by @ahmed-abdelnaby-fahmy in #149
- feat: migrate spatie/laravel-permission package by @chinfuyang in #148
- feat database cache driver by @binaryfire in #155
- feat: add extra methods to request by @albertcht in #171
- feat: add afterErrorResponse function for exception handler by @albertcht in #172
- feat: support cors in http by @albertcht in #174
- feat: add Sanctum component by @binaryfire in #150
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 π
- chore: adjust user factory in workbench by @albertcht in #170
New Contributors
- @binaryfire made their first contribution in #155
- @kingIZZZY made their first contribution in #160
Full Changelog: v0.2.8...v0.2.9
v0.2.8
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 π
New Contributors
Full Changelog: v0.2.7...v0.2.8