Skip to content

Commit

Permalink
Merge branch 'release/2.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Oct 30, 2024
2 parents 5b505ca + 6613a93 commit 4be2f4f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
- Nothing


## 2.1.0 - 2024-10-30

### Added
- Method has() to the cases collection
- JsonSerializable and Stringable interfaces to the cases collection
- Methods isBackedByInteger() and isBackedByString() to the SelfAware trait

### Changed
- Allow any callable when setting the logic for magic methods
- Allow meta inheritance when getting meta names
- Improve generics in cases collection
- Simplify logic by negating methods in the Compares trait

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing


## 2.0.0 - 2024-10-05

### Added
Expand Down

0 comments on commit 4be2f4f

Please sign in to comment.