@atls/code-schematics 2.0.20 → 2.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/generated/schematic-factory-export.d.ts +1 -1
- package/dist/generated/schematic-factory-export.js +1 -1
- package/dist/schematic/project/project.factory.js +39 -5
- package/dist/schematic/utils/index.d.ts +1 -0
- package/dist/schematic/utils/index.js +1 -0
- package/dist/schematic/utils/merge-gitignore-content.utils.d.ts +6 -0
- package/dist/schematic/utils/merge-gitignore-content.utils.js +40 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [2.0.22](https://github.com/atls/raijin/compare/@atls/code-schematics@2.0.21...@atls/code-schematics@2.0.22) (2026-04-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.0.21](https://github.com/atls/raijin/compare/@atls/code-schematics@2.0.20...@atls/code-schematics@2.0.21) (2026-04-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
* **code-schematics:** handle managed and CRLF gitignore merge ([17944f0](https://github.com/atls/raijin/commit/17944f0e7d4aedb87294e4e09853eb1ea1df0288))
|
|
17
|
+
* **code-schematics:** keep custom gitignore entries around managed block ([f1bb3ca](https://github.com/atls/raijin/commit/f1bb3ca6558ad0f148eb81a810c0321ff91e81a0))
|
|
18
|
+
* **code-schematics:** keep gitignore project rule order ([63d4372](https://github.com/atls/raijin/commit/63d4372b0589fcca49eaa506fa91ba50599a8658))
|
|
19
|
+
* **code-schematics:** preserve custom lines before managed gitignore block ([96546d7](https://github.com/atls/raijin/commit/96546d7f5d2d770115c4549bbaa961c88da18a3a))
|
|
20
|
+
* **code-schematics:** preserve gitignore project-specific rule order ([fdbf668](https://github.com/atls/raijin/commit/fdbf6688651c32422b3dc3004ad8651499ba33be))
|
|
21
|
+
* **code-schematics:** preserve managed block priority in gitignore merge ([518546d](https://github.com/atls/raijin/commit/518546d0a00a1a897e35fcf1fe96b3402108fb5c))
|
|
22
|
+
* **code-schematics:** preserve project-specific gitignore entries ([921dd55](https://github.com/atls/raijin/commit/921dd55852632512925a96191774786545a939ea))
|
|
23
|
+
* **code-schematics:** skip blank gitignore project entries ([a9d68ac](https://github.com/atls/raijin/commit/a9d68ac02e0f2dd4c02ccd4a60d0cfdd73ae89c7))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
3
29
|
## [2.0.20](https://github.com/atls/raijin/compare/@atls/code-schematics@2.0.19...@atls/code-schematics@2.0.20) (2026-04-28)
|
|
4
30
|
|
|
5
31
|
|