|
1 | 1 | # Change Log |
2 | 2 | All notable changes to the `flysystem-github` project will be documented in this |
3 | | -file. This project adheres to [Semantic Versioning](http://semver.org/). |
| 3 | +file. This project adheres to the [keep-a-changelog](http://keepachangelog.com/) |
| 4 | +and [Semantic Versioning](http://semver.org/) conventions. |
4 | 5 |
|
5 | | -## 0.1.0 - 2015-07-18 - Read functionality |
| 6 | +<!-- |
| 7 | +## [Unreleased][unreleased] |
6 | 8 | ### Added |
7 | | -Read functionality and Github API authentication have been implemented. |
| 9 | +### Changed |
| 10 | +### Deprecated |
| 11 | +### Removed |
| 12 | +### Fixed |
| 13 | +### Security |
| 14 | +--> |
| 15 | + |
| 16 | +## v0.2.0 - 2015-07-21 - Improvements and UnitTests |
| 17 | + |
| 18 | +### Added |
| 19 | +- Adds automated checks (a.k.a. unit-tests) for the Adapter, Client and Settings classes. |
| 20 | +- Adds various utility files for Travis builds, Coveralls and Composer |
| 21 | + |
| 22 | +### Changed |
| 23 | +- Makes the PHPUnit configuration more strict |
| 24 | +- Renames the Client class to "Api" |
| 25 | + |
| 26 | +## v0.1.0 - 2015-07-18 - Read functionality |
| 27 | + |
| 28 | +### Added |
| 29 | +- Read functionality and Github API authentication have been implemented. |
| 30 | + |
| 31 | +## v0.0.0 - 2015-05-11 - Project Setup |
8 | 32 |
|
9 | | -## 0.0.0 - 2015-05-11 - Project Setup |
10 | 33 | ### Added |
11 | | -Set up project basics like .gitignore file, PHPUnit Configuration file, |
| 34 | +- Set up project basics like .gitignore file, PHPUnit Configuration file, |
12 | 35 | Contributing guidelines, Composer file stating dependencies, MIT License, README |
13 | 36 | file and this CHANGELOG file. |
14 | 37 |
|
15 | | -[unreleased]: https://github.com/potherca/flystystem-github/compare/v0.1.0...HEAD |
| 38 | +[unreleased]: https://github.com/potherca/flystystem-github/compare/v0.2.0...HEAD |
| 39 | +[0.2.0]: https://github.com/potherca/flystystem-github/compare/v0.1.0...v0.2.0 |
16 | 40 | [0.1.0]: https://github.com/potherca/flystystem-github/compare/v0.0.0...v0.1.0 |
| 41 | +[keep-a-changelog]: http://keepachangelog.com/ |
| 42 | +[Semantic Versioning]: http://semver.org/ |
0 commit comments