We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df03491 commit 9220899Copy full SHA for 9220899
History.md
@@ -1,5 +1,16 @@
1
+0.4.0 / 2015-08-19
2
+==================
3
+
4
+ * Add travis coverage
5
+ * Add eslint configuration and formatting
6
+ * Support hide: true flag in meta object
7
+ * Bump dependencies and update Makefile
8
+ * Prefer meta.description in template
9
+ * open sourced
10
11
0.3.0 / 2014-12-01
12
==================
13
14
* release 0.3.0
15
* Add useRequestHandler method that allows docs to inject middleware before
16
documentation requests.
package.json
@@ -1,6 +1,6 @@
{
"name": "koa-resourcer-docs",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Simple route documentation for koa-resourcer.",
"main": "docs.js",
"license": "MIT",
0 commit comments