File tree 1 file changed +12
-2
lines changed
user_guide_src/source/changelogs
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,17 @@ Enhancements
74
74
Commands
75
75
========
76
76
77
- - Now ``spark routes `` command can specify the host in the request URL.
78
- See :ref: `routing-spark-routes-specify-host `.
77
+ - **spark routes: **
78
+ - Now you can specify the host in the request URL.
79
+ See :ref: `routing-spark-routes-specify-host `.
80
+ - It shows view files of :ref: `view-routes ` in *Handler * like the following:
81
+
82
+ +---------+-------------+------+------------------------------+----------------+---------------+
83
+ | Method | Route | Name | Handler | Before Filters | After Filters |
84
+ +---------+-------------+------+------------------------------+----------------+---------------+
85
+ | GET | about | » | (View) pages/about | | toolbar |
86
+ +---------+-------------+------+------------------------------+----------------+---------------+
87
+
79
88
80
89
Testing
81
90
=======
@@ -142,6 +151,7 @@ Others
142
151
- **Error Handling: ** Now you can use :ref: `custom-exception-handlers `.
143
152
- **RedirectException: ** can also take an object that implements ResponseInterface as its first argument.
144
153
- **RedirectException: ** implements ResponsableInterface.
154
+ - **DebugBar: ** Now :ref: `view-routes ` are displayed in *DEFINED ROUTES * on the *Routes * tab.
145
155
146
156
Message Changes
147
157
***************
You can’t perform that action at this time.
0 commit comments