Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dxnter committed Oct 29, 2024
1 parent ba842ff commit a89c8ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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/).

## [Unreleased]
### Breaking Change
- The `ComponentInterface` has a new method, `advancedValidations()` which returns an invokable `ValidationInterface` instance.
### Added
- Support for JSON Logic into the component validation process.
### Fixes
- Fixed an issue where the `Currency` component failed validation when not required and given null values.
- Fixed an instance where the `$subject` parameter to `str_replace()` could have been null in `Textfield::processValidations()`, as this was deprecated in PHP 8.1.

## [v1.0.1] 2024-05-15
### Changed
Expand Down

0 comments on commit a89c8ef

Please sign in to comment.