mark pred as direct-nav
This commit is contained in:
parent
37441c149d
commit
3916c0dcf4
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
## 1.0.1-SNAPSHOT
|
## 1.0.1-SNAPSHOT
|
||||||
|
|
||||||
* Inline cache vars are marked private so as not to interfere with tooling
|
* Inline cache vars are marked private so as not to interfere with tooling
|
||||||
|
* Bug fix: Using `pred` no longer inserts unecessary `coerce-nav` call at callsite
|
||||||
* Bug fix: Dynamic navs in argument position to another nav now properly expanded and compiled
|
* Bug fix: Dynamic navs in argument position to another nav now properly expanded and compiled
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
|
||||||
|
|
@ -978,7 +978,8 @@
|
||||||
|
|
||||||
(def
|
(def
|
||||||
^{:doc "Keeps the element only if it matches the supplied predicate. This is the
|
^{:doc "Keeps the element only if it matches the supplied predicate. This is the
|
||||||
late-bound parameterized version of using a function directly in a path."}
|
late-bound parameterized version of using a function directly in a path."
|
||||||
|
:direct-nav true}
|
||||||
pred
|
pred
|
||||||
i/pred*)
|
i/pred*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue