Skip to content

Releases: veldorahq/veldora

Veldora v0.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 14:34

What's Changed in v0.6.0

Added

  • Extended Blueprint Schema: Added date(), dateTime(), decimal(), float(), bigInteger(), unsignedInteger(), foreignId(), json(), and enum() helpers with SQLite & MySQL compilation.
  • ORM Model Methods: Added Model::create(), Model::firstOrCreate(), and Model::updateOrCreate().
  • Advanced & Polymorphic Relations: Added HasOneThrough, MorphTo, MorphOne, MorphMany, MorphToMany, and MorphedByMany relations with model helper methods.
  • Relation QueryBuilder Proxying: Relation base class implements __call() forwarding so $model->relation()->where(...)->count() works natively.
  • Dedicated HTTP Layer: Added JsonResponse, RedirectResponse (with fluent with(), withErrors(), withInput()), Session, UploadedFile, and ResponseFactory.
  • Built-in make:policy CLI Generator: Scaffold authorization policy classes in app/Policies/.
  • Model::observe() Observer Auto-Wiring: Class-based lifecycle event listener auto-wiring supporting creating, created, updating, updated, saving, saved, deleting, deleted, restoring, restored, and forceDeleted.
  • Built-in make:observer CLI Generator: Scaffold Model Observers in app/Observers/ with --model= flag support.
  • Built-in make:rule CLI Generator: Scaffold custom Validation Rule classes in app/Rules/ implementing Veldora\Framework\Validation\Rule.
  • 51 Built-in CLI Commands: Complete standalone and Symfony console runner expanded to 51 built-in commands.
  • Expanded Unit Test Suite: Reached 110 passing unit tests and 458 assertions with zero failures.

Fixed

  • SessionGuard Resilient Remember Token: Guarded remember_token updates with try-catch so schemas omitting remember_token column do not throw PDOException on login/logout.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.7

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:48

What's Changed in v0.5.7

Added

  • Updated to veldora/framework v0.5.7 with 48 fully functional CLI commands (including down, up, and all queue:* commands).
  • Full executeDirect() zero-dependency CLI execution on all generator and maintenance commands.

Fixed

  • make:migration and make:model -m generate anonymous class migrations for reliable execution.
  • Project skeleton cleanly isolated from internal framework directories.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.6

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:34

What's Changed in v0.5.6

Fixed

  • Dynamic Versioning: Single-source-of-truth runtime versioning via Application::VERSION across all CLI banners, exception handlers, layout views, and scaffolding tools.
  • CI Smoke Tests: Added automated boot and health check diagnostics across PHP 8.2 and PHP 8.3.
  • Scaffolder Lockfile: Added automated package lockfile generation and resilient release workflows.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.5

Choose a tag to compare

@github-actions github-actions released this 29 Aug 23:41

What's Changed in v0.5.5

Fixed

  • CLI Engine: Shipped full 40+ command CLI binary with serve, doctor, about, key:generate, migrate, db:seed, and add support.
  • Default Database: Included clean pre-seeded database/database.sqlite starter database in distribution archives.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.4

Choose a tag to compare

@github-actions github-actions released this 29 Aug 23:34

What's Changed in v0.5.4

Added

  • Gitattributes Export Rules: Exclude .github, governance documentation, and tests from production Composer and GitHub archive zip releases.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 23:28

What's Changed in v0.5.3

Fixed

  • Clean Starter Skeleton: Streamlined starter application package distribution for Composer create-project and npm scaffolder.
  • Component Registry: Synchronized all multi-aesthetic UI components and styles into starter template.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com

Veldora v0.5.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 23:13

What's Changed in v0.5.2

Added

  • Multi-Aesthetic Design System: Added Skeuomorphic 3D tactile, Flat Minimalist 2D, Neumorphic Soft UI, and Glassmorphic variants for Radio, Checkbox, Switch, and Button components (.vui-radio-skeuo, .vui-checkbox-skeuo, .vui-switch-skeuo, .vui-btn-skeuo, .vui-btn-flat, .vui-btn-neumorphic, .vui-btn-glass).
  • Modern SaaS Sidebar: High-performance dashboard navigation with Workspace switcher, Quick Search (⌘K), categorized sections, active state indicator, badge pills, and user profile footer.
  • Interactive Toast Engine: Ambient notification system with window.showToast(message, type, duration) API and copy action feedback.
  • ComponentRegistry Multi-Aesthetic Support: Template generators updated for <x-button>, <x-checkbox>, <x-switch>, and <x-radio>.
  • Packagist Release Sync: Unified package version metadata to 0.5.2 across framework, UI, and scaffolding packages.

Fixed

  • Fixed horizontal inline-flex row alignment for custom radio & checkbox controls so the disc/box icon and title text always sit cleanly on the same line.
  • Fixed Packagist VCS release tag version matching.


Full Changelog: https://github.com/veldorahq/veldora/blob/main/CHANGELOG.md
Documentation: https://veldora.modrao.com