SWXMLHash v4.0.0 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
    • ๐Ÿ”„ 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