Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 772 Bytes

3.1.1 (January 20, 2021)

  • Date typecasting is now available on attributes
  • Clean/improve repo files

3.1.0 (January 20, 2021)

  • Add tvOS support (9.0 or later)

3.0.0 (June 29, 2019)

  • Add Swift 5.0 support
  • Remove minor warnings

2.2.0 (May 24, 2018)

  • Add Swift 4.1 support
  • Remove minor warnings

2.1.0 (October 25, 2017)

  • Add Swift 4.0 support
  • Remove minor warnings

2.0.0 (September 19, 2016)

  • 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