Skip to content

Commit 575c2b6

Browse files
committed
added roadmap
1 parent 351dd2d commit 575c2b6

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,8 @@ starts a HTTP server for debug.
177177
3. Run `gulp docs` to build docs. View markdown docs with `docs/API.md`, or run `gulp server` to start a HTTP server
178178
and view HTML docs with [localhost:3000/docs/html/](localhost:3000/docs/html/).
179179

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+
-

docs/html/MiddlewareManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ <h4 class="modal-title">Search results</h4>
10011001
<span class="jsdoc-message">
10021002
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
10031003

1004-
on 2017-04-13
1004+
on 2017-04-14
10051005

10061006
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
10071007
</span>

docs/html/classes.list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4 class="modal-title">Search results</h4>
205205
<span class="jsdoc-message">
206206
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
207207

208-
on 2017-04-13
208+
on 2017-04-14
209209

210210
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
211211
</span>

docs/html/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h4 class="modal-title">Search results</h4>
367367
<span class="jsdoc-message">
368368
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
369369

370-
on 2017-04-13
370+
on 2017-04-14
371371

372372
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
373373
</span>

docs/html/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,13 @@ <h1>Build</h1><ol>
225225
watch Watches for changes in files, re-lint, re-build & re-docs</code></pre></li>
226226
<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
227227
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 &amp; 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>
229235
</section>
230236

231237

@@ -271,7 +277,7 @@ <h4 class="modal-title">Search results</h4>
271277
<span class="jsdoc-message">
272278
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
273279

274-
on 2017-04-13
280+
on 2017-04-14
275281

276282
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
277283
</span>

docs/html/quicksearch.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)