You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
21
21
### Security
22
22
- Nothing
23
23
24
-
## 2.0.0 - 2018-03-21
24
+
## 2.0.0 - 2018-03-23
25
25
26
26
### Added
27
27
-`LanguageService` generates models.php translation file (if not exists) and fill singular/plural translation
@@ -32,6 +32,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
32
32
33
33
-`BackpackCrudModelService` will fill `$fillable` in Model automatically from scheme (if given)
34
34
-`BackpackCrudRequestService` will fill `rules()` in Request automatically from scheme (if given)
35
+
-`BackpackCrudControllerService` will add CrudFields and CrudColumns in Controller automatically from scheme (if given) - very rudimentary for now, more functionality planned
0 commit comments