File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -177,3 +177,8 @@ starts a HTTP server for debug.
177
177
3 . Run ` gulp docs ` to build docs. View markdown docs with ` docs/API.md ` , or run ` gulp server ` to start a HTTP server
178
178
and view HTML docs with [ localhost:3000/docs/html/] ( localhost:3000/docs/html/ ) .
179
179
180
+ # Roadmap & Make contributions
181
+ - ** once(methodName, ...middlewares)** Apply middlewares only run once.
182
+ - Supports RegExp to match method names, pass the current method name to the current middleware.
183
+ - Be able to ** unuse** middlewares.
184
+ -
Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ <h4 class="modal-title">Search results</h4>
1001
1001
< span class ="jsdoc-message ">
1002
1002
Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a >
1003
1003
1004
- on 2017-04-13
1004
+ on 2017-04-14
1005
1005
1006
1006
using the < a href ="https://github.com/docstrap/docstrap "> DocStrap template</ a > .
1007
1007
</ span >
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ <h4 class="modal-title">Search results</h4>
205
205
< span class ="jsdoc-message ">
206
206
Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a >
207
207
208
- on 2017-04-13
208
+ on 2017-04-14
209
209
210
210
using the < a href ="https://github.com/docstrap/docstrap "> DocStrap template</ a > .
211
211
</ span >
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h4 class="modal-title">Search results</h4>
367
367
< span class ="jsdoc-message ">
368
368
Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a >
369
369
370
- on 2017-04-13
370
+ on 2017-04-14
371
371
372
372
using the < a href ="https://github.com/docstrap/docstrap "> DocStrap template</ a > .
373
373
</ span >
Original file line number Diff line number Diff line change @@ -225,7 +225,13 @@ <h1>Build</h1><ol>
225
225
watch Watches for changes in files, re-lint, re-build & re-docs</ code > </ pre > </ li >
226
226
< li > Run < code > gulp docs</ code > to build docs. View markdown docs with < code > docs/API.md</ code > , or run < code > gulp server</ code > to start a HTTP server
227
227
and view HTML docs with < a href ="localhost:3000/docs/html/ "> localhost:3000/docs/html/</ a > .</ li >
228
- </ ol > </ article >
228
+ </ ol >
229
+ < h1 > Roadmap & Make contributions</ h1 > < ul >
230
+ < li > < strong > once(methodName, ...middlewares)</ strong > Apply middlewares only run once.</ li >
231
+ < li > Supports RegExp to match method names, pass the current method name to the current middleware.</ li >
232
+ < li > Be able to < strong > unuse</ strong > middlewares.</ li >
233
+ < li > </ li >
234
+ </ ul > </ article >
229
235
</ section >
230
236
231
237
@@ -271,7 +277,7 @@ <h4 class="modal-title">Search results</h4>
271
277
< span class ="jsdoc-message ">
272
278
Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a >
273
279
274
- on 2017-04-13
280
+ on 2017-04-14
275
281
276
282
using the < a href ="https://github.com/docstrap/docstrap "> DocStrap template</ a > .
277
283
</ span >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments