Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan authored and github-actions[bot] committed Oct 18, 2024
1 parent b5693dc commit b180fb2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b180fb2

Please sign in to comment.