Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Feb 16, 2023
1 parent a0df596 commit 1a96aa4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# CHANGELOG

## Unreleased
## 3.6.0 - 2023-02-17
- **High Impact Changes**
- [spiral/tokenizer] Added the ability to cache tokenizer listeners.
- [spiral/core] Container with isolated memory scopes.
- **Medium Impact Changes**
- A minimal version of `symfony/console` increased to `^6.1`.
- **Other Features**
- [spiral/core] Added container `Singleton` attribute to replace `Spiral\Core\SingletonInterface`.
- [spiral/console] Added the ability to configure console commands via attributes.
- [spiral/console] Added the ability to prompt for missing required arguments.
- [spiral/scaffolder] Added the ability to specify a custom `namespace` in the
Expand All @@ -12,6 +16,13 @@
`Spiral\Scaffolder\Command\JobHandlerCommand`, `Spiral\Scaffolder\Command\MiddlewareCommand` console commands.
- [spiral/cache] Added the ability to configure the prefix in the storage alias.
- Added `defineInterceptors` method in `Spiral\Bootloader\DomainBootloader` class.
- [spiral/filter] Makes Setter attribute for the spiral/filters component repeatable.
- [spiral/sendit] Adds custom transports registrar for SendIt component.
- **Bug Fixes**
- [spiral/filters] Fixed problem with validation nested filters.
- [spiral/core] Fixed infinite recursion on using for class name binding to the same class name.
- [spiral/queue] Removing the `QueueInterface` binding as a singleton.
- [spiral/core] Fixed the problem with singleton objects creation with custom arguments.

## 3.5.0 - 2022-12-23
- **Medium Impact Changes**
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "5.6"
"vimeo/psalm": "^5.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Tokenizer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/finder": "^5.3.7|^6.0"
},
"require-dev": {
"spiral/attributes": "^3.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/boot": "^3.6",
"spiral/files": "^3.6",
"phpunit/phpunit": "^9.5.20",
Expand Down

0 comments on commit 1a96aa4

Please sign in to comment.