Skip to content

Releases: ptsochantaris/lista

Version 1.1.0

05 Nov 19:11
Compare
Choose a tag to compare
  • 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

14 Aug 00:34
Compare
Choose a tag to compare

Documentation updates

Version 1.0.1

03 Aug 00:15
Compare
Choose a tag to compare
  • Conformance to Collection to make it easier to pass Listas to various places that expect a collection.
  • Added DocC documentation.

Version 1.0.0

10 Jul 11:18
Compare
Choose a tag to compare

Initial release, does exactly what it says on the tin.