All Versions
39
Latest Version
Avg Release Cycle
67 days
Latest Release
-

Changelog History
Page 2

  • v0.16.0 Changes

    February 04, 2019

    0.16.0

    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • Include expiring token in pre-fetch hook of Migrator
    ๐Ÿ› Bug Fixes
    • None
    Other
    • None
  • v0.15.2 Changes

    January 23, 2019

    0.15.2

    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • None
    ๐Ÿ› Bug Fixes
    • FormEncodedRequestSerializer can once again be created publicly
    Other
    • None
  • v0.15.1 Changes

    October 09, 2018
    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • Correct XML Serialization for Predefined Escape characters
    ๐Ÿ› Bug Fixes
    • โšก๏ธ Update XML Serialziation to correctly escape Predefined Escape characters disallowed in XML Requests
    Other
    • None
  • v0.15.0 Changes

    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • โž• Add context support to OAuth2TokenUserDefaultsStore to enable sandboxing at key level.
    ๐Ÿ› Bug Fixes
    • ๐Ÿ’… Update SOAP envelope encodingStyle property to non-optional.
    • ๐Ÿ›  Fix file-based token store when path does not exist.
    Other
    • None
  • v0.14.0 Changes

    ๐Ÿ’ฅ Breaking
    • serialize(request:bodyParameters:) is now public since FormEncodedRequestSerializer is a final class.
    • 0๏ธโƒฃ defaultHTTPHeaders is now public since static properties cannot be open.
    • โž• Add XMLNodeAttributes to preserve order of attributes on serialized XML nodes
    โœจ Enhancements
    • โž• Add new xmlString(format:) method to XML and XMLNode. XMLSerialization format options are:
      • .condensed -> same single-line condensed output as before.
      • .prettyPrinted(spaces: Int) -> human-readable format with flexible indentation level (number of spaces).
    ๐Ÿ› Bug Fixes
    • None
    Other
    • None
  • v0.13.0 Changes

    ๐Ÿ’ฅ Breaking
    โœจ Enhancements
    • Find XML nodes matching a given function.
    • Traverse XML tree upwards with parent property.
    ๐Ÿ› Bug Fixes
    • None
    Other
    • None
  • v0.12.0 Changes

    ๐Ÿ’ฅ Breaking
    • ๐Ÿ‘ Allow direct manipulation of XML trees by converting XML and XMLNode to reference types.
    โœจ Enhancements
    • โž• Add scope to OAuth2AuthorizationResponse
    • ๐Ÿ‘Œ Improved verbose logging for middleware pipeline.
    ๐Ÿ› Bug Fixes
    • None
    Other
    • None
  • v0.11.0 Changes

    ๐Ÿ’ฅ Breaking
    • middleware has been replaced by requestMiddleware
    โœจ Enhancements
    • ResponsePipelineMiddleware added
    • URLSessionClient now accepts both request and response middleware
    ๐Ÿ› Bug Fixes
    • None
    Other
    • None
  • v0.10.3 Changes

    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • None
    ๐Ÿ› Bug Fixes
    • expires_in is no longer a required field for access token responses
    Other
    • None
  • v0.10.2 Changes

    ๐Ÿ’ฅ Breaking
    • None
    โœจ Enhancements
    • None
    ๐Ÿ› Bug Fixes
    Other
    • None