Releases: ptsochantaris/lista
Releases · ptsochantaris/lista
Version 1.1.0
- Migrated to Swift 6.0. If you require earlier Swift compatibility, please use the 1.0.x versions. The biggest advantage of the migration is that a Lista is now Sendable, and also thread-safe. Locking uses OS-level locks where available which is extremely fast, even for very dense operations.
Version 1.0.2
Documentation updates
Version 1.0.1
- Conformance to
Collection
to make it easier to passLista
s to various places that expect a collection. - Added DocC documentation.
Version 1.0.0
Initial release, does exactly what it says on the tin.