Skip to content

0.4.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 10 Aug 16:48
· 12 commits to main since this release
8074e5f
  • Bug fixed: NonEmpty now manages its own synthesized iterator in order to avoid potential stack overflows when calling to APIs on the iterator of the collection it wraps.
  • Changed: NonEmpty no longer conditionally conforms to StringProtocol. Apple documents against this conformance, and though engineers say there should be no issue with doing so, ABI-wise, we encountered a compiler crash when fixing the bug in the previous bullet point.