Swift 4.0 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
fromXMLIndexer
to avoid a conflict with theelement
property coming in Swift 4- As a result,
for-in
no longer works directly againstXMLIndexer
; however,for-in
works just fine against the.all
method
- As a result,
- Changed
.text
to no longer be optional