All Versions
29
Latest Version
Avg Release Cycle
117 days
Latest Release
-

Changelog History
Page 2

  • v2.0.7 Changes

    July 24, 2017

    ๐Ÿš€ Released on 2017-07-24.

    โž• Added

  • v2.0.6 Changes

    July 06, 2017

    ๐Ÿš€ Released on 2017-07-06.

    ๐Ÿ”„ Changed

  • v2.0.5 Changes

    June 08, 2017

    ๐Ÿš€ Released on 2017-06-08.

    ๐Ÿ”„ Changed

  • v2.0.4 Changes

    April 15, 2017

    ๐Ÿš€ Released on 2017-04-15.

    ๐Ÿ”„ Changed

    • Whitespace and new lines - issue #47.
    • ๐Ÿ‘Œ Support for macOS 10.10 - issue #48.
  • v2.0.3 Changes

    ๐Ÿš€ Released on 2017-03-13.

    ๐Ÿ”„ Changed

    • ๐Ÿ— Renamed the Objective-C compatible wrapper fro the preview method to previewLink. This resolves ambiguous method errors in Swift builds - issue #41.
  • v2.0.2 Changes

    ๐Ÿš€ Released on 2017-03-09.

    โž• Added

    • 0๏ธโƒฃ Objective-C init method with no parameters, defaults to the same options as the Swift default parameters.
    • 0๏ธโƒฃ Objective-C init method which allows user to set parameters - passing nil will default the parameters. InMemoryCache is a BOOL parameter to use or not use a cache.
    • Objective-C preview method which returns a dictionary of values on success, and an NSError object on failure which contains a localized error description.

    ๐Ÿ”„ Changed

    • Referenced objects are now derived from NSObject to make them Objective-C compatible.
  • v2.0.1 Changes

    ๐Ÿš€ Released on 2017-02-24.

    ๐Ÿ”„ Changed

    • Local analysis out of threads.
    • iOS8 backport compatibility

    ๐Ÿ›  Fixed

  • v2.0.0 Changes

    ๐Ÿš€ Released on 2017-01-19.

    ๐Ÿ”„ Changed

    • Fully asynchronous (DispatchQueue).
    • โœ‚ Removed global state
    • ๐Ÿ‘ Better response dictionary subscription via Enum
    • ๐Ÿ”ง Configurable via constructor (URLSession, Work Queue, Response Queue)

    โž• Added

    • ๐Ÿ‘ Caching support (InMemoryCache, but can be extended to other types)

    API breaking changes

    • Subscriptions via Enum require changes in current code
    • ๐Ÿ”ง preview method returns a Cancellable object with cancel method. This allows reusing of single configured SLP instance for multiple requests. cancel method removed from SwiftLinkPreview class.
  • v1.0.1 Changes

    ๐Ÿš€ Released on 2016-09-17.

    โž• Added

  • v1.0.0 Changes

    ๐Ÿš€ Released on 2016-09-14.

    โž• Added