Swift Collections 1.0.4
This is a documentation update, including the addition of basic DocC documentation bundles. This release has no functional changes.
Changes
- The package now contains documentation bundles, enabling nicer presentation of API documentation in DocC.
Fixes
- #186 [OrderedCollections] Document Sorting as Stable (by @benrimmington)
Pull requests
- #178 [OrderedDictionary] Tiny documentation fix (by @lorentey)
- #187 Fix
rethrows
position (by @ensan-hcl) - #189 [OrderedSet] Tiny doc fixes for isSuperset (by @lorentey)
- #201 [OrderedCollections] Update docs to state that the sort algorithm is stable (by @lorentey)
- #214 [OrderedSet] Small doc updates/fixes (by @lorentey)
- #252 [1.0] Add DocC documentation bundles (by @lorentey)
Full Changelog: 1.0.3...1.0.4
Thank you to everyone who contributed to this release! Your bug reports, discussions and pull requests all help improve this package.