- Date typecasting is now available on attributes
- Clean/improve repo files
- Add tvOS support (9.0 or later)
- Add Swift 5.0 support
- Remove minor warnings
- Add Swift 4.1 support
- Remove minor warnings
- Add Swift 4.0 support
- Remove minor warnings
- Add Swift 3 support
- Fix small memory leak
- Add type casting for tags/attributes
- Change the way to retrieve attributes
- All classes are now prefixed by a 'C' (CXMLParser, ...) to clearly identify CheatyXML
- XMLElement has been renamed to CXMLTag which inherit of CXMLElement
- Code refactoring (better files splitting)
- Add unit tests