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
Copy file name to clipboardExpand all lines: packages/catalyst_builder/CHANGELOG.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,45 @@
1
+
## 5.0.0
2
+
3
+
I'm proud to release v5.0.0 🎉
4
+
5
+
This release contains a lot of rework in the underlying engine.
6
+
7
+
This is a list of the largest changes between v4.3.2 and v5.0.0
8
+
9
+
- New plugin based architecture
10
+
- The `ServiceContainer` (formerly `ServiceProvider`) is no longer generated code. Instead, I created a
11
+
`ServiceContainer` implementation that uses Plugins which are generated.
12
+
- Services from dependencies are no longer included. This improves the build speed and reliability of generated code.
13
+
Services from dependencies must be deployed as plugins. This gives you more control over what is registered in your
14
+
container.
15
+
- Aligned naming: In the previous versions, we mixed the terms `provider` and `container`. Starting with this version
16
+
we will use only `container`.
17
+
18
+
For upgrade guidance check the "[Upgrade from v4 to v5](https://github.com/mintware-de/catalyst_builder/wiki/v5)" Guide
19
+
1
20
## 5.0.0-rc.1
2
21
3
22
### Breaking Changes
4
23
5
-
- Removed the generation of the service container. Check the [GenerateServiceProvider](https://github.com/mintware-de/catalyst_builder/wiki/v5#generateserviceprovider) section for upgrade guidance.
24
+
- Removed the generation of the service container. Check
25
+
the [GenerateServiceProvider](https://github.com/mintware-de/catalyst_builder/wiki/v5#generateserviceprovider) section
26
+
for upgrade guidance.
6
27
7
28
## 5.0.0-dev.2
8
29
9
30
### Changes
31
+
10
32
- Removed export of `catalyst_builder_annotations`.
11
33
12
34
## 5.0.0-dev.1
13
35
14
36
We need a total makeover of the underlying architecture.
15
37
Services from packages you depend on are no longer resolved automatically!
16
38
17
-
More background information is available in the [Wiki](https://github.com/mintware-de/catalyst_builder/wiki/v5)
39
+
More background information is available in the [Wiki](https://github.com/mintware-de/catalyst_builder/wiki/v5)
0 commit comments