Skip to content

Commit

Permalink
trim requires
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 25, 2024
1 parent 8b8c9a2 commit 107e0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ See also: [compojure-api 1.1.x changelog](./CHANGELOG-1.1.x.md)
* saves 1 evaluation per schema for static contexts
* saves 1 evaluation per schema, per request, for dynamic contexts
* Fix: Merge `:{form,multipart}-params` `:info :public :parameters :formData` field at runtime
* Add `:outer-lets` field to `restructure-param` result which wraps entire resulting form

## 2.0.0-alpha32 (2024-03-20)

Expand Down
3 changes: 1 addition & 2 deletions src/compojure/api/meta.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns compojure.api.meta
(:require [clojure.edn :as edn]
[clojure.walk :as walk]
(:require [clojure.edn :as edn] ;; TODO load lazily
[compojure.api.common :refer [extract-parameters]]
[compojure.api.middleware :as mw]
[compojure.api.routes :as routes]
Expand Down

0 comments on commit 107e0bc

Please sign in to comment.