You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A new `fixture_src/` directory that stores example source code used for the automated test suite.
15
+
- Several improvements to the way that Fixtures are handled in the test suite such that the code examples in `fixture_src/` have a first-class representation in the test suite through the `Cspray\AnnotatedContainerFixture\Fixtures` class.
16
+
- Implementations for
17
+
18
+
### Changed
19
+
20
+
- Improved many test cases, especially testing definition creation, to be more thorough and improve the test:assertion ratio.
21
+
22
+
### Fixed
23
+
24
+
- A bug where fetching a named service by name and then by type would result in non-shared instances.
25
+
- A bug where injecting services by name would not work appropriately.
26
+
27
+
### Removed
28
+
29
+
- Removed reliance on the `cspray/annotated-container-dummy-apps` package. All code required for the test suite is located in the newly added `fixture_src/` directory.
> This version introduces many backwards breaking changes. This release also represents a significant step towards a stable API. This level of BC break is not expected in future versions.
0 commit comments