Skip to content

Swift 4.0 Release

Compare
Choose a tag to compare
@drmohundro drmohundro released this 22 Sep 22:42
· 257 commits to main since this release

Released on 2017-05-15.

  • 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

(via #133, #134 and #135)