All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v1.3.1 Changes

    • 👌 Improvements to pop() performance (thanks @peteraisher)
    • 🐎 Some basic performance tests (thanks @peteraisher)
  • v1.3.0 Changes

    • 👍 Swift 5 support
  • v1.2.1 Changes

    • 🛠 Fixed a critical bug in remove() and added a test for it
    • 🐧 Rearranged the project to be testable on Linux
    • ⚡️ Updated the format of Package.swift to be in-line with Swift 4
  • v1.2.0 Changes

    🚀 > Note: 1.2.0 is the first version of SwiftPriorityQueue to break compatibility with previous versions of Swift since release 1.0.1. From this point forward users of Swift 2 and Swift 3 should use release 1.1.2 of SwiftPriorityQueue.

    • 👍 Swift 4 support
    • ✂ Removed preprocessor macros and code to support Swift 2
  • v1.1.2 Changes

    • 🎉 Initializer that takes custom order function added
    • watchOS added to podspec
  • v1.1.1 Changes

    • ➕ Added remove(item: T) method to remove an item at an arbitrary location
    • ➕ Added removeAll(item: T) method to remove multiple of the same item
  • v1.1.0 Changes

    • 👍 Swift 3 support
  • v1.0.3 Changes

    • 🚀 Last Swift 2 only release
    • 👌 Improved unit tests
  • v1.0.2 Changes

    • 👍 Better Swift 2 support
  • v1.0.1 Changes

    • Access control bug fix
    • 📚 Documentation Additions