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

Changelog History
Page 1

  • v2.0.0-alpha1 Changes

    May 16, 2017

    What's new

    • Completely rewritten in Swift
    • All new OOP interface with protocols

    Known issues

    • ๐Ÿ‘ No Objective-C support yet
    • ๐Ÿ‘ No iOS / tvOS simulator support yet
  • v1.0.3 Changes

    March 21, 2017

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed a bug that prevented DarkLightning from discovering and connecting USB devices on OSX (#39)
  • v1.0.2 Changes

    January 10, 2017

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed a bug that caused JMMobileDevicePort to crash when writing Data while unplugging the iOS device (#34)
    • ๐Ÿ›  Fixed a bug that prevented DarkLightning.framework from loading when running on actual iOS device (#36)
  • v1.0.1 Changes

    August 03, 2016

    1.0.1

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed a bug that caused excessive memory usage when transmitting NSData objects larger than 100MB (thanks to @artem-exd for reporting and fixing)
  • v1.0.0 Changes

    June 26, 2016

    โž• Additions

    • โž• Added tvOS support (example app comes with the next release)
    • โž• Added support for xcodeproj file generation via phoenx

    ๐Ÿ”„ Changes

    • Restructured repository
    • ๐Ÿ— Moved build configurations to xcconfig files
  • v0.4.2 Changes

    March 17, 2016

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed a bug that prevented the transmission of data packages with more than 8192 bytes from OSX to iOS
  • v0.4.1 Changes

    December 05, 2015

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed a bug that prevented Carthage from building the iOS Framework Target for iOS Simulator
  • v0.4.0 Changes

    November 28, 2015

    0.4.0

    โž• Additions

    • โž• Added implementation and documentation for JMTaggedPacket and JMTaggedPacketProtocol
    • โž• Added state JMMobileDevicePortStateOpening to JMMobileDevicePort
    • โž• Added return values to close and open methods of JMMobileDevicePort

    ๐Ÿ”„ Changes

    • โœ‚ Removed JMDataPacketProtocol protocol
    • Example applications now use JMTaggedPacketProtocol
  • v0.3.4 Changes

    November 27, 2015

    ๐Ÿ›  Bugfixes

    • Fixed a bug that created an EXC_BAD_ACCESS if close was called on JMMobileDevicePort while in JMMobileDevicePortStateIdle
  • v0.3.3 Changes

    November 22, 2015

    โž• Additions

    • โž• Added some more documentation