@currentjs/gen 0.1.2 → 0.2.1

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 CHANGED
@@ -2,10 +2,40 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+
6
+
7
+ ## [0.2.1] - 2025-09-18
8
+
9
+ Improve generated package.json
10
+
11
+ ## [0.2.0] - 2025-09-18
12
+
13
+ implement multi-model generation (controllers, services); fix service-controller interaction; update documentation: more clear & reflect important things
14
+
15
+
16
+ ## [0.2.1] - 2025-09-18
17
+
18
+ Improve generated package.json
19
+
5
20
  ## [0.1.2] - 2025-09-18
6
21
 
7
22
  fix: failed to generate with empty permissions actions
8
23
 
24
+
25
+
26
+ ## [0.2.1] - 2025-09-18
27
+
28
+ Improve generated package.json
29
+
30
+ ## [0.2.0] - 2025-09-18
31
+
32
+ implement multi-model generation (controllers, services); fix service-controller interaction; update documentation: more clear & reflect important things
33
+
34
+
35
+ ## [0.2.1] - 2025-09-18
36
+
37
+ Improve generated package.json
38
+
9
39
  ## [0.1.1] - 2025-09-17
10
40
 
11
41
  Initial release