expand_less

Changelog

Introduction

This section provides a comprehensive overview of all documented changes introduced in each update of Dreamfork. Here, you'll find detailed descriptions of modifications, enhancements, and fixes, along with guidance on how to implement these changes in your project.

Whether you're seeking information about the latest features, bug fixes, or improvements, the Changelog serves as your go-to resource for understanding the evolution of the framework. Each entry includes clear instructions on how to apply the changes to your project, ensuring a smooth transition and compatibility with the latest version of Dreamfork. Stay informed and up-to-date by exploring the Changelog for a complete understanding of the framework's development journey.

For those who prefer a hands-on approach, you can independently explore the framework repository. This repository offers a straightforward way to review the commit history and stay updated on the framework's development. If you want to take a closer look at what's happening with Dreamfork, that repository is the place to be.

The current version of Dreamfork framework is 1.0.6, and it was officially released on February 13, 2026.

Version 1.0.x

Patch 1.0.6

This patch was released on February 13, 2026.

This patch addresses a bug in the Validator service. We resolved an issue involving an undefined variable ($hasNumeric) that triggered warnings when validating numeric strings against size-based rules (such as max or min). The logic has been corrected to properly distinguish between numeric values and strings based on the assigned validation rules.

These changes affect the core Validator modules. You can review the changes in the following commit.

Patch 1.0.5

This patch was released on February 13, 2026.

In this update, we have added support for the replyTo method within the Mailing system. This enhancement allows developers to specify a reply-to address in mailable classes, ensuring that recipient responses are directed to the appropriate contact email instead of the default sender address.

This change affects the core Mail module. You can review the changes in the following commit.

Patch 1.0.4

This patch was released on February 12, 2026.

This update introduces a robust Mailing system powered by the Symfony Mailer component. We have added the Mail facade, a Mailable class structure for building emails, and support for SMTP transports. This enhancement allows developers to send expressive, template-based emails directly from the application using the Vision engine.

These modifications exclusively impact core framework files and include new configuration files. To update framework files in your projects to Version 1.0.4, you can review the changes in the following commit.

Patch 1.0.3

This patch was released on February 11, 2026.

In this update, we have implemented a unified Caching system. This feature includes the new Cache facade and a file-based driver, allowing for efficient data storage and retrieval to improve application performance. The update provides methods for storing, retrieving, and managing cached items with support for expiration times.

All changes in this update are backward-compatible. To update framework files in your projects to Version 1.0.3, you need to download the modified files from the following commit.

Patch 1.0.2

This patch was released on July 27, 2024.

In this update, we have implemented comprehensive handling for Cross-Origin Resource Sharing (CORS) similar to Laravel's approach. This enhancement aims to improve security and compatibility for cross-origin interactions within our framework. All changes in this update are backward-compatible with Version 1.0.0, meaning there's no need for any specific adjustments in your project to implement this update. These modifications exclusively impact core framework files. To update framework files in your projects to Version 1.0.2, you need to download the modified files from the following pull request.

For a detailed list of changes, please refer to PR description.

Patch 1.0.1

This patch was released on January 11, 2024.

In this small update we've addressed minor bugs, improved the framework's functionality, and enhanced compatibility with Linux-based systems. All changes in this update are backward-compatible with Version 1.0.0, meaning there's no need for any specific adjustments in your project to implement this update. These modifications exclusively impact core framework files. To update framework files in your projects to Version 1.0.1, you need to download the modified files from the following pull request.

For a detailed list of changes, please refer to PR description.