All Versions
18
Latest Version
Avg Release Cycle
104 days
Latest Release
1693 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.0 Changes
- Requires Swift 3
- Minor breaking API naming changes in-line with Swift 3 expectations
dijkstra()
has a parameter for the starting distance to the root vertex (typically zero)- โก๏ธ Updated the included SwiftPriorityQueue source file
-
v1.0.6 Changes
- ๐ Last version to support Swift 2
- Switched
dijkstra()
to use a priority queue - Included the source file for SwiftPriorityQueue in the project
-
v1.0.5 Changes
- ๐ Fixed build issues on Xcode 7.3
-
v1.0.4 Changes
- ๐ Fixed Swift 3 deprecations
- โ Added SPM support
-
v1.0.3 Changes
- Separated SwiftGraph into multiple files
- ๐ Fixed some documentation.
- Made
edges
andvertices
internal instead of private
-
v1.0.2 Changes
๐ Fixed the misspelling of Dijkstra
-
v1.0.1 Changes
โก๏ธ Updated to support Swift 2
-
v1.0 Changes
๐ Initial Stable Release - last release with Swift 1.2 support