diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 86763688..85710c16 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,6 @@
-
-
-
@@ -32,8 +29,8 @@
-
-
+
+
@@ -41,12 +38,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -68,7 +83,7 @@
-
+
@@ -204,7 +219,6 @@
-
@@ -233,6 +247,7 @@
+
@@ -262,60 +277,10 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -661,14 +626,8 @@
-
-
-
- 1534732527424
-
-
-
- 1534732527424
+
+
1534732668246
@@ -1006,7 +965,14 @@
1536697507787
-
+
+ 1536698069495
+
+
+
+ 1536698069495
+
+
@@ -1042,7 +1008,7 @@
-
+
@@ -1086,15 +1052,15 @@
-
+
+
-
-
+
@@ -1105,7 +1071,6 @@
-
@@ -1130,7 +1095,8 @@
-
+
+
@@ -1314,20 +1280,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1405,13 +1357,6 @@
-
-
-
-
-
-
-
@@ -1422,16 +1367,11 @@
-
-
-
+
-
-
-
@@ -1439,9 +1379,6 @@
-
-
-
@@ -1449,9 +1386,6 @@
-
-
-
@@ -1465,16 +1399,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -1487,7 +1411,7 @@
-
+
@@ -1502,11 +1426,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98484132..140ac084 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
* `HookedService` now follows suit, and takes a third parameter, pointing to the inner service.
* `Routable.use` now uses the generic parameters added to `Service`.
* Added generic usage to `HookedServiceListener`, etc.
+* All service methods take `Map` as `params` now.
# 2.0.0-alpha.2
* Added `ResponseContext.detach`.
diff --git a/pubspec.yaml b/pubspec.yaml
index f41c6294..826f606e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: angel_framework
-version: 2.0.0-alpha.2
+version: 2.0.0-alpha.3
description: >
A high-powered HTTP server with DI, routing and more.
When combined with the other packages in the Angel ecosystem, this