|
1 | | -# @angular-architects/ddd – DDD Plugin for Angular Nx Monorepos |
| 1 | +# DDD Plugin for Angular Nx Monorepos |
2 | 2 |
|
3 | 3 | ## Versions |
4 | 4 |
|
5 | 5 | The package versions are aligned with the _Angular_ version. |
6 | 6 |
|
7 | | -* for **Nx < 19 and NG 17** use _v17.0.5_. |
8 | | -* for **Nx < 20 and NG 18** use _v18.0.1_. |
9 | | -* for **Nx >= 20 and NG 18** use _v18.1.0_. |
10 | | -* for **Nx >= 20 and NG 19** use _v19.0.2_. |
| 7 | +* for **Nx < v19** and **NG v17** use _v17.0.5_. |
| 8 | +* for **Nx < v20** and **NG v18** use _v18.0.1_. |
| 9 | +* for **Nx >= v20** and **NG v18** use _v18.1.1_. |
| 10 | +* for **Nx >= v20** and **NG v19** use _v19.0.5_. |
11 | 11 |
|
12 | 12 | **Breaking change** in v18.1.0: |
13 | 13 |
|
14 | | -The naming of the **Nx** `includePaths` has changed to only use one "/" (due to **npm** restrictions). |
| 14 | +The naming of the **Nx** `includePaths` has changed to only use one "/". |
15 | 15 |
|
16 | | -Until v18.0.1, the generated `includePaths` were like this, which is illegal in **npm**: |
| 16 | +Until _v18.0.1_, the generated `includePaths` were like this, which is illegal in **npm**: |
17 | 17 |
|
18 | 18 | ```json |
19 | 19 | "@org/booking/domain": ["libs/booking/domain/src/index.ts"], |
20 | 20 | "@org/booking/feature-test": ["libs/booking/feature-test/src/index.ts"] |
21 | 21 | ``` |
22 | 22 |
|
23 | | -Starting with v18.1.0, the generated `includePaths` are using dashes instead: |
| 23 | +Starting with _v18.1.0_, the generated `includePaths` are using dashes instead: |
24 | 24 |
|
25 | 25 | ```json |
26 | 26 | "@org/booking-domain": ["libs/booking/domain/src/index.ts"], |
|
0 commit comments