UNPKG

2.77 kBMarkdownView Raw
1# @symetrical/cli
2
3## 3.3.2
4
5- There was a problem on the compilation, and i didn't notice it in a long time ;-;
6
7## 3.3.1
8
9- Changed the schematic inside the generate command; now the 'route' is the 'resource'.
10
11## 3.3.0
12
13- Updated the Starter Kit code to work with the latest version of the core.
14- Updated all the packages inside the CLI as well.
15
16### 3.2.2
17
18- Fixed the problem that when you generated a new file, the import added to Starting Point refering to that specific file generated was wrong most of the time.
19
20### 3.2.1
21
22- Fixed the bug when trying to create a new API on the moment of running the "git init" or "npm install" inside the new project.
23
24### 3.2.0
25
26- Fixed the bug inside the generate command, that when you generated any file, the import inside the Starting Point of the API ended with ".ts".
27- Fixed the bug from the generate command, that when you generated any file, it added inside only the providers not respectively with the file schematic.
28- When a file with the schematic "route" is generated, now, it's like "my.route.ts" not just "my.ts".
29- When a file with the schematic "module" is generated, now, it's like "my.module.ts" not just "my.ts".
30
31### 3.1.2
32
33- Fixed the problem that the new command never ended.
34
35### 3.1.1
36
37- When you generate a file it's generated relativily to the Starting Point file.
38
39### 3.1.0
40
41- Added the generate command. With it you can generate routes, providers, modules.
42
43### 3.0.1
44
45- Fixed the "sm new <PROJECTNAME>" error.
46
47### 3.0.0
48
49- Written the CLI again now with the "oclif" CLI framework.
50
51### 2.1.9
52
53- Changed the Starter Kit @symetrical/core version to the latest version.
54
55### 2.1.8
56
57- Fixed the problem that when you created a new project with "sm new", he whould not create the
58 ".gitignore" file.
59
60### 2.1.7
61
62- Changed the Starter Kit @symetrical/core version to the latest version.
63
64### 2.1.6
65
66- Changed the Starter Kit @symetrical/core version to the latest version.
67
68### 2.1.5
69
70- Fixed the "node_modules" name inside the ".gitignore".
71
72### 2.1.4
73
74- Changed the Starter Kit version to match with the Core latest version.
75
76### 2.1.3
77
78- Changed the Starter Kit @symetrical/core version to match with the latest version.
79
80### 2.1.2
81
82- Now the new command is more organized, for collaborators, easier to understand.
83
84### 2.0.2
85
86- Fixed a problem inside the new command.
87
88### 2.0.1
89
90- Fixed the "Cannot Find Module 'minimist'" error.
91
92### 2.0.0
93
94- Now works with the newer version of the @symetrical/core.
95- Now the CLI works a little bit smoother.
96
97### 1.8.41
98
99- Fixed the repository url in the README for the npm again.
100
101### 1.8.4
102
103- Fixed the repository url in the README for the npm.