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 e7d1d80 commit d37a1b0Copy full SHA for d37a1b0
History.md
@@ -1,4 +1,10 @@
1
2
+2.0.0 / 2016-02-29
3
+==================
4
+
5
+ * *always* log error stacks by default (even in prod) [@rauchg]
6
+ * optimize `JSON.stringify` performance in V8 [@demoneaux]
7
8
1.0.4 / 2016-02-15
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "micro",
- "version": "1.0.4",
+ "version": "2.0.0",
"description": "Async HTTP microservices",
"author": "rauchg",
"dependencies": {
0 commit comments