All Versions
18
Latest Version
Avg Release Cycle
104 days
Latest Release
1840 days ago

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 and vertices 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