Skip to content

Commit

Permalink
Updates the CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
codekandis committed May 25, 2024
1 parent 3db91bc commit 1bf4350
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,55 @@

All notable changes to this project will be documented in this file.

The format is based on [keep a changelog][xtlink-keep-a-changelog]
The format is based on [keep a changelog 1.1.0][xtlink-keep-a-changelog]
and this project adheres to [Semantic Versioning 2.0.0][xtlink-semantic-versioning].

## [3.0.0] - 2024-05-25

### Fixed

* encoding
* method naming
* PHPDoc

### Changed

* composer package
* changed
* description
* keywords
* require
* `php` [>=8.3]
* require-dev
* `codekandis/phpunit` [^5.0.0]
* added
* version
* require-dev
* `rector/rector` [^1.0.5]
* autoload-dev
* psr-4
* `CodeKandis\Base64Codec\Build\`
* `build/`
* PHPUnit tests
* configuration
* externalized data providers
* error and exception handling
* `CODE_OF_CONDUCT.md`
* `README.md`
* PHP version `8.3`
* documentation

### Added

* type hints
* `Override` attributes
* rector
* configuration script
* shell script

[3.0.0]: https://github.com/codekandis/json-codec/compare/2.1.0...3.0.0

---
## [2.1.0] - 2021-01-18

### Added
Expand Down Expand Up @@ -70,5 +116,5 @@ and this project adheres to [Semantic Versioning 2.0.0][xtlink-semantic-versioni



[xtlink-keep-a-changelog]: http://keepachangelog.com/en/1.0.0/
[xtlink-keep-a-changelog]: http://keepachangelog.com/en/1.1.0/
[xtlink-semantic-versioning]: http://semver.org/spec/v2.0.0.html

0 comments on commit 1bf4350

Please sign in to comment.