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