All Versions
19
Latest Version
Avg Release Cycle
60 days
Latest Release
2905 days ago

Changelog History
Page 2

  • v0.3.2 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug that prevented cocoadocs from parsing the podspec
  • v0.3.1 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿšš Moved processing of NSStreamDelegate to background thread

    โž• Additions

    • โœ… More unit tests added

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug that prevented the JMSocketConnectionConnecting state on JMSocketConnection
  • v0.3.0 Changes

    โž• Additions

    • โž• Added the deviceWithSerialNumber: to JMUSBDeviceManager to obtain a JMUSBDevice for a given serial number if the device is attached to the system.
    • โž• Added more unit tests
    • โž• Added documentation for JMUSBMuxDecoder and JMUSBMuxEncoder
    • โž• Added a state property for JMUSBDeviceManager

    ๐Ÿ”„ Changes

    • ๐Ÿ”จ All internal socket code has been refactored and separated in JMSocket, JMHostSocket, JMPathSocket, JMNativeSocket, and JMSocketConnection for reuse
    • All stop and disconnect methods return the value YES from now on
  • v0.2.3 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug that prevented the example apps to load the embedded frameworks
  • v0.2.2 Changes

    โž• Additions

    • ๐Ÿ‘ Carthage support added
  • v0.2.1 Changes

    โž• Additions

    • ๐Ÿ‘ท Travis CI integration added
    • โœ… More unit tests added

    ๐Ÿ”„ Changes

    • ๐Ÿ— Restructured repository to support independent build
  • v0.2.0 Changes

    โž• Additions

    • โž• Added examples for iOS and OSX
    • โž• Added a simple packet protocol
    • โž• Added a simulator connection to allow usage of DarkLightning with iOS Simulator

    ๐Ÿ”„ Changes

    • All connections now run on a separate thread

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a bug that closed the JMMobileDevicePort or JMUSBChannel connection if an empty NSData object was written to it
  • v0.1.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that prevented automatic CocoaPods subspec selection based on deployment platform
  • v0.1.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that prevented JMMobileDevicePort to be reopened after a remote connection was closed
    • ๐Ÿ›  Fixed an issue where JMUSBDeviceConnection did not report a state change to JMUSBDeviceConnectionStateDisconnected

    ๐Ÿ”„ Changes

    • JMMobileDevicePort will now close and reopen the underlying socket if a remote USB connection was closed