Release 1.1.2
Bug Fix:
- Fix
in
with a hash map to correctly detect failing cases.
Enhancements:
- Adds
between
andbetween'
for inclusive and exclusive range checking.
Documentation:
- Clean up
:require
..:refer
in README to list all public symbols. #4 - Fixes links in README. PR #3 (@marekjeszka)
- Add/improve docstrings. Add
^:no-doc
metadata for when cljdoc.org supports it.
Maintenance:
- Add a first round of tests (finally!). Verified support for Clojure 1.8 (without Spec expectations). Verified full support for Clojure 1.9 and 1.10.1.