Skip to content

v0.0.24

Choose a tag to compare

@ymost ymost released this 03 Jan 18:55
· 73 commits to release since this release
4ccf164
  1. Modify fetching behavior to avoid confusing behavior if items are requested before they are done being fetched
  2. Add methods 'not_in' and 'has_not'
  3. Add 'mod' parameter to hash function
  4. Add 'case_sensitive' parameter to 'is_in' method
  5. Fix 'is_in' method for non-litral arrays: now uses 'set_has_element' instead of 'contains'
  6. Add reference to base practices in documentation
  7. Reduce code duplication in tests