-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathchangelog.yml
166 lines (166 loc) · 6.76 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
url: https://github.com/AsgardCms/Platform
versions:
"3.6.1":
changed:
- Fixed issue with incorrect binding to the laravel-modules Repository class
"3.5.1":
changed:
- Fixing issue with ThemeManager caused when a theme name has the same name as project name
"3.2.0":
changed:
- Generating the new listener on the <code>LoadingBackendTranslations</code> hook to send translations to VueJS
"3.0.0":
changed:
- Using correct version number on module detail view
- The modules menu item weight has been changed to <code>30</code>.
- The themes menu item weight has been changed to <code>40</code>.
"2.6.0":
changed:
- Read core module version from the AsgardCms class other modules keep same logic (<code>version</code> key in <code>module.json</code>)
"2.5.0":
added:
- Module scaffold command now also generates form requests
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
- Register module migrations by default to ease testing in service provider
- SidebarExtender class has been removed in favor of new Sidebar event handlers
- Register the sidebar event handler in service provider
- Sidebar is now loaded via the <code>BuildingSidebar</code> hook
removed:
- Removing ckeditor from the default scaffolded views, now included via <code>EditorIsRendering</code> hook
"2.4.0":
added:
- Add the ability to set custom stubs folder used by generated modules
"2.0.0":
added:
- Laravel 5.4 compatibility
- Ability to add unreleased items in module changelog, by suffixing version with <code></code>
- Protecting api routes with api admin middleware
changed:
- Using new more flexible way of handle permissions via middleware
- Module names can have a dash in them, for instance <code>module-name</code>
- Adding the scaffolded module name to the .gitignore file so that it can be committed
- Adding the scaffolded theme name to .gitignore file so that it can be committed
removed:
- Remove laracasts/flash dependency from controller stub
"1.16.0":
changed:
- Use <code>$router</code> variable in routes file
- Use <code>$router</code> variable in routes stub file for module scaffolding
"1.15.1":
changed:
- Use singular class name for model bindings in routes scaffolding
"1.15.0":
added:
- Adding symfony/yaml dependency
changed:
- Use new middleware for permissions on module resource route scaffold stub
"1.14.0":
changed:
- Remove unneeded icheck toggles for hidden input on view stubs
- Removed 'More Coming Soon' message
- Removed the inclusing of old iCheck styles
"1.13.1":
changed:
- Renaming the basic generated view to default
"1.13.0":
added:
- Reset button on the create and edit view stubs
"1.12.0":
changed:
- Removed language files, they are now in the translation module
"1.11.0":
changed:
- Using the new index template in scaffold
- Using manual routes over the resource helper in scaffold
"1.10.0":
changed:
- Removed Menu module as a dependency
"1.9.0":
added:
- Added Russian translations
changed:
- Fixing case sensitive issue
"1.8.0":
added:
- Chinese Simplified language
"1.7.0":
added:
- Dutch and Portuguese language
"1.6.1":
changed:
- Update eloquent-entity-translation.stub, fixing the translations table name in model
"1.6.0":
changed:
- Using the core messages rather than generating for every module
"1.5.0":
changed:
- Added sidebar title as translatable text in generated modules
- Remove facade usage in generated modules
"1.4.2":
changed:
- Use the <code>anticipate()</code> method instead of <code>choice()</code>
"1.4.1":
changed:
- Hardcoded the entity type to Eloquent. Due to broken Question class from Symfony
"1.4.0":
added:
- Theme can now be managed from UI
- Theme assets can be be published from UI
"1.3.0":
changed:
- Set module order to 1 in <code>module.json</code>
- Refactor to only read & write <code>module.json</code> once
"1.2.1":
changed:
- Return empty menu instance on generation of module with no entities
"1.2.0":
changed:
- Remove the v from the version column to sort properly
"1.1.0":
changed:
- Generated migrations now have the table engine specified
"1.0.11":
changed:
- Fixed case sensitive issue
"1.0.10":
added:
- Adding a theme scaffold command, you can use it with <code>php artisan asgard:theme:scaffold</code>
changed:
- Added protection on the module scaffold command for the vendor/name structure
"1.0.9":
changed:
- Use the new Laravel-Sidebar api on the generated modules
"1.0.8":
added:
- Using new sidebar extender class
changed:
- Updating the module generator to generate a SidebarExtender class
removed:
- Old SidebarViewComposer
"1.0.7":
changed:
- Use cleaner version getter in module show view
- Check if changelog isn't an empty array on the module show view
"1.0.6":
changed:
- Fixing alignements in composer.json file
- Fixing alignements in module.json file
- Module scaffold now requires stable version of core module
- Module scaffold now requires version 3.1 of orchestra/testbench
"1.0.5":
changed:
- Add the module version in a separate column so that it can be ordered & filtered
- Use the <code>route</code> function helpers
"1.0.4":
changed:
- No escaping on the changelog lines to display code blocks
"1.0.3":
changed:
- Limit the amount of versions displayed to 5 last versions
"1.0.2":
changed:
- Worked around the empty value not being alowed in Laravel 5.1
- Fixing the bug of migration files having the same timestamp
- Cleaning up the questions display in CLI based on new Command class in Laravel 5.1