All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
on-complement-of
event matcher utility that matches the complement of
the matcher it wraps. For example:
(on-complement-of (on-type :do-not-match))
will match all types that
are not :do-not-match
(on-complement-of (on-types [:do-not-match-1 :do-not-match-2]))
will
match all types that are not :do-not-match-1
or :do-not-match-2
(on-complement-of (on :do-not-process))
will match all events that
have a falsy property :do-not-process
from
to from-channel
for consistency with on-type
(breaking).on
event matcher expecting a predicate of the event.on-every
event matcher, matching all events.on
to on-type
(breaking).Can you improve this documentation? These fine people already did:
Jonas Svalin, Toby Clemson, Corin Chaplin & Alex ParlettEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close