All Versions
8
Latest Version
Avg Release Cycle
198 days
Latest Release
2015 days ago

Changelog History

  • v2.0.10

    September 21, 2018
  • v2.0.9

    May 22, 2017
  • v2.0.1 Changes

    May 22, 2017

    2.0.1 (Monday, May 22nd, 2017)
    πŸ†• NEW

    πŸ›  Fixed

    • πŸ›  FIXED an issue (#71) with a crash on devices that don't support Watch Connectivity. (Christopher de Haan)
  • v2.0.0 Changes

    October 15, 2015

    2.0.0 (Tuesday, September 15th, 2015)
    πŸ†• NEW

    • βž• Added support for the WatchConnectivity framework. (Conrad Stoll)

    πŸ›  Fixed

    • πŸ›  FIXED an issue (#53) with an assertion warning on release builds. (Timothy Sanders)
    • πŸ›  FIXED an issue (#59) with the Carthage build configuration. (Thomas Guthrie, Stephen Wu)
  • v1.2.0 Changes

    June 02, 2015

    NEW

    • βž• Added support for sending a notification by passing nil as the message. (Felix Lamouroux)
    • βž• Added support for Carthage dependency management. (Lei Wang)
    • βž• Added support for subclassing MMWormhole's message passing system via MMWormholeTransiting. (Conrad Stoll)
    • βž• Added support for NSFileCoordinator message file writing. (Conrad Stoll)
    • βž• Added new troubleshooting checks for App Group configuration. (Ernesto Torres)
    • βž• Added nullability annotations for better Swift support. (Timothy Sanders)
    • ⚠ Silenced a c function declaration warning. (Wes Ostler)
    • ⚑️ Updated README to include Swift examples. (Nate McGuire)

    πŸ›  Fixed

    • πŸ›  FIXED an issue (#36) where a listener block could be called multiple times. (Naldikt)
    • πŸ›  FIXED an issue (#43) where a listener block could be registered and called multiple times. (Peter De Bock)
    • πŸ›  FIXED a typo in the README. (Marcus Mattsson)
  • v1.1.1 Changes

    February 13, 2015

    NEW

    • βž• Added support for OS X in CocoaPods. (ConfusedVorlon)
    • Cleaned up the public headers and init method. (JΓ©rΓ΄me Morissard)
    • βœ‚ Removed duplicated space. (Christian Sampaio)
    • ⚑️ Updated for latest beta of WatchKit. (Fadhel Chaabane)
  • v1.1.0 Changes

    December 13, 2014

    NEW

    • βž• Added support for iOS 7 deployment targets. (Orta Therox)
    • βž• Added full support for NSCoding and NSKeyedArchiver. (Martin Blech)
    • βž• Added Unit Tests! (Conrad Stoll)

    πŸ›  Fixed

    • πŸ›  FIXED an issue(#6) where clear all message contents wasn't working properly. (Conrad Stoll)
  • v1.0.0 Changes

    December 08, 2014
    • πŸŽ‰ Initial Library Release