UNPKG

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