summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@asko.sh>2023-02-25 18:31:58 +0200
committerAsko Nõmm <asko@asko.sh>2023-02-25 18:31:58 +0200
commit43a94c6bf98f3aee827965c74d71d81032eac49b (patch)
treea3bda79db04ab8b3dc535668df44c5ab238ecb40 /README.md
parent0167d5b4bdfae0186e1ec16ee85e5f49ced4383c (diff)
1.3.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad68b5f..96cbeb8 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,10 @@ What the actual map can contain that you return depends again on the HTTP server
## Changelog
+### 1.3.3
+
+- Removed ClojureScript from dependencies to make the bundle size smaller in case you want to use Ruuter with nbb.
+
### 1.3.2
- When using wildcard parameters, the keyword returned in ´:params´ of a request was ´:name*´, but aiming for consistency with an optional parameter where we remove the question mark ´?´, the asterisk has been removed.