Skip to content

Release 1.1.2

Compare
Choose a tag to compare
@seancorfield seancorfield released this 08 Dec 01:27
· 50 commits to master since this release

Bug Fix:

  • Fix in with a hash map to correctly detect failing cases.

Enhancements:

  • Adds between and between' 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.