0.4.0
- 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 toStringProtocol
. 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.