Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 2.62 KB

#Change Log All notable changes to this project will be documented in this file. ConvenientFileManager adheres to Semantic Versioning.


  • Updated examples to use development pods
  • Added cocoapod version to gem file
  • Updated project to use Swift 4.0
  • Introduced fastlane to ease CI configuration
  • Updated project to use Swift 3.0
  • Added named first parameters
  • Implemented guard rather than if statements
  • Renamed save methods to write to use the termnology already present in the Data class
  • Dropped prefix from extension filename
  • Dropped support for iOS 8
  • Updated project to use Swift 2.3
  • Updated incorrectly named parameters in documentation
  • Updated README to include examples of using this pod in a Swift project
  • Removed prefix from extension file name
  • Dropped support for iOS 7
  • Updated example project's pods
  • Switched from using path to using URL when interacting with the filesystem because it handles spaces better
  • Re-added documentation
  • Added @objc method names
  • Removed public_header_files from podspec
  • Converted project over to using Swift
  • Implemented a suite of unit tests
  • Added asynchronous method for checking if file exists
  • Improvement documention
  • Improvement parameter names to better reflect their purpose
  • Added support for Travis CI
  • Introduced the CHANGELOG file