Releases: doppar/framework
Releases · doppar/framework
v3.21.0
- Add first-class Vite frontend scaffolding for React, Vue, Svelte, and Tailwind by @techmahedy in #258
v3.20.2
- Improve thin-coverage test areas by @techmahedy in #253
- Fix multi-connection ORM state handling and prevent non-column attribute leaks by @techmahedy in #254
- fix: relation loading forces related models onto the parent/builder connection by @techmahedy in #255
- Fix eager-loaded relations across multiple database connections by @techmahedy in #256
- Fix temporal migrations for models on non-default database connections by @techmahedy in #257
v3.20.1
- fix: remove all deprecations and php notices and warnings from unit test by @techmahedy in #247
- Entity model namespace remove and \ added for some classes: by @techmahedy in #248
- Readme.md updated by @techmahedy in #249
- Add comprehensive Temporal ORM test coverage by @techmahedy in #250
- remove User model dependencey from framework core code by @techmahedy in #251
- change config() method return type to mixed: by @techmahedy in #252
v3.20.0
- Adding some missing unit test by @techmahedy in #242
- adding missing unit test for or* query by @techmahedy in #243
- Deprecate CastToDate in favor of attribute cast system by @techmahedy in #244
- feat: Add #[Computed] attribute for virtual model properties by @techmahedy in #245
- Fix redundant instantiations and uncached reflection in model internals by @techmahedy in #246
v3.19.0
- (feat) Attribute-driven model casting by @techmahedy in #240
- feat: Observable Model Properties (#[Watches] attribute system) by @techmahedy in #241
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