- Merged few PRs & other minor fixes
- Fixed minor issue with Xcode
- Code updated for Swift 3.0
- Sources reorganized from single to multiple files
- Changed method and property names to fit better ("swiftyfying")
- Fixed all build warnings and errors in Xcode 8.0 GM (8A218a)
- Merged some PRs & fixed some reported issues
- Fixed deprecation warnings in Xcode 7.3 (7D175)
- Improved error handling logic (now returns empty element with
error
property) - Replaced
escapedStringValue
property withxmlEscaped
property (String extension) - Added escaping of attribute values
- Added
xmlStringCompact
property - Added support for Swift Package Manager
- Added ability to create and configure
NSXMLParserOptions
from another package - Removed inheritance from NSObject (in AEXMLElement)
- Created separate example project (AEXMLDemo)
- Fixed several reported issues
- Documentation improvements
- Fixed deprecation warnings in Xcode 7.3 Beta (Swift 2.2)
- Added possibility to configure options for NSXMLParser
- Added Changelog :)
- Added support for Carthage
- Added support for watchOS and tvOS
- API changes
- Fixed build errors and warnings in Xcode 7.0
- Bumped deployment target to iOS 8.0
- Added error throwing instead of NSError & nil
- Added support for OSX
- Moved documentation from README.md to code
- Fixed memory leak
- Added option to remove element from parent
- Some more unit tests
- Released to CocoaPods
- Initial version