We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d7aec commit 5ad6767Copy full SHA for 5ad6767
CHANGELOG.md
@@ -3,11 +3,18 @@
3
## 1.2.3 2025-07-29
4
5
6
+### Added
7
+
8
+- Add :register after-hook to detect container key registration dynamically. (via #274, @alassek)
9
10
### Fixed
11
12
- Re-register components from manifest registrars in apps that reload the container (e.g. when
13
using dry-rails and Rails development mode) (via #286, @alassek)
14
15
+### Changed
16
17
+- :finalize after-hook now executes before container freeze to allow mutation. (via #274, @alassek)
18
19
[Compare v1.2.2...v1.2.3](https://github.com/dry-rb/dry-system/compare/v1.2.2...v1.2.3)
20
0 commit comments