From b180fb2068d4475e565eaf086ac6cc7aacbc4e77 Mon Sep 17 00:00:00 2001 From: Thavarshan Date: Fri, 18 Oct 2024 16:08:55 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d73bf4..b143d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Thavarshan/formlink/compare/v0.0.11...v1.x.x) +## [Unreleased](https://github.com/Thavarshan/formlink/compare/v1.0.0...HEAD) + +## [v1.0.0](https://github.com/Thavarshan/formlink/compare/v0.0.11...v1.0.0) - 2024-10-18 + +### Added + +* Complete code overhaul and restructure +* Added support for file upload progress tracking. +* Added handling of Laravel validation error responses within the form. + +### Changed + +* Updated API to support all common HTTP methods (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`). +* Improved error handling and validation mechanisms to integrate seamlessly with Laravel. + +### Fixed + +* Fixed CSRF token management for automatic inclusion in form requests. +* Fixed issues where form errors were not being properly cleared or reset upon new submissions. ## [v0.0.11](https://github.com/Thavarshan/formlink/compare/v0.0.10...v0.0.11) - 17-10-2023