Skip to content

Releases: nedap/speced.def

v2.1.1

26 Nov 08:04
Compare
Choose a tag to compare

Delivers: #111

clj-kondo config

04 Oct 13:25
55053e5
Compare
Choose a tag to compare

speced.def now exposes clj-kondo config, which can be imported in your project by running

clj-kondo --lint "$(lein classpath)" --dependencies --parallel --copy-configs

and add "nedap/speced.def" to :config-paths in your .clj-kondo/config.edn.

spec-assertion-thrown? helper

07 Jun 09:48
9ca3556
Compare
Choose a tag to compare

Adds a assert expression; used like this:

(is (spec-assertion-thrown? 'number? (accepts-number "1234")))

Sign using email

06 May 05:49
f31d575
Compare
Choose a tag to compare
v0.6.3

Use email as gpg-key identifier

Test

08 Apr 19:24
86620f8
Compare
Choose a tag to compare
v0.6.2-SNAPSHOT

Update config.yml

v0.6.1

02 Apr 08:16
Compare
Choose a tag to compare
predicates: introduce coercions