Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

53 lines (41 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2022-06-29

Added

  • Allow empty action flag.

0.1.5 - 2020-04-21

Added

  • Allow empty host flag.

0.1.4 - 2019-10-15

Added

  • tvOS deployment target to Podspec.

Changed

  • Open callback URL through delegate.

Removed

  • platforms from Package.swift.

0.1.3 - 2019-10-15

Added

  • url property to XCallbackURL returning URL value.
  • Bazel support.

0.1.2 - 2019-08-04

Changed

  • SuccessCallback takes optional Parameters value.
  • Parameter names of handleXCallbackURL function in XCallbackURLHandlerDelegate.

Fixed

  • Use last path component for action.

0.1.1 - 2019-08-04

Fixed

  • Encode callback URLs with query allowed characters.

0.1.0 - 2019-08-04

Added

  • XCallbackURL
  • XCallbackURLHandler