Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.33 KB

File metadata and controls

42 lines (33 loc) · 1.33 KB

Change Log

All notable changes to the flysystem-github project will be documented in this file. This project adheres to the keep-a-changelog and Semantic Versioning conventions.

v0.2.0 - 2015-07-21 - Improvements and UnitTests

Added

  • Adds automated checks (a.k.a. unit-tests) for the Adapter, Client and Settings classes.
  • Adds various utility files for Travis builds, Coveralls and Composer

Changed

  • Makes the PHPUnit configuration more strict
  • Renames the Client class to "Api"

v0.1.0 - 2015-07-18 - Read functionality

Added

  • Read functionality and Github API authentication have been implemented.

v0.0.0 - 2015-05-11 - Project Setup

Added

  • Set up project basics like .gitignore file, PHPUnit Configuration file, Contributing guidelines, Composer file stating dependencies, MIT License, README file and this CHANGELOG file.