diff options
| author | Asko Nõmm <asko@omma.ee> | 2023-07-27 14:23:16 +0000 |
|---|---|---|
| committer | Asko Nõmm <asko@omma.ee> | 2023-07-27 14:23:16 +0000 |
| commit | d724906cf6ed789e2dcead20967ac6371367357a (patch) | |
| tree | 58ea64bc5a0ce63e4c12a0b7117e0d3ae1c53db5 /README.md | |
| parent | f096efe85f627490ecc7c19fb9423aa4fb3574ab (diff) | |
Release 1.3.4.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -178,6 +178,12 @@ What the actual map can contain that you return depends again on the HTTP server ## Changelog +### 1.3.4 + +- Fixes an issue where if used with middlewares (like Ring), or really anything that passes a `:params` key from outside of Ruuter in the request, Ruuter overwrites the `:params` key with its own parametarization. It now does a deep merge instead, with the outside parameters having priority. This means that Ruuter parameters will remain unless overwritten, and should co-exist with outside parameters nicely. [Issue #6](https://github.com/askonomm/ruuter/issues/6). + +- Added and fixed some tests + ### 1.3.3 - Removed ClojureScript from dependencies to make the bundle size smaller in case you want to use Ruuter with nbb. |
