Releases: doppar/framework
Releases · doppar/framework
v3.18.1
- fix: resolve Builder::create() crash when chaining after withoutHook() by @techmahedy in #239
v3.18.0
- (feat) Temporal Time Travel ORM using #[Temporal] Attribute by @techmahedy in #238
v3.17.0
- adding some new validation rules by @techmahedy in #236
- feat(validation): introduce custom Bind rule system by @techmahedy in #237
v3.16.3
- fix: error message not showing in browser issue for some cases: by @techmahedy in #235
v3.16.2
- performance bottlenecks by @techmahedy in #233
- delete pull-request.md by @techmahedy in #234
v3.16.1
- Error Message Exception Improvement for json response by @techmahedy in #232
v3.16.0
- reduce glob and disk reads for config initialization by @techmahedy in #230
- feat: add #blank, #solo, #inject, and #slot directives to Odo templat… by @techmahedy in #231
v3.15.0
- feat: actor-based multi-session authentication by @techmahedy in #228
- fix: load .env before config cache to prevent null env values on startup by @techmahedy in #229
v3.14.0
- Add Comprehensive Relationship Test Suite by @techmahedy in #226
- UUID Primary Key Support for Entity ORM Model by @techmahedy in #227
v3.13.0
- feat: add cursor pagination with direction support by @techmahedy in #224
- test: add regression tests for ORM bug fixes by @techmahedy in #225