Releases: doppar/framework
Releases · doppar/framework
v3.25.2
- Track Insight 404/HttpException errors from abort flow by @techmahedy in #273
v3.25.1
- Fix: storage:link cross-platform support by @techmahedy in #272
v3.25.0
- fix: resolve background command argument parsing, config cache race condition, pid capture, and add per-job log control by @techmahedy in #270
- Add broad console command test coverage by @techmahedy in #271
v3.24.0
- Add explicit request termination lifecycle and terminable dispatch result by @techmahedy in #268
- Fix logger context output for helper and facade logging by @techmahedy in #269
v3.23.0
- remove cache user version from authenticate class: by @techmahedy in #264
- adding proper error message if user use reserved keywords of model: by @techmahedy in #265
- Improve cron:list output with schedule timing and runtime constraints by @techmahedy in #266
- Add throttle enforcement for second-based cron schedules by @techmahedy in #267
v3.22.0
- adding htmx support by @techmahedy in #262
- Improve CacheStore correctness, add cache() helper by @techmahedy in #263
v3.21.2
- split the bootstrap scaffold into language-specific stubs by @techmahedy in #261
v3.21.1
- Always scaffold frontend welcome pages through layouts/app.odo.php by @techmahedy in #259
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