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 @@ -83,8 +83,17 @@ Enhancements
83
83
Commands
84
84
========
85
85
86
- - Now ``spark routes `` command can specify the host in the request URL.
87
- See :ref: `routing-spark-routes-specify-host `.
86
+ - **spark routes: **
87
+ - Now you can specify the host in the request URL.
88
+ See :ref: `routing-spark-routes-specify-host `.
89
+ - It shows view files of :ref: `view-routes ` in *Handler * like the following:
90
+
91
+ +---------+-------------+------+------------------------------+----------------+---------------+
92
+ | Method | Route | Name | Handler | Before Filters | After Filters |
93
+ +---------+-------------+------+------------------------------+----------------+---------------+
94
+ | GET | about | » | (View) pages/about | | toolbar |
95
+ +---------+-------------+------+------------------------------+----------------+---------------+
96
+
88
97
89
98
Testing
90
99
=======
@@ -151,6 +160,7 @@ Others
151
160
- **Error Handling: ** Now you can use :ref: `custom-exception-handlers `.
152
161
- **RedirectException: ** can also take an object that implements ResponseInterface as its first argument.
153
162
- **RedirectException: ** implements ResponsableInterface.
163
+ - **DebugBar: ** Now :ref: `view-routes ` are displayed in *DEFINED ROUTES * on the *Routes * tab.
154
164
155
165
Message Changes
156
166
***************
You can’t perform that action at this time.
0 commit comments