All Versions
70
Latest Version
Avg Release Cycle
70 days
Latest Release
610 days ago

Changelog History
Page 3

  • v4.2.5 Changes

    November 10, 2017
    • ๐Ÿ›  Fix XMLIndexer.byKey(_:) bug (fixed in #165)
  • v4.2.4 Changes

    November 09, 2017
    • ๐Ÿ›  Fix characters deprecation (issue #163 fixed in #164)
  • v4.2.3 Changes

    September 21, 2017
    • ๐Ÿ›  Fix off by one byIndex error (issue #155 fixed in #156)
  • v4.2.2 Changes

    September 21, 2017
    • ๐Ÿ›  Xcode 9 related compatibility fixes (via #152)
  • v4.2.1 Changes

    September 12, 2017
    • Disable code coverage related to Carthage.
  • v4.2.0 Changes

    August 27, 2017
    • โž• Added new config option to allow for overriding the string encoding (via #119)
  • v4.1.1 Changes

    June 01, 2017
    • โž• Added recommended Xcode 9.3 project settings (via #144)
  • v4.1.0 Changes

    June 01, 2017
    • โž• Added caseInsensitive lookup options (via #137)
  • v4.0.0 Changes

    May 31, 2017
    • ๐Ÿ”„ Changed all enums to be camel cased (e.g. thisValue versus ThisValue) to match the Swift naming recommendations
    • โœ‚ Removed Sequence from XMLIndexer to avoid a conflict with the element property coming in Swift 4
      • As a result, for-in no longer works directly against XMLIndexer; however, for-in works just fine against the .all method
    • ๐Ÿ”„ Changed .text to no longer be optional
  • v3.1.0 Changes

    May 15, 2017
    • โž• Added recursiveText property which pulls the text property from the currently indexed element and all child elements. (see PR #131)