Skip to content

v0.4.9

Compare
Choose a tag to compare
@nevans nevans released this 24 Dec 03:46
· 97 commits to master since this release

What's Changed

Known Issues

  • SearchResult (returned by #search) is frozen, which is backward incompatible #262
    Broken since v0.4.8. Fixed in v0.4.10. #263

Added

  • ✨ Add SequenceSet#overlap? alias for intersect? by @nevans in #252
  • ✨ Preserving sequence set order by @nevans in #254
    • Add SequenceSet#entries and #each_entry, for unsorted iteration
    • Add SequenceSet#append, to keep unsorted order when modifying the set

Documentation

  • 📚 Fix "not not" in FetchData docs by @nevans in #248
  • 📚 Document SequenceSet "Normalized form" by @nevans in #254

Other Changes

  • Remove redundant calls in sort_internal and thread_internal by @gobijan in #251

Miscellaneous

  • ✅ Document and test workaround for invalid "*" in FLAGS by @nevans in #249
  • ✅ Limit CI rubygems for 2.7 compatibility by @nevans in #253

New Contributors

Full Changelog: v0.4.8...v0.4.9